pastas.plotting.plots.TrackSolve.initialize_figure ================================================== .. py:method:: pastas.plotting.plots.TrackSolve.initialize_figure(figsize: tuple[int] = (10, 8), dpi: int = 100) -> pastas.typing.Figure Initialize figure for plotting optimization progress. :param figsize: figure size, passed to plt.subplots(), by default (10, 8). :type figsize: tuple, optional :param dpi: dpi of the figure passed to plt.subplots(), by default 100. :type dpi: int, optional :returns: **fig** -- handle to the figure. :rtype: matplotlib.pyplot.Figure .. !! processed by numpydoc !!