From dd2a9f74f1587f7bc0ccee2bfed22e58dcbcb6ef Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 27 Jun 2022 18:23:13 -0400 Subject: [PATCH] Add todo around graphics loop vlm chart mxmn sort calls --- piker/ui/_display.py | 4 ++++ 1 file changed, 4 insertions(+) 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: