Installation of Matplotlib, Plotly, and Mayavi on Windows, Linux, and Mac OS.
Please follow the steps below for each operating system:
Windows
Windows
Matplotlib:
- Open the command prompt by pressing Windows+R and then type
cmdand hit enter. - Type
pip install matplotlibin the command prompt. - Wait for the installation to complete.
Plotly:
- Open the command prompt by pressing Windows+R and then type
cmdand hit enter. - Type
pip install plotlyin the command prompt. - Wait for the installation to complete.
Mayavi:
- Download and install the Anaconda distribution from https://www.anaconda.com/products/individual.
- Open the Anaconda prompt.
- Type
conda install mayaviin the Anaconda prompt. - Wait for the installation to complete.
Linux
Linux
Matplotlib:
- Open the terminal.
- Type
sudo apt-get install python3-matplotliband hit enter. - Wait for the installation to complete.
Plotly:
- Open the terminal.
- Type
pip install plotlyand hit enter. - Wait for the installation to complete.
Mayavi:
- Open the terminal.
- Type
sudo apt-get install mayavi2and hit enter. - Wait for the installation to complete.
Mac OS
Mac OS
Matplotlib:
- Open the terminal.
- Type
pip install matplotliband hit enter. - Wait for the installation to complete.
Plotly:
- Open the terminal.
- Type
pip install plotlyand hit enter. - Wait for the installation to complete.
Mayavi:
- Download and install the Anaconda distribution from https://www.anaconda.com/products/individual.
- Open the Anaconda prompt.
- Type
conda install mayaviin the Anaconda prompt. - Wait for the installation to complete.
That’s it! You have now installed Matplotlib, Plotly, and Mayavi on your Windows, Linux, and Mac OS operating systems.