Show baseline bars length on in view read < 6
parent
d59442e3b1
commit
86da64c2c2
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue