Skipped content of type multipart/alternative-------------- next part --------------
import matplotlib
import numpy
import matplotlib.pyplot as plt
print matplotlib.__version__
print numpy.__version__
plt.plot([1,2,3,4])
plt.ylabel('some numbers')
plt.show()