|
|
|||||||||||||||||||||||||||||
|
matplotlib pyplots_Examples 27_pyplot_simple. |
H.Kamifuji . |
import matplotlib.pyplot as plt
plt.plot([1,2,3,4])
plt.ylabel('some numbers')
plt.show()
|
![]() |
| pyplots_Examples code: pyplot_simple.py |
|