0
Q:

matplotlib axis rotate xticks

xticks(rotation=45) # rotate x-axis labels by 45 degrees.
yticks(rotation=90) # rotate y-axis labels by 90 degrees.
3
ax.tick_params(axis='x', rotation=45)
1

New to Communities?

Join the community