Even smaller text fill on axes
parent
8c757d0bdd
commit
71745ddcd4
|
@ -54,7 +54,7 @@ class Axis(pg.AxisItem):
|
||||||
|
|
||||||
self.setTickFont(_font.font)
|
self.setTickFont(_font.font)
|
||||||
self.setStyle(**{
|
self.setStyle(**{
|
||||||
'textFillLimits': [(0, 0.616)],
|
'textFillLimits': [(0, 0.5)],
|
||||||
'tickFont': _font.font,
|
'tickFont': _font.font,
|
||||||
# offset of text *away from* axis line in px
|
# offset of text *away from* axis line in px
|
||||||
'tickTextOffset': 6,
|
'tickTextOffset': 6,
|
||||||
|
|
Loading…
Reference in New Issue