Introduction to Matplotlib
In this reading, we will learn how to make plots in Python
with the Matplotlib
library.
What is Matplotlib?
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.
Instruction
Read more about Matplotlib
here.