pastas.plotting.modelplots.Plotting.step_response ================================================= .. py:method:: pastas.plotting.modelplots.Plotting.step_response(stressmodels: list[str] | None = None, ax: pastas.typing.Axes | None = None, figsize: tuple[float, float] | None = None, legend: bool = True, **kwargs) -> pastas.typing.Axes Plot the step response for a specific stressmodels. :param stressmodels: List with the stressmodels to plot the block response for. :type stressmodels: list, optional :param ax: Axes to add the plot to. :type ax: matplotlib.axes.Axes, optional :param figsize: Tuple with the height and width of the figure in inches. :type figsize: tuple, optional :param legend: Boolean to determine to show the legend. Default is True. :type legend: bool, optional :returns: matplotlib axes instance. :rtype: matplotlib.axes.Axes .. !! processed by numpydoc !!