6965 Forks
17648 Stars
17648 Watchers

matplotlib

matplotlib: plotting with Python

How to download and setup matplotlib

Open terminal and run command
git clone https://github.com/matplotlib/matplotlib.git
git clone is used to create a copy or clone of matplotlib repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with matplotlib https://github.com/matplotlib/matplotlib/archive/master.zip

Or simply clone matplotlib with SSH
[email protected]:matplotlib/matplotlib.git

If you have some problems with matplotlib

You may open issue on matplotlib support forum (system) here: https://github.com/matplotlib/matplotlib/issues