Name the function to label axes.
2 Likes
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.
xlabel()
ylabel()
Answered By
1 Like
What is a boxplot ? Which situations are more appropriate for boxplot ?
What is a frequency polygon ? What is it utility ?
Name the function to give title to a plot.
Name the function to set figure size of a plot.