8000 Reduce x-axis font size to fit · hugovk/drop-python@1446808 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1446808

Browse files
committed
Reduce x-axis font size to fit
1 parent 7c56b16 commit 1446808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

history_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def make_chart(dates, totals):
7070

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

73-
plt.xticks(rotation=90)
73+
plt.xticks(fontsize=8, rotation=90)
7474

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

0 commit comments

Comments
 (0)
0