December 2015
Beginner to intermediate
350 pages
6h 49m
English
Now that we have all of the required Python modules installed, we can create our own charts using Matplotlib.
We can create charts from only a few lines of Python code.
Using the code from the previous recipe, we can now create a chart that looks similar to the one shown next.
Using the minimum amount of code as presented on the official website, we can create our first chart. Well, almost. The sample code shown on the website does not work until we import the show method and then call it.

We can simplify the code and even improve it by using another of many examples provided on the official Matplotlib ...
Read now
Unlock full access