setup#
- MonitorPanel.setup(ax: Axes, fig: Figure, project) None#
Set the panel title; actual plot artists are created lazily.
setupcannot create the right artist (image vs. line vs. scalar marker) without first fetching the data, so we defer creation to the firstupdatecall.- Parameters:
- ax
matplotlib.axes.Axes Axes assigned to this panel.
- fig
matplotlib.figure.Figure Parent figure (unused).
- project
Project Optimization project (unused at setup time).
- ax