Mercurial > hg > numerics
view example/pyplot_simple.py @ 188:100697f7c195
fix errors in testing and make exception a better marker
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Fri, 21 Jul 2017 12:58:40 -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()