Only update y mxmn from L1 when last index in view

l1_precision_fix
Tyler Goodlet 2022-04-12 11:40:48 -04:00
parent a6c5902437
commit e1a88cb93c
1 changed files with 1 additions and 1 deletions

View File

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