Quick start with Matplotlib
Matplotlib
It's an open-source Python package for Data Visualization, most widely used in Data Science and Machine Learning.
Matplotlib is a python 2D and 3D plotting library which produces the best quality figures in a variety of hardcopy formats and interactive environments across multiple platforms. Matplotlib can be used in python scripts, IPython shells, and the Jupyter notebook, web application servers, and for generating an attractive dashboard.
Types of plot you can draw with the help of the Matplotlib library:
1-plots
2-histograms
3-power spectra
4-bar charts
5-error charts
6-scatterplots
and much more.....
Matplotlib tries to make things more easier as much as possible. With just a few lines of code, you can generate plots, histograms, power spectra, bar charts, error charts, scatterplots, etc.
Installation process:
Matplotlib and its dependencies are available as wheel packages for macOS, Windows and Linux distributions.
python -m pip install -U pip
python -m pip install -U matplotlib
For more information, find the installation instruction for the given below link.
Sample Code :
For more tutorial follow the below link