pastas.modelcompare.CompareModels.plot_table#

CompareModels.plot_table(axn='table', df=None)[source]#

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.

Return type

None