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
6 files
+ 2151
26
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -40,4 +40,9 @@ Plot data using all available custom styles:
... plt.show(block=False)
[...
"""
from .core import *
import lazy_loader as lazy
__getattr__, __dir__, __all__ = lazy.attach_stub(__name__, __file__)
del lazy
Loading