Check the x axis of the figure below. How can I move the labels a bit to the left so that they align with their respective ticks?
I\'m rotating the labels using:
If you dont want to modify the xtick labels, you can just use:
plt.xticks(rotation=45)