Informatics Practices
Name the function to set limits for the axes.
PyPlot
2 Likes
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.
Answered By
1 Like
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.
Answered By
1 Like