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
Compare and Show latest version
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -1073,6 +1073,8 @@ class BatchedLiveView1D(LiveView1DBase):
>>> view.start()
>>> plt.pause(0.1) # Only here for doctest
>>> view.stop()
If the data update rate is slow, blitting together with automatic
rescaling might lead to a white canvas being visible between a
rescale being triggered and new data being drawn. In this case you
Loading