Matplotlib - Python Graphing with pyplot

Publicado em: 08 Outubro 2020
no canal de: 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.


Nesta página do site você pode assistir ao vídeo on-line Matplotlib - Python Graphing with pyplot duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Painless Programming 08 Outubro 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 128 vezes e gostou 8 espectadores. Boa visualização!