mirror of
https://github.com/wassname/catalyst.git
synced 2026-08-03 12:40:47 +08:00
Minor fix in the graph logic
This commit is contained in:
@@ -172,4 +172,4 @@ class LiveGraphClock(object):
|
||||
# I can't use the "animate" reactive approach here because
|
||||
# I need to yield from the main loop.
|
||||
# Workaround: https://stackoverflow.com/a/33050617/814633
|
||||
plt.pause(0.001)
|
||||
plt.pause(1)
|
||||
|
||||
Reference in New Issue
Block a user