phydrus.plot.Plots.water_flow

Plots.water_flow(data='Potential Surface Flux', figsize=(6, 3), **kwargs)[source]

Method to plot the water flow information.

Parameters
  • data (str, optional) – String with the variable of the water flow information to plot. You can choose between: “Potential Surface Flux”, “Potential Root Water Uptake”, “Actual Surface Flux”, “Actual Root Water Uptake”, “Bottom Flux”, “Pressure head at the soil surface”, “Mean value of the pressure head over the region”, “Pressure head at the Bottom of the soil profile”, “Surface runoff”, “Volume of water in the entire flow domain”. Default is “Potential Surface Flux”.

  • figsize (tuple, optional) –

Returns

ax

Return type

matplotlib axes instance