Name the function to add ticks on axes.
2 Likes
The functions to add ticks on axes in a plot using Matplotlib's Pyplot library are xticks() for the x-axis and yticks() for the y-axis.
xticks()
yticks()
Answered By
1 Like
Name the function to set limits for the axes.
Name the function to show legends on a plot.
What is the significance of data visualization ?
How does Python support data visualization ?