import matplotlib >>> import numpy >>> import scipy >>> import matplotlib.pyplot as plt >>> plt.plot([1,2,3]) [] >>> plt.ylabel('some numbers') Text(0, 0.5, 'some numbers') >>> plt.show()

import matplotlib >>> import numpy >>> import scipy >>> import matplotlib.pyplot as plt >>> plt.plot([1,2,3]) [] >>> plt.ylabel('some numbers') Text(0, 0.5, 'some numbers') >>> plt.show()