- Python Data Science Essentials
- Alberto Boschetti Luca Massaron
- 76字
- 2021-08-13 15:19:33
Matplotlib
Originally developed by John Hunter, matplotlib is a library that contains all the building blocks that are required to create quality plots from arrays and to visualize them interactively.
You can find all the MATLAB-like plotting frameworks inside the PyLab module:
- Website: http://matplotlib.org/
- Version at the time of print: 2.2.2
- Suggested install command: pip install matplotlib
You can simply import what you need for your visualization purposes with the following command:
import matplotlib.pyplot as plt