Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Access pattern fixes to BECFigure

wyzula_j requested to merge bec-figure-access-patterns into master

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 with fig.axes or as a dict with fig.widgets
  • BECFigure.add_plot and BECFigure.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

Merge request reports

Loading