import matplotlib.pyplot as plt
This line imports the pyplot module from the matplotlib library(package). The matplotlib is a python 2D plotting library.
The "as plt" part allows you to use
plt as a abbreviation for pyplot.
For complete matplotlib documentation, see the website:
https://matplotlib.org/
This is not automatically installed with python, but it's an extremely useful library.
Sur cette page du site, vous pouvez voir la vidéo en ligne Matplotlib - Python Graphing with pyplot durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Painless Programming 08 octobre 2020, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 128 fois et il a aimé 8 téléspectateurs. Bon visionnage!