CBSE Class 12 Informatics Practices Question 86 of 147

Plotting with Pyplot — Question 2

Back to all questions
2
Question

Question 2

Write the statement to import PyPlot in your script.

Answer

The statement to import PyPlot in our script is as follows:

import matplotlib.pyplot as plt