Answers for "how to give label to x-axis and y-axis while using matplotlib"

4

add x axis label python

plt.xlabel("X axis label")
Posted by: Guest on April-06-2020
0

add y axis label matplotlib

plt.ylabel("Y axis label", fontsize=18)
Posted by: Guest on July-17-2021

Code answers related to "how to give label to x-axis and y-axis while using matplotlib"

Python Answers by Framework

Browse Popular Code Answers by Language