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