John Mayne
0
Q:

rotate xticks matplotlib

plt.xticks(rotation=45)
2
ax.tick_params(axis='x', rotation=45)
1
# rotate xticks of a plot Matplotlib
angle = 90
plt.xticks(rotation=angle)
1

New to Communities?

Join the community