pastas.plotting.modelplots.Plotting.step_response#

Plotting.step_response(stressmodels=None, ax=None, figsize=None, legend=True, **kwargs)[source]#

Plot the step response for a specific stressmodels.

Parameters
  • stressmodels (list, optional) – List with the stressmodels to plot the block response for.

  • ax (matplotlib.axes.Axes, optional) – Axes to add the plot to.

  • figsize (tuple, optional) – Tuple with the height and width of the figure in inches.

  • legend (bool, optional) – Boolean to determine to show the legend. Default is True.

Returns

matplotlib axes instance.

Return type

matplotlib.axes.Axes