From 71745ddcd46559bd8a65d668b7fb6110a5c45af8 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 21 Feb 2021 11:44:58 -0500 Subject: [PATCH] Even smaller text fill on axes --- piker/ui/_axes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/ui/_axes.py b/piker/ui/_axes.py index fac0c934..4bb16656 100644 --- a/piker/ui/_axes.py +++ b/piker/ui/_axes.py @@ -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,