skrf.convenience.save_all_figs

skrf.convenience.save_all_figs(dir='./', format=['eps', 'pdf', 'png'])

Save all open Figures to disk.

Parameters :

dir : string

path to save figures into

format : list of strings

the types of formats to save figures as. The elements of this list are passed to :matplotlib:`savefig`. This is a list so that you can save each figure in multiple formats.

Previous topic

skrf.convenience.find_nearest_index

Next topic

skrf.convenience.add_markers_to_lines

This Page