From 86da64c2c2464bf257260fb209df06984863f738 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 29 Mar 2022 13:17:06 -0400 Subject: [PATCH] Show baseline bars length on in view read < 6 --- piker/ui/_chart.py | 1 + 1 file changed, 1 insertion(+) diff --git a/piker/ui/_chart.py b/piker/ui/_chart.py index 60d502be..eda53bd5 100644 --- a/piker/ui/_chart.py +++ b/piker/ui/_chart.py @@ -915,6 +915,7 @@ class ChartPlotWidget(pg.PlotWidget): if ( rbar < 0 or l < xfirst + or (rbar - lbar) < 6 ): # set fixed bars count on screen that approx includes as # many bars as possible before a downsample line is shown.