Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Corrected index.rst
  • Loading branch information
clio-met committed Aug 22, 2025
commit 48583ba85332a2bba25ffde04c7b11e741563987
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,7 @@ For the comparison between three variables or more

.. code-block:: python

plots.table_error_metric_multiple(
tables.table_error_metric_multiple(
df,
var_ref='TP',var_comp=['TP.1','TP.2'],
error_metric=['scatter_index','rmse','bias','mae','corr'],
Expand All @@ -2032,7 +2032,7 @@ Comparison table between 2 variables as a function of another variable

.. code-block:: python

plots.table_binned_error_metric(
tables.table_binned_error_metric(
df,
var_bin='TP',var_bin_size=0.5,var_ref='HS',var_comp='HS.1',
threshold_min=0,
Expand Down