Informatics Practices

Write the statement to import PyPlot in your script.

PyPlot

2 Likes

Answer

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

import matplotlib.pyplot as plt

Answered By

1 Like


Related Questions