CBSE Class 12 Informatics Practices Question 67 of 73

Data Visualization using Matplotlib — Question 5

Back to all questions
5
Question

Question 5

To use pyplot for data visualization, we have to import it by giving import command: import matplotlib.pyplot

Answer

True

Reason — To use pyplot for data visualization, we need to import it from the matplotlib library using the command import matplotlib.pyplot.