scanpy.settings.file_format_figs#
- property settings.file_format_figs: str[source]#
File format for saving figures.
For example
'png'
,'pdf'
or'svg'
. Many other formats work as well (seematplotlib.pyplot.savefig()
).
File format for saving figures.
For example 'png'
, 'pdf'
or 'svg'
. Many other formats work as well (see
matplotlib.pyplot.savefig()
).