From e977597cd013c574f31089913067cd085f69467c Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 25 Jun 2022 18:56:45 -0400 Subject: [PATCH] Commented for doing incrementing when downsampled, but doesn't seem to work? --- piker/ui/_display.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/piker/ui/_display.py b/piker/ui/_display.py index 9ad59e30..b86780c0 100644 --- a/piker/ui/_display.py +++ b/piker/ui/_display.py @@ -416,10 +416,8 @@ def graphics_update_cycle( ) or trigger_all ): - # TODO: we should track and compute whether the last - # pixel in a curve should show new data based on uppx - # and then iff update curves and shift? chart.increment_view(steps=i_diff) + # chart.increment_view(steps=i_diff + round(append_diff - uppx)) if vlm_chart: vlm_chart.increment_view(steps=i_diff)