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():