pastas.plotting.plots.TrackSolve.plot_track_solve_history#
- pastas.plotting.plots.TrackSolve.plot_track_solve_history(fig: pastas.typing.Figure | None = None) list[pastas.typing.Axes]#
Plot optimization history.
- Parameters:
fig (matplotlib.pyplot.Figure, optional) – figure handle, by default None, which constructs a new figure with self.initialize_figure().
- Returns:
axes – list of axes handles in figure.
- Return type:
list of matplotlib.pyplot.Axes