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_layouteven when the layout has already been created. Note that any changes made bymodify_figureswill be omitted.