Matplotlib Debian 8 Jessie Installation Guide
The Tutorial for Linux shows you Step-by-Step How to Install and Getting-Started with Python 2.x Matplotlib on Debian 8 Jessie GNU/Linux Desktop.
Especially Relevant: Now it’s Recommended Instead, to Install Matplotlib with Anaconda Python!.
And matplotlib for Debian is a python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. matplotlib can be used in python scripts, the python and ipython shell (ala MATLAB or Mathematica), web application servers, and six graphical user interface toolkits.
Finally, matplotlib tries to make easy things easy and hard things possible. you can generate plots, histograms, power spectra, bar charts, errorcharts, scatterplots, etc, with just a few lines of code. For a sampling, see the screenshots, thumbnail gallery, and examples directory.
-
Open a Shell Terminal emulator window
(Press “Enter” to Execute Commands) -
Install Matplotlib Dependencies for Debian
sudo apt-get install python-matplotlib
-
Getting-Started with Matplotlib Examples
To Start Search the ‘simple_plot’ Example and Try to Execute it Step-by-Step on the Python Console.
How to Install FREE PyCharm Python IDE for Debian