There are many possible chart types in Matplotlib. Here are a few.
Line
Dot (scatter)
Bar (vertical)
Bar (horizontal)
Pie (horizontal)
Here is the Python code [#1]
Here is the output of the Python code.
Here is the image for the 2 by 3 grid of example plots.