CBSE Class 12 Informatics Practices Question 98 of 147

Plotting with Pyplot — Question 14

Back to all questions
14
Question

Question 14

Name the function to set limits for the axes.

Answer

The function to set limits for the axes in a plot using Matplotlib's Pyplot library is xlim() for the x-axis and ylim() for the y-axis.