Informatics Practices

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

PyPlot

1 Like

Answer

True

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

Answered By

3 Likes


Related Questions