Name the function to label axes.
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()