53  Chart types in matplotlib

There are lots of types of plots we can do with MatPlotLib.

Warning

Due to a bug, you may need to click into the plot space after running the code cell to make the plot appear.

53.1 Line Chart

53.2 Bar Chart

53.3 Scatter Plot

53.4 More chart types

You can find sample code for a wide range of chart types in the matplotlib documentation.