pastas.plotting.modelplots.Plotting#
- class pastas.plotting.modelplots.Plotting(ml: pastas.typing.Model)#
Class that contains all plotting methods for Pastas models.
Pastas models come with a number of predefined plotting methods to quickly visualize a Model. All of these methods are contained in the plot attribute of a model. For example, if we stored a
pastas.model.Modelinstance in the variable ml, the plot methods are available as follows:ml.plots.results()
Methods#
|
Make a plot of the observed and simulated series. |
|
Plot the results of the model in a mosaic plot. |
|
Plot the results of the model in a mosaic plot (deprecated). |
|
Plot the decomposition of a time-series in the different stresses. |
|
Plot a window that helps in diagnosing basic model assumptions. |
|
Plot the cumulative frequency for the observations and simulation. |
|
Plot the block response for a specific stressmodels. |
|
Plot the step response for a specific stressmodels. |
|
Create a graph with all the stresses used in the model. |
|
Make a pie chart of the contributions. |
|
Create a results plot, similar to ml.plots.results(). |
|
Plot all the time series going into a Pastas Model. |
|
Create a plot with the results and diagnostics plot. |
|
Create a PDF file (A4) with the results and diagnostics plot. |
|
Plot the correlation between all the time series going into a Pastas Model. |
|
Plot the contribution of a stressmodel and optionally the stress and the response. |