radtools.MatplotlibBackend.save#
method
- MatplotlibBackend.save(output_name='lattice_graph.png', elev=30, azim=-60, **kwargs)[source]#
Save the figure in the file.
Changed in version 0.8.5: Renamed from
savefig- Parameters:
- output_namestr, default "lattice_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().