pastas.plotting.modelcompare.CompareModels.plot_table_params ============================================================ .. py:method:: 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. :param axn: name of labeled axes to plot table on, by default "tab" :type axn: str, optional :param param_col: name of parameter column to include, by default "optimal" :type param_col: str, optional :param param_selection: string to filter parameter names that are included in table, by default None. :type param_selection: list of str, optional .. !! processed by numpydoc !!