averstynen / CompositeHW

0 stars 0 forks source link

X axis labels in timeseries #6

Closed Prukutu closed 1 year ago

Prukutu commented 1 year ago

The labels in the plot in Out[13] run into each other, making it illegible. You can do this in a variety of ways, including calling the matplotlib.pyplot.setp

https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.setp.html

You can also call the set_xticklabels method: https://matplotlib.org/stable/api/_as_gen/matplotlib.axes.Axes.set_xticklabels.html

averstynen commented 1 year ago

I angled the x-axis labels so they don't run into each other.

Prukutu commented 1 year ago

This issue has been resolved. Closing.