I can\'t figure out how to rotate the text on the X Axis. Its a time stamp, so as the number of samples increase, they get closer and closer until they overlap. I\'d like
Appart from
plt.xticks(rotation=90)
this is also possible:
plt.xticks(rotation='vertical')