From d4395dbcbcc2b44aaa5b00e29447e9136cf361ca Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 31 Mar 2021 14:26:32 -0400 Subject: [PATCH] Make default view more zooomed in --- piker/ui/_style.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/piker/ui/_style.py b/piker/ui/_style.py index f8f77950..7284a9d1 100644 --- a/piker/ui/_style.py +++ b/piker/ui/_style.py @@ -142,8 +142,8 @@ _xaxis_at = 'bottom' # charting config CHART_MARGINS = (0, 0, 2, 2) _min_points_to_show = 6 -_bars_from_right_in_follow_mode = int(130) -_bars_to_left_in_follow_mode = int(616) +_bars_to_left_in_follow_mode = int(61*6) +_bars_from_right_in_follow_mode = round(0.16 * _bars_to_left_in_follow_mode) _tina_mode = False