Access pattern fixes to BECFigure
Description
Fix access pattern to objects BECFigure
Related Issues
closes #109 (closed), #105 (closed), #108 (closed), #111 (closed)
Type of Change
- Previously created widgets within
BECFigure
with RPC can be accessed as a list withfig.axes
or as a dict withfig.widgets
-
BECFigure.add_plot
andBECFigure.add_image
are accepting args which can directly setup content for plotting window (devices, data, monitors etc.)
Potential side effects
None
Edited by wyzula_j