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)
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)