CBSE Class 12 Informatics Practices
Question 73 of 73
Data Visualization using Matplotlib — Question 11
Back to all questionsFalse
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.