Answers for "how to change x axis label in matplotlib to rotate it by 90"

5

rotate axis labels matplotlib

plt.xticks(rotation=90)
Posted by: Guest on May-13-2020

Code answers related to "how to change x axis label in matplotlib to rotate it by 90"

Python Answers by Framework

Browse Popular Code Answers by Language