You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plotting/advanced.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -317,7 +317,7 @@
317
317
"metadata": {},
318
318
"source": [
319
319
"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."
0 commit comments