Skip to content
Snippets Groups Projects

Add live_view module to qutil.plotting.

Merged Tobias Hangleiter requested to merge feat/live_data_view into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -953,7 +953,7 @@ class LiveViewBase:
# Thread not started
pass
if mp.current_process() is not mp.main_process:
if mp.parent_process() is not None:
# Running in a separate process. Since we cannot restart the view
# from there, we only stop data production so that LiveViewProxy.attach()
# can be used to plot new data
Loading