Mercurial > hg > numerics
view example/pyplot_simple.py @ 175:c4a5adc2d8f2
more sample data...cant get enough
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 10 Mar 2016 12:32:40 -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()