Skip to content

Commit

Permalink
Update set_figure_params
Browse files Browse the repository at this point in the history
Update type hint of argument `format`.
  • Loading branch information
WeilerP committed Oct 1, 2024
1 parent a384d3d commit 4ade377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scvelo/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def set_figure_params(
facecolor : `str` (default: `None`)
Sets backgrounds `rcParams['figure.facecolor']`
and `rcParams['axes.facecolor']` to `facecolor`.
format : {'png', 'pdf', 'svg', etc.} (default: 'pdf')
format : `str` (default: 'pdf')
This sets the default format for saving figures: `file_format_figs`.
ipython_format : list of `str` (default: 'png2x')
Only concerns the notebook/IPython environment; see
Expand Down

0 comments on commit 4ade377

Please sign in to comment.