Mercurial > hg > numerics
view example/pyplot_simple.py @ 185:411db53cb9fb
user new modern test runners
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 21 Jul 2017 09:37:28 -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()