diff --git a/changelog.md b/changelog.md index 81b34a91..71894185 100644 --- a/changelog.md +++ b/changelog.md @@ -12,6 +12,8 @@ - 👌 Use weighted residual instead of residual plots if present (#216) - 👌 Add color map arguments to plot_data_overview (#217) - 👌 Add das_cycler and svd_cycler to plot collection functions (#218) +- 👌 Add use_svd_number switch to use SV number instead of index as label (#219) +- 🩹 Fix use_svd_number not being passed on to plot_sv_data in plot_data_overview (#221) (changes-0_7_1)= diff --git a/pyglotaran_extras/plotting/plot_data.py b/pyglotaran_extras/plotting/plot_data.py index 39dfcf6c..9f8502e5 100644 --- a/pyglotaran_extras/plotting/plot_data.py +++ b/pyglotaran_extras/plotting/plot_data.py @@ -123,7 +123,7 @@ def plot_data_overview( cycler=svd_cycler, use_svd_number=use_svd_number, ) - plot_sv_data(dataset, sv_ax) + plot_sv_data(dataset, sv_ax, use_svd_number=use_svd_number) plot_rsv_data( dataset, rsv_ax,