Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Changed default font size for graphs from 10 to 8.
  • Loading branch information
Patrick-Cole committed Oct 1, 2024
1 parent aca5348 commit 6b47c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pygmi/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@

rcParams['axes.formatter.limits'] = [-12, 12]
rcParams['axes.formatter.useoffset'] = False
rcParams['font.size'] = 8
interactive(False)

QtCore.QLocale.setDefault(QtCore.QLocale.c())
Expand Down

0 comments on commit 6b47c36

Please sign in to comment.