From 1dfe13993212d20bf8a4d72d6505bc61c1de1dbb Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Wed, 28 May 2025 17:35:51 +0200 Subject: [PATCH 1/2] new settings link --- plotting/advanced.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotting/advanced.ipynb b/plotting/advanced.ipynb index 87f5d4f..7662772 100644 --- a/plotting/advanced.ipynb +++ b/plotting/advanced.ipynb @@ -317,7 +317,7 @@ "metadata": {}, "source": [ "We can adjust plot size by setting `rcParams['figure.figsize']`, which will also change settings for future plots.\n", - "These are either available through scanpy's {func}`~scanpy._settings.ScanpyConfig.set_figure_params` which wraps Matplotlib's rcParams or by modifying them directly." + "These are either available through scanpy's {func}`~scanpy.settings.set_figure_params` which wraps Matplotlib's rcParams or by modifying them directly." ] }, { From a883f10ed412bd45c27e665a3e26069d89b31418 Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Wed, 28 May 2025 17:44:49 +0200 Subject: [PATCH 2/2] actually just this --- plotting/advanced.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plotting/advanced.ipynb b/plotting/advanced.ipynb index 7662772..8453dda 100644 --- a/plotting/advanced.ipynb +++ b/plotting/advanced.ipynb @@ -317,7 +317,7 @@ "metadata": {}, "source": [ "We can adjust plot size by setting `rcParams['figure.figsize']`, which will also change settings for future plots.\n", - "These are either available through scanpy's {func}`~scanpy.settings.set_figure_params` which wraps Matplotlib's rcParams or by modifying them directly." + "These are either available through scanpy's {func}`~scanpy.set_figure_params` which wraps Matplotlib's rcParams or by modifying them directly." ] }, {