Python learning notes (download and install matplotlib), pythonmatplotlib

Source: Internet
Author: User
Tags install matplotlib

Python learning notes (download and install matplotlib), pythonmatplotlib

Recently, the blogger asked python about how to generate a performance test report when performing an interface performance test on the threading module during a new job search environment and a telephone interview yesterday.

I am still printing on the screen, so today I wonder if I can generate a performance test report.

The first thing that comes to mind is whether python supports chart generation and many modules.

The blogger will try the matplotlib module first.

For details about the source of this module, I will not elaborate on it, but download and install it directly.

Here the pypi is given:

Https://pypi.python.org/pypi/matplotlib/

Download the corresponding installation package according to the required version. Note that the downloaded installation package format is ". whl"

The pip module has been installed on the premise of installation, as mentioned earlier by the blogger.

After the installation is successful, put the whl installation package into the Scripts folder in python.

The following describes how to install the whl module.

Cmd enter the Scripts folder in python and enter:

Pip install whl

Then input the following in cmd:

Pip install matplotlib-1.5.1-cp27-none-win_amd64.whl

Wait for installation to complete

Related Article

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.