05 Aug How to Install Matplotlib on Windows
To install Pandas on Windows, we need Python and pip. The pip is used to download and install Python packages. Let us first download and install Python and pip.
After installing Python and pip, open CMD and use pip to install Pandas. Type the following command and press Enter:
1 2 3 |
pip install matplotlib |
The above will install matplotlib on Windows. You can also use any of the following Python Distributions/ Platforms to run your first Matplotlib program:
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