pastas.plotting.plots.TrackSolve.plot_track_solve_history ========================================================= .. py:method:: pastas.plotting.plots.TrackSolve.plot_track_solve_history(fig: pastas.typing.Figure | None = None) -> list[pastas.typing.Axes] Plot optimization history. :param fig: figure handle, by default None, which constructs a new figure with `self.initialize_figure()`. :type fig: matplotlib.pyplot.Figure, optional :returns: **axes** -- list of axes handles in figure. :rtype: list of matplotlib.pyplot.Axes .. !! processed by numpydoc !!