diff --git a/piker/ui/_display.py b/piker/ui/_display.py index 82f12196..ea399bff 100644 --- a/piker/ui/_display.py +++ b/piker/ui/_display.py @@ -599,7 +599,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():