Stream plot refactor
- Creation of a single script in
bec_widgets/examples/stream_plot.pywhich replace the 3 outdated duplicate apps:
-
basic_plot.py→ the original version from @appel_c -
line_plot_legacy.py→ slightly refactored version by @wyzula_j -
line_plot.py→ more refactored version by @wyzula_j
stream_plot.py is yet another version of line_plot.py replacing all mentioned above.
-
Fixing the variable leak in
bec_dispatcher, where thread was opened correctly, but all new connections were assigned to wrong signals/slots. After discussion with @usov_i , we agreed to dropdataclassfor_Connectionand convert it to a standard class. -
Test for basic plot are outdate,
on_scan_segmentmethod is not used anymore → need to refactor the tests further to suit the new structure ofstream_plot.py
fix #18 #9