Creating graphs is an important step in exploratory analysis, and one of the first stages in data analysis. We can use Matplotlib to construct a variety of analytical graphs that display our data in different ways.
Basic Plots
To represent our data graphically, we can use the Matplotlib library, one of the most used graphics representation software packages. Its documentation can be found at https://matplotlib.org . The section gallery of the Matplotlib site (at https://matplotlib.org/gallery.html ) features a series of examples of charts with code.