setup#

MonitorPanel.setup(ax: Axes, fig: Figure, project) None#

Set the panel title; actual plot artists are created lazily.

setup cannot create the right artist (image vs. line vs. scalar marker) without first fetching the data, so we defer creation to the first update call.

Parameters:
axmatplotlib.axes.Axes

Axes assigned to this panel.

figmatplotlib.figure.Figure

Parent figure (unused).

projectProject

Optimization project (unused at setup time).