On the x-axis, I would like to display numbers (with no rotation) with rotated names below each number. I have the following but would like to separately rotate the names 'one', 'two' and 'three'.
plt.xticks([1,2,3], ['1\n one', '2\n two', '3\n three'], rotation=45]