We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd783a commit 8a626c2Copy full SHA for 8a626c2
src/scanpy/_settings.py
@@ -244,7 +244,7 @@ def file_format_figs(cls) -> str:
244
"""File format for saving figures.
245
246
For example `'png'`, `'pdf'` or `'svg'`. Many other formats work as well (see
247
- `matplotlib.pyplot.savefig`).
+ :func:`matplotlib.pyplot.savefig`).
248
"""
249
return cls._file_format_figs
250
0 commit comments