Skip to content

Commit 37c26f3

Browse files
authored
new settings link (#175)
1 parent 219eaa1 commit 37c26f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotting/advanced.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
"metadata": {},
318318
"source": [
319319
"We can adjust plot size by setting `rcParams['figure.figsize']`, which will also change settings for future plots.\n",
320-
"These are either available through scanpy's {func}`~scanpy._settings.ScanpyConfig.set_figure_params` which wraps Matplotlib's rcParams or by modifying them directly."
320+
"These are either available through scanpy's {func}`~scanpy.set_figure_params` which wraps Matplotlib's rcParams or by modifying them directly."
321321
]
322322
},
323323
{

0 commit comments

Comments
 (0)