Name the function to set limits for the axes.
2 Likes
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()
Answered By
1 Like
Name the function to give title to a plot.
Name the function to set figure size of a plot.
Name the function to show legends on a plot.
Name the function to add ticks on axes.