05 Aug How to Install Matplotlib on Windows
To install Matplotlib on Windows, we need to use Python and pip. First, we will see how to install Matplotlib on Windows, and after that, we will also see some external platforms to install Matplotlib.
Install Matplotlib on Windows (without using any platform)
Let us see how to install Matpltolib on Windows. We will only use Python and pip i.e. we won’t use any external platform. The pip is used to download and install Python packages.
Here is the video tutorial to install Matplotlib on Windows:
After installing Python and pip, open CMD and use pip to install Matplotlib. Type the following command and press Enter (we have used the same command in the above video tutorial):
1 2 3 |
pip install matplotlib |
Install Matplotlib using various platforms
The above will install matplotlib on Windows. You can also use any of the following Python Distributions/ Platforms to run your first Matplotlib program:
- Matpltolib on VS Code
- Matplotlib on Anaconda
- Matplotlib on PyCharm
- Matplotlib on Google Colab
Let us see the some by one.
1. Install Matplotlib on VS Code
2. Install Matplotlib on Anaconda
3. Install Matplotlib on PyCharm
Before moving further, we’ve prepared a video tutorial to install Matplotlib on VS Code:
4. Install Matplotlib on Google Colab
If you liked the tutorial, spread the word and share the link and our website Studyopedia with others:
For Videos, Join Our YouTube Channel: Join Now
Read More:
No Comments