CBSE Class 12 Informatics Practices Question 70 of 147

Plotting with Pyplot — Question 2

Back to all questions
2
Question

Question 2

Statement import pyplot.matplotlib is a valid statement for working on pyplot functions.

Answer

False

Reason — The statement import matplotlib.pyplot is the valid and commonly used way to import the PyPlot submodule from the Matplotlib library.