saving . . . saved Matplatlib has been deleted. Matplatlib has been hidden .
Matplatlib
Title
Question
what is matplotlib? from where can i get this? can i get the details about  matplotlib?

Python Using-the-plot-command-interactively 01-02 min 0-10 sec 16-11-16, 12:32 p.m. Ajay73kumar

Answers:

Dear User,

Matplotlib(http://matplotlib.org/) is a 2-D plotting library for python.
I am assuming you have Ubuntu OS with python.
Try out these commands on terminal,

sudo apt-get install python-pip python-dev build-essential
pip install matplotlib

For windows, please install Anaconda Python where there is matplotlib by default.

Hope this helps,

Regards,
Trupti

16-11-16, 1:01 p.m. Trupti


Log-in to answer to this question.