pastas.plotsΒΆ
This module contains all the plotting methods in Pastas.
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.Model
instance in the variable ml, the plot methods are available as follows:
ml.plot.decomposition()
Functions
Visual comparison of multiple models in one figure. |
|
Method to plot all the time series going into a Pastas Model. |
Classes
Plots available directly from the Model Class. |
|
Track and/or visualize optimization progress for Pastas models. |