Skip to content

Commit

Permalink
increase plot font size
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings committed Oct 11, 2024
1 parent f7da9e8 commit 50a9545
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repo_stats/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
ms = [".", "+", "^", "*", "x", "o"]
cs = ["#ff8300", "#23d361", "#bf177a", "#20c8ed"]

plt.rcParams['font.size'] = 11

now = datetime.now(timezone.utc).strftime("%B %d, %Y")


Expand Down

0 comments on commit 50a9545

Please sign in to comment.