Module for Input/Ouput
mpltools.io.save_all_figs([directory, fmt, ...]) | Save all open figures. |
Save all open figures.
Each figure is saved with the title of the plot, if possible, and multiple file formats can be saved by specifying a list of extensions.
Parameters : | directory : str
fmt : str, list of str
default_name : str
|
---|
Examples
>>> save_all_figs('plots/', fmt=['pdf','png'])