Skip to content

Commit

Permalink
Tweak font (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Feb 5, 2021
1 parent 2dbcd9b commit 5d161f7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions cimetrics/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ class SmallFontSize:
DEFAULT = 4


class StandardFontSize(SmallFontSize):
pass
class StandardFontSize:
XTICKS = 4
YTICKS = 4
TITLE = 5
DEFAULT = 4


def ticklabel_format(value):
Expand Down

0 comments on commit 5d161f7

Please sign in to comment.