First, download matplotlib installation package: URL http://matplotlib.org/ downloads.html I installed the python3.4, so I chose to matplotlib-1.4.2.win32-py3.4.exe this download, and then directly click Next on the line.
Second, after installation in the IDE run import matplotlib, prompted no module named ' Six '. Missing six module, then download SIX-1.8.0-PY2.PY3-NONE-ANY.WHL (MD5) on the Https://pypi.python.org/pypi/six Web site, Then the suffix name is changed to. rar, after decompression with the decompression software, there is a six.py file, the file is copied to the C:\Python34\Lib directory.
Third, then run import matplotlib, prompted matplotlib requires Dateutil, and then in http://www.lfd.uci.edu/~gohlke/pythonlibs/# Python-dateutil find Python-dateutil, and then select the appropriate version, I use the python-dateutil-2.3.win32-py3.4.
Four, then run import matplotlib, hint matplotlib requires pyparsing, in http://www.lfd.uci.edu/~gohlke/pythonlibs/# Python-dateutil find pyparsing Choose to download the appropriate version can be.
Then run: Import Matplotlib;import matplotlib.pyplot as PLT; no error is prompted, that is, the installation is complete.
If you also need to install NumPy, agree to search NumPy in http://www.lfd.uci.edu/~gohlke/pythonlibs/#python-dateutil.
Note: The above download of these packages is the same URL, and is a fool-type installation, soon.