matplotlib

Although I have plotted several figures, the mechanism of this module still not very clear to me. I decided to start over from very beginning, then plot some figures.

lang=python
1
2
3
4
5
import matplotlib.pyplot as pet
plt.plot()
plt.axis()
plt.axes()##?? don’t quit understand

axes
-