Skip to content

Commit

Permalink
shorter delays
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Aug 22, 2023
1 parent 0a39d02 commit d643817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plot1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ def mouse_moved(e):
ax=fig.add_axes([0.18, 0.05, 0.65, 0.03]),
label='Delay (ms)',
valmin=1,
valmax=1000,
valinit=100,
valmax=100,
valinit=10,
)

delay_slider.on_changed(update_delay)
Expand Down

0 comments on commit d643817

Please sign in to comment.