pastas.plotting.modelcompare.CompareModels.plot_table#
- pastas.plotting.modelcompare.CompareModels.plot_table(axn: str = 'table', df: pandas.DataFrame | None = None) None#
Plot dataframe as table.
- Parameters:
axn (str, optional) – name of labeled axes to plot table on, by default “table”.
df (pandas.DataFrame, optional) – The Pandas.Dataframe to plot. Note that the first column is the index column that is shown.