CBSE Class 12 Informatics Practices Question 100 of 147

Plotting with Pyplot — Question 16

Back to all questions
16
Question

Question 16

Name the function to add ticks on axes.

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.