Open In App

How to Install Matplotlib on Anaconda?

Last Updated : 07 Apr, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Matplotlib is a Python library for data visualization that allows users to create static, interactive, and animated plots. If you're using Anaconda, a leading platform for Python data science, installing Matplotlib is straightforward.

This guide provides you with detailed instructions to install Matplotlib on Anaconda using either the Anaconda Navigator or the command prompt.

Learn: Data Visualization using Matplotlib

How to Install Matplotlib on Anaconda?

Step 1: Search for Anaconda on your Command Prompt. And go with the Anaconda Navigator Application.

1--Open-Anaconda-Navigator

Step 2: From the Dashboard, select the Jupyter Notebook option. Click on Launch.

2--Lauch-Jupyter

Step 3: Create a new file by clicking on the New Dropdown Menu. Select the Python 3 option.

3--New-Python-3

Step 4: Paste the following command. And click on the Run button. Wait till the process gets completed.

Command: !pip install matplotlib

4--Execute-Command

Hence, we have completed Matplotlib installation on conda.

Also Read

Conclusion

With Matplotlib installed via Anaconda, you're equipped to start creating a wide range of plots and visualizations. Whether for academic, personal, or commercial projects, Matplotlib supported by Anaconda provides a robust environment for data exploration.


Next Article

Similar Reads