1. Name the library of which the PyPlot is an Interface.
2. Write the statement to import PyPlot in your script.

Ans:
1. ‘matplotlib’ is the Library of which is the PyPlot is an Interface.
2. import matplotlib.pyplot
Or
import matplotlib.pyplot as pl (here we can use commands like pl.command)

error: Content is protected !!