Mercurial > hg > numerics
view example/pyplot_simple.py @ 183:ae4e36f2c81a
which -> whichpy
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Mon, 20 Feb 2017 13:57:16 -0800 |
| parents | dc0a620a0368 |
| children |
line wrap: on
line source
import matplotlib.pyplot as plt plt.plot([1,2,3,4]) plt.ylabel('some numbers') plt.show()
