Install Matplotlib Library under Window8.1

Source: Internet
Author: User
Tags install matplotlib enthought canopy

There are two ways of doing this:

  1. Direct selection of pre-packaged library software, such as Winpython, Python (x, y), Enthought Canopy, or Continuum Anaconda. Matplotlib and other common libraries are already included in these software. Anaconda is recommended here.
  2. The standard Python version basically installs the Matplotlib library itself, which is more troublesome. Can be divided into two ways:
  • Download the Resource Pack matplotlib-1.5.3.tar.gz (MD5, PGP), installed with the Python setup.py install command. The installation method can refer to the installation pip. This approach can sometimes cause failures due to the need for other libraries;
  • Download the WHL file and install it with the PIP command, see the reference article. Take the Python3.5 version as an example to download MATPLOTLIB-1.5.3-CP35-CP35M-WIN32.WHL (MD5). This method is recommended because the required installation package can be automatically detected and downloaded;

Reference:

  1. Http://matplotlib.org/users/installing.html

Install Matplotlib Library under Window8.1

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.