How to install matplotlib in windows cmd | installing matplotlib in windows

preview_player
Показать описание

#matplotlib #pyplot

In this I have taught how we can install the matplotlib library in python in cmd . We can use three type of commands . It depends on your configuration of the python idle that which one will work and which one will not. The commands are below :

1. pip install matplotlib
2. python -m pip install matplotlib
3. py -m pip install matplotlib

Any of the above can work . Try all of them one should work properly .

If you are interested in learning python please visit our channel and find the playlist of python in hindi .
Рекомендации по теме
Комментарии
Автор

Hi thank you for the steps.
I tried all of the above steps but it didn't work.
Then I typed below command and it worked.
For your reference.
"pip install matplot lib" (Different words matplot lib instead using matplotlib)

nitishkamble