Mercurial > hg > numerics
view example/pyplot_simple.py @ 180:69543d62ae7a
more split stubbing
| author | Jeff Hammel <k0scist@gmail.com> |
|---|---|
| date | Tue, 09 Aug 2016 14:34:31 -0700 |
| 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()
