Home »
Python »
Matplotlib MCQs
Which is the correct import statement to import the matplotlib module?
7. Which is the correct import statement to import the matplotlib module?
- import matplotlib from mat
- import matplotlib
- import matplotlib from plotting
- import matplotlib from plots
Answer: B) import matplotlib
Explanation:
The correct import statement to import the matplotlib module is:
import matplotlib