Show baseline bars length on in view read < 6

big_data_lines
Tyler Goodlet 2022-03-29 13:17:06 -04:00
parent d59442e3b1
commit 86da64c2c2
1 changed files with 1 additions and 0 deletions

View File

@ -915,6 +915,7 @@ class ChartPlotWidget(pg.PlotWidget):
if ( if (
rbar < 0 rbar < 0
or l < xfirst or l < xfirst
or (rbar - lbar) < 6
): ):
# set fixed bars count on screen that approx includes as # set fixed bars count on screen that approx includes as
# many bars as possible before a downsample line is shown. # many bars as possible before a downsample line is shown.