Matplotlib - Python Graphing with pyplot

Published: 08 October 2020
on channel: Painless Programming
128
8

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.


On this page of the site you can watch the video online Matplotlib - Python Graphing with pyplot with a duration of hours minute second in good quality, which was uploaded by the user Painless Programming 08 October 2020, share the link with friends and acquaintances, this video has already been watched 128 times on youtube and it was liked by 8 viewers. Enjoy your viewing!