wulfric.PlotlyEngine.save#

method

PlotlyEngine.save(output_name='wulfric-plot.html', axes_visible=True, legend_position='top', kwargs_write_html=None, **kwargs)[source]#

Saves the figure in the html file.

Parameters:
output_namestr, default "wulfric-plot.html"

Name of the file to be saved. With extension.

axes_visiblebool, default True

Whether to show axes.

legend_positionstr, default "top"

Positions of the legend, case insensitive.

kwargs_write_htmldict, optional

Passed directly to the .write_html().

**kwargs

Passed directly to the .update_layout().