Successfully installed matplotlib
Installing /usr/local/lib/python2.7/dist-packages/matplotlib-1.4.0-py2.7-nspkg.pth
Successfully installed matplotlib
Cleaning up...
import matplotlib.pyplot as pyplot
pyplot.pie([1,2,3])
pyplot.show()
我们必须接受失望,因为它是有限的;但不能失去希望,因为它是无限的。
Installing /usr/local/lib/python2.7/dist-packages/matplotlib-1.4.0-py2.7-nspkg.pth
Successfully installed matplotlib
Cleaning up...
import matplotlib.pyplot as pyplot
pyplot.pie([1,2,3])
pyplot.show()