In this Python Matplotlib tutorial series, you will learn how to create and
improve a plot in Python using pyplot. Matplotlib is a 2D plotting library
written for Python. It consists of pyplot (in the code often shortened by
“plt”), which is an object oriented interface to the plotting library.