CBSE Class 12 Informatics Practices Question 108 of 147

Plotting with Pyplot — Question 8

Back to all questions
8
Question

Question 8

What do you understand by xlimit and ylimit ? How are these linked to data being plotted ?

Answer

The 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.