diff --git a/plotting/advanced.ipynb b/plotting/advanced.ipynb index 87f5d4f..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.ScanpyConfig.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." ] }, {