phydrus.plot.Plots.obs_points

Plots.obs_points(data='h', figsize=(4, 3), **kwargs)[source]

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

Parameters
  • data (str, optional) – String with the variable of the variable to plot. You can choose between: “h”, “theta”, “Temp”, “Conc”.

  • figsize (tuple, optional) –

Returns

axes

Return type

matplotlib axes instance