dynamo.pl.save_fig

dynamo.pl.save_fig(path=None, prefix=None, dpi=None, ext='pdf', transparent=True, close=True, verbose=True)[source]

Save a figure from pyplot. code adapated from http://www.jesshamrick.com/2012/09/03/saving-figures-from-pyplot/

Parameters

path – The path (and filename, without the extension) to save_fig the figure to.