How to import Matplotlib

1 min

In order to use the Matplotlib library, you will first need to import it.

However, in order to use it, you will need to import the subclass component called pyplot.

Here is how

import matpltolib.pyplot as plt

Here you are! You now know how to import Matplotlib!

More on plots

If you want to know more about how to add labels, plot different types of plots, etc... check out the other articles I wrote on the topic, just here :

Matplotlib - The Python You Need
We gathered the only Python essentials that you will probably ever need.