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:
pastas.model.Model
ml.plot.decomposition()
Functions
compare
Visual comparison of multiple models in one figure.
Classes
Plotting
Plots available directly form the Model Class
TrackSolve
Track and visualize optimization progress for pastas models.