Skip to content

Commit

Permalink
Merge pull request #306 from Alejo7896/refresh_rate_correction
Browse files Browse the repository at this point in the history
changed default update time to 0 (not updating)
  • Loading branch information
wpfff committed Jun 15, 2022
2 parents a11b340 + aa549d2 commit 634bcf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plottr/apps/autoplot.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def autoplotDDH5(filepath: str = '', groupname: str = 'data') \
fc.nodes()['Data loader'].filepath = filepath
fc.nodes()['Data loader'].groupname = groupname
win.refreshData()
win.setMonitorInterval(5.0)
win.setMonitorInterval(0.0)

return fc, win

Expand Down

0 comments on commit 634bcf4

Please sign in to comment.