scisalt.matplotlib.savefig

scisalt.matplotlib.savefig(filename, path='figs', fig=None, ext='eps', verbose=False, **kwargs)[source]

Save the figure fig (optional, if not specified, latest figure in focus) to filename in the path path with extension ext.

**kwargs is passed to matplotlib.figure.Figure.savefig.