Even smaller text fill on axes

basic_orders
Tyler Goodlet 2021-02-21 11:44:58 -05:00
parent 8c757d0bdd
commit 71745ddcd4
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Axis(pg.AxisItem):
self.setTickFont(_font.font)
self.setStyle(**{
'textFillLimits': [(0, 0.616)],
'textFillLimits': [(0, 0.5)],
'tickFont': _font.font,
# offset of text *away from* axis line in px
'tickTextOffset': 6,