Home »
Python »
Matplotlib MCQs
Which is the correct command to install Matplotlib?
6. Which is the correct command to install Matplotlib?
- pip install matplotlib
- pip install matplotlib.pz
- pip install matplotlib.*
- All of the above
Answer: A) pip install matplotlib
Explanation:
If Python and PIP are installed in your system, then you can easily install the matplotlib library by using the below-given command –
pip install matplotlib