In this reading, we will learn how to make plots in Python
with the Matplotlib
library.
Matplotlib is one of the most popular Python packages used for data visualization. It is a cross-platform library for making 2D plots from data in arrays. It can be used in Python and IPython shells, Jupyter notebook and also in web application servers.
Read more about Matplotlib
here.