mwavepy.convenience.save_all_figs

mwavepy.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

mwavepy.convenience.find_nearest_index

Next topic

mwavepy.convenience.add_markers_to_lines

This Page