radtools.CUB.savefig#
method
- CUB.savefig(output_name='lattice_graph.png', elev=30, azim=-60, **kwargs)#
Save the figure in the file
- Parameters:
- output_namestr, default "lattice_graph.png"
Name of the file to be saved.
- 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().