Plots

class phydrus.plot.Plots(ml)[source]

Class that contains all the methods to plot a Phydrus Model.

Parameters

ml (phydrus.Model) – Phydrus Model Instance to connect the methods to the model.

Examples

>>> ml.plots.profile()

Methods

__init__

Initialize self.

obs_points

Method to plot the pressure heads, water contents and water fluxes.

profile

Method to plot the soil profile.

profile_information

Method to plot the soil profile information.

soil_properties

Method to plot the soil hydraulic properties.

water_flow

Method to plot the water flow information.