Matplotlib Labels and Title

In Python, with Pyplot you can use the xlabel() and ylabel() functions to set a label for the x- and y-axis.

Code :