CBSE Class 12 Informatics Practices Question 95 of 147

Plotting with Pyplot — Question 11

Back to all questions
11
Question

Question 11

Name the function to label axes.

Answer

The functions to label axes in a plot using Matplotlib's Pyplot library are xlabel() for the x-axis and ylabel() for the y-axis.