From eb2b844c2dce149c6eb0be98d8c8c1ef8c608808 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Wed, 13 Apr 2022 10:56:44 -0400 Subject: [PATCH] Always update last mx/mn (REVERT PRIOR CHANGE) --- piker/ui/_display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/ui/_display.py b/piker/ui/_display.py index 0a0b8fd6..cf468852 100644 --- a/piker/ui/_display.py +++ b/piker/ui/_display.py @@ -602,7 +602,7 @@ def graphics_update_cycle( yrange=(mn, mx), ) - vars['last_mx'], vars['last_mn'] = mx, mn + vars['last_mx'], vars['last_mn'] = mx, mn # run synchronous update on all linked flows for curve_name, flow in chart._flows.items():