CBSE Class 12 Informatics Practices
Question 108 of 147
Plotting with Pyplot — Question 8
Back to all questionsThe xlimit and ylimit determine which data values are visible on the x-axis and y-axis in a plot or chart respectively. Only the data values that fall within these limits will be plotted. If no data value maps to the specified x-limits or y-limits, nothing will show on the plot for that particular axis range.