Closed Prukutu closed 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
I angled the x-axis labels so they don't run into each other.
This issue has been resolved. Closing.
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