Informatics Practices

Name the function to add ticks on axes.

PyPlot

2 Likes

Answer

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.

Answered By

1 Like


Related Questions