skrf.plotting.save_all_figs¶
- skrf.plotting.save_all_figs(dir='./', format=None, replace_spaces=True, echo=True)[source]¶
Save all open Figures to disk.
- Parameters:
dir (string, optional.) – path to save figures into. Default is ‘./’
format (None or list of strings, optional.) – the types of formats to save figures as. The elements of this list are passed to
matplotlib.pyplot.savefig()
. This is a list so that you can save each figure in multiple formats. Default is None.replace_spaces (bool, optional) – default is True.
echo (bool, optional.) – True prints filenames as they are saved. Default is True.