Matplotlib

matplotlib is the foundational package for plotting in python.

A useful gallery of examples can be a good place to see what is possible when building plots and visualisations with matplotlib

Lecture Resource

Here is the QuantEcon lecture on matplotlib

We will work through the following matplotlib demo notebook.

Local Option

You can download the notebook from here

Then browse to your download location and load jupyter:

cd ~/Downloads
jupyter notebook intro-to-matplotlib.ipynb

Cloud Based Option

You can launch the notebook