Posts

Showing posts with the label matplotlib

matplotlib installation

Image
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!!!