wulfric.visualization.MatplotlibBackend.save#

method

visualization.MatplotlibBackend.save(output_name='cell_graph.png', elev=30, azim=-60, **kwargs)#

Saves the figure in the file.

Parameters:
output_namestr, default "cell_graph.png"

Name of the file to be saved. With extension.

elevfloat, default 30

Passed directly to matplotlib. See view_init.

azimfloat, default -60

Passed directly to matplotlib. See view_init.

**kwargs

Parameters to be passed to the plt.savefig().