radtools.PlotlyBackend.save#
method
- PlotlyBackend.save(output_name='lattice_graph.png', kwargs_update_layout=None, kwargs_write_html=None)[source]#
Save the figure in the html file.
- Parameters:
- output_namestr, default "lattice_graph.png"
Name of the file to be saved. With extension.
- kwargs_update_layoutdict, optional
Passed directly to the .update_layout().
- kwargs_write_htmldict, optional
Passed directly to the .write_html().