GNU/Linux Manjaro Installing Matplotlib – QuickStart Guide
Hi! The Tutorial shows you Step-by-Step How to Install Matplotlib in Manjaro GNU/Linux Desktop.
And Matplotlib for Manjaro is a Plotting Library for the Python and its Numerical Mathematics extension NumPy.
Moreover, it provides an Object-Oriented API for embedding Plots into Apps using general-purpose GUI Toolkits like Tkinter, wxPython, Qt, or GTK+.
Especially Relevant: following the Best Practices this Matplotlib Setup includes the Anaconda Python Release.
Finally, this guide includes detailed instructions about to Getting-Started with Matplotlib on Manjaro.
1. Launching Terminal
How to QuickStart with Command Line on Manjaro
-
2. Installing Conda
How to Install Conda in Manjaro GNU/Linux
-
3. Using Matplotlib
Then to Use Matplotlib on Manjaro
The Recommend way is of Creating a separate Virtual Environment to house the components.
With conda Package Manager like:conda create -n matplotlib
And then to Activate it:conda activate matplotlib
Now to Show the Scipy Info Notice:pip show matplotlib
Again you can try directly to Import the Module in Python CLI with:python
import matplotlib
-
2. Installing PIP
So now to Install PIP with conda
Simply play:sudo pacman -Sy python-pip
-
3. Installing Matplotlib
Then to Install Matplotlib on Manjaro
The Recommend way is of Creating a separate Virtual Environment to house the components.
With conda Package Manager like:conda create -n matplotlib
And then to Activate it:conda activate matplotlib
Now to Show the Scipy Info Notice:pip show matplotlib
Again you can try directly to Import the Module in Python CLI with:python
import matplotlib
5. Matplotlib Getting-Started Guide
Getting-Started with Matplotlib on GNU/Linux
So Now I’m truly Happy if My Guide could Help you to Install Matplotlib on Manjaro!