Commented for doing incrementing when downsampled, but doesn't seem to work?

mxmn_from_m4
Tyler Goodlet 2022-06-25 18:56:45 -04:00
parent 7a33ba64f1
commit e977597cd0
1 changed files with 1 additions and 3 deletions

View File

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