update#
- FomPanel.update(ax: Axes, fig: Figure, project, state: PanelState) None#
Push the latest FOM history into the persistent artists.
- Parameters:
- ax
matplotlib.axes.Axes Axes assigned to this panel.
- fig
matplotlib.figure.Figure Parent figure (unused).
- project
Project Optimization project (unused).
- state
PanelState Snapshot of the current optimization history.
- ax