Name the function to set limits for the axes.
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.
xlim()
ylim()