diff --git a/piker/ui/_chart.py b/piker/ui/_chart.py index 828a3c70..0710f727 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.