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.
На этой странице сайта вы можете посмотреть видео онлайн Matplotlib - Python Graphing with pyplot длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Painless Programming 08 Октябрь 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 128 раз и оно понравилось 8 зрителям. Приятного просмотра!