Menu

[r164]: / trunk / htdocs / examples / test.py  Maximize  Restore  History

Download this file

4 lines (3 with data), 55 Bytes

1
2
3
from matplotlib.matlab import *
plot([1,2,3,4])
show()