pastas.plotting.modelcompare.CompareModels.plot_table_params#

pastas.plotting.modelcompare.CompareModels.plot_table_params(axn: str = 'tab', param_col: str = 'optimal', param_selection: list[str] | None = None) None#

plot model parameters table.

Parameters:
  • axn (str, optional) – name of labeled axes to plot table on, by default “tab”

  • param_col (str, optional) – name of parameter column to include, by default “optimal”

  • param_selection (list of str, optional) – string to filter parameter names that are included in table, by default None.