vampire.plot.save_fig#

vampire.plot.save_fig(fig, output_path, fig_type, extension='.png', model_name=None, apply_name=None)[source]#

Save figure to local directory.

Parameters:
figFigure

Figure to be saved.

output_pathstr

Path to the output directory.

fig_typestr

General description/type of the figure.

extensionstr, optional

File extension.

model_namestr, optional

Name of the built model.

apply_namestr, optional

Name of the image set being applied to.