phydrus.plot.Plots.profile

Plots.profile(figsize=(3, 6), title=None, cmap='YlOrBr', color_by='Ks', show_grid=True, **kwargs)[source]

Method to plot the soil profile.

Parameters
  • figsize (tuple, optional) – Tuple with the size of the figure in inches.

  • title (str, optional) – String with the title of the Figure.

  • cmap (str, optional) – String with a named Matplotlib colormap.

  • color_by (str, optional) – Column from the material properties sed to color the materials. Default is “Ks”.

  • show_grid (bool, optional) – Show the grid in the plot. Default is True.

Returns

ax

Return type

matplotlib axes instance