pedon.plot module

Plotting modules for pedon.

pedon.plot.curves(sm: SoilModel, axes: list[Axes] | None = None, **kwargs) list[Axes]

Plot both the soil water retention curve and the hydraulic conductivity function.

pedon.plot.hcf(sm: SoilModel, ax: Axes | None = None, **kwargs) Axes

Plot the hydraulic conductivity function.

pedon.plot.swrc(sm: SoilModel, saturation: bool = False, ax: Axes | None = None, **kwargs) Axes

Plot the soil water retention curve.