diff --git a/piker/ui/_display.py b/piker/ui/_display.py index b86780c0..91eb89a1 100644 --- a/piker/ui/_display.py +++ b/piker/ui/_display.py @@ -105,6 +105,10 @@ def chart_maxmin( mn, mx = out mx_vlm_in_view = 0 + + # TODO: we need to NOT call this to avoid a manual + # np.max/min trigger and especially on the vlm_chart + # flows which aren't shown.. like vlm? if vlm_chart: out = vlm_chart.maxmin() if out: