matplotlib installation

This takes few minutes to install 'matplotlib' lilbrary on your computer.

1. Download
https://pypi.python.org/pypi/matplotlib

My case is having Python 2.7 version and 64 bit platform so downloaded as below.
matplotlib-1.5.1-cp27-none-win_amd64.whl


2. Install command
> python -m pip install "[Download path]\matplotlib-1.5.1-cp27-none-win_amd64.whl"

Done!!!




Comments

Popular posts from this blog

Primal problem and Dual problem

What is the Shadow price?

Why a negative coefficient of variable means it is not optimal in simplex method?