Bar Chart

Description

Sage can plot a list as a bar chart with the bar_chart() command.

Sage Cell

Code

bar_chart([2, 3, 5, 7])

Options

++++Adjusting the width

You can adjust the width of the bars by setting the width parameter.

Code

bar_chart([2, 3, 5, 7], width=0.2)

Tags

Primary Tags:

Secondary Tags:

A list of possible tags can be found at The WeBWorK Open Problem Library. For linear algebra tags see the Curated Courses Project.

Related Cells

Any related cells go here. Provide a link to the page containing the information about the cell.

Attribute

Permalink:

Author:

Date: 26 Jul 2019 00:53

Submitted by: Zane Corbiere

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License