Informatics Practices

When we don't specify X or Y limits for a plot, then pyplot does not automatically decide limits as per values being plotted.

PyPlot

2 Likes

Answer

False

Reason — When we don't specify X or Y limits for a plot, pyplot automatically decides the limits based on the values being plotted. It sets the limits to the minimum and maximum values of the data, so that all the data points are visible in the plot.

Answered By

3 Likes


Related Questions