pastas.plots.TrackSolve.plot_track_solve_history#
- TrackSolve.plot_track_solve_history(fig=None)[source]#
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