Informatics Practices

Name the function to label axes.

PyPlot

2 Likes

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.

Answered By

1 Like


Related Questions