phydrus.plot.Plots.soil_properties

Plots.soil_properties(data='Water Content', figsize=(6, 3), **kwargs)[source]

Method to plot the soil hydraulic properties.

Parameters
  • data (str, optional) – String with the variable of the water flow information to plot. You can choose between: “Water Content”, “Pressure head”, “log Pressure head”, “Hydraulic Capacity”, “Hydraulic Conductivity”, “log Hydraulic Conductivity”, “Effective Water Content”. Default is “Water Content”.

  • figsize (tuple, optional) –

Returns

axes

Return type

matplotlib axes instance