Answers for "set y label plt"

-1

set x label matplotlib

plt.xlabel('xlabel', fontsize=18)
Posted by: Guest on June-13-2021
0

add y axis label matplotlib

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

Python Answers by Framework

Browse Popular Code Answers by Language