Before using Python, I think Matlab drawing function is OK ~ But now found that Python's drawing package is really powerful, drawing the image is very professional and beautiful, but the specific use still need to learn, here to record the learning process encountered in the Python drawing package, for later use
"In order to install the Python package, you can use the Python management tool Pip, using the method: Pip Install Python-package-name"
1. Matplotlib
Matplotlib Official Tutorials
The Python drawing package is similar to the drawing capabilities of MATLAB
2. Seaborn
Seaborn Official Tutorials
A toolkit for Visualizing statistics, the image is very beautiful, the Python package is also based on matplotlib and is purely developed by Python.
Seaborn is a Python visualization library based on Matplotlib. IT provides a high-level interface for drawing attractive statistical graphics.
The package's dependencies (of course, Python is what it must depend on), and here are the other Python packages that Seaborn relies on.
NumPy, scipy, matplotlib, pandas
In addition, Statsmodels This package is also recommended as a dependency package, although not necessary, but it seems that it will be better '
Python common Drawing Package records