Matplotlib Plot X Axis In Vertical

[Solved] Matplotlib Plot X Axis In Vertical | Python - Code Explorer | yomemimo.com
Question : matplotlib plot x axis in vertical

Answered by : exuberant-eel-2vjub8sho7i7

plt.xticks(rotation=90)

Source : https://stackoverflow.com/questions/10998621/rotate-axis-text-in-python-matplotlib | Last Update : Wed, 20 May 20

Answers related to matplotlib plot x axis in vertical

Code Explorer Popular Question For Python