Showing a plot with pylab module from the python (x,y) package that I just installed on windows.
from pylab import *
test_list = [1,2,6,123,51,32]
plot(test_list)
title('Test plot of a list of numbers')
show()
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment