Skip to content

Commit

Permalink
Reduce x-axis font size to fit
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jun 3, 2024
1 parent 7c56b16 commit 1446808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion history_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def make_chart(dates, totals):

ax.set_ylim(ymin=0, ymax=360)

plt.xticks(rotation=90)
plt.xticks(fontsize=8, rotation=90)

# Tweak spacing to prevent clipping of tick-labels
plt.subplots_adjust(bottom=0.2)
Expand Down

0 comments on commit 1446808

Please sign in to comment.