xrview.html.HtmlPlot.show

HtmlPlot.show(filename=None, remake_layout=False)

Show the plot in an HTML file.

Parameters
filenamestr, optional

If specified, save the plot to this HTML file.

remake_layoutbool, default False

If True, call make_layout even when the layout has already been created. Note that any changes made by modify_figures will be omitted.