wulfric.visualization.PlotlyBackend.save#
method
- visualization.PlotlyBackend.save(output_name='lattice_graph.png', kwargs_update_layout=None, kwargs_write_html=None, axes_visible=True)#
Saves 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().
- axes_visiblebool, default True
Whether to show axes.