fig_dir
full name:
mplotter.saving.fig_dirtype: function
- fig_dir(dest)[source]
A context manager for temporarily changing the plotting directory.
Sets
rcParams['savefig.directory'](default:'~') viarc_context().- Parameters:
dest (str or path-like) – The new destination directory. If a relative path,
rcParams['savefig.directory'](default:'~') is taken as anchor.