pastas.modelplots.Plotting.stresses#

Plotting.stresses(tmin=None, tmax=None, cols=1, split=True, sharex=True, figsize=(10, 8), **kwargs)[source]#

This method creates a graph with all the stresses used in the model.

Parameters
  • tmin (str or pd.Timestamp, optional) –

  • tmax (str or pd.Timestamp, optional) –

  • cols (int) – number of columns used for plotting.

  • split (bool, optional) – Split the stress

  • sharex (bool, optional) – Sharex the x-axis.

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

Returns

axes – matplotlib axes instance.

Return type

matplotlib.axes.Axes