phydrus.plot.Plots.profile_information

Plots.profile_information(data='Pressure Head', times=None, legend=True, figsize=(5, 3), **kwargs)[source]

Method to plot the soil profile information.

Parameters
  • data (str, optional) – String with the variable of the profile information to plot. You can choose between: “Pressure Head”, “Water Content”, “Hydraulic Conductivity”,”Hydraulic Capacity”, “Water Flux”, “Root Uptake”, “Temperature”. Default is “Pressure Head”.

  • times (list of int) – List of integers of the time step to plot.

  • figsize (tuple, optional) –

  • legend (boolean, optional) –

Returns

ax

Return type

matplotlib axes instance