pastas.modelplots.Plotting.block_response#

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

Plot the block 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.

Returns:

matplotlib axes instance.

Return type:

matplotlib.axes.Axes