Download this file
9 lines (8 with data), 139 Bytes
| from pylab import *
plot([1,2,3])
title('hi mom')
grid(True)
xlabel('time')
ylabel('volts')
savefig('../fig/mpl_one_two_three.png')
show()
|
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.