xrview.html.HtmlGridPlot¶
-
class
xrview.html.HtmlGridPlot(panels, ncols=1, toolbar_location='above')[source]¶ An HTML grid plot.
-
__init__(panels, ncols=1, toolbar_location='above')¶ Constructor.
Methods
__init__(panels[, ncols, toolbar_location])Constructor.
copy([with_data])Create a copy of this instance.
export(filename[, mode])Export the layout as as png or svg file.
make_doc()Make the document.
make_layout()Make the layout.
show([filename, remake_layout])Show the plot in an HTML file.
-