API Reference

Top-level functions

Module: xrview

plot

Create a plot from xarray data.

HTML

Module: xrview.html

HtmlPlot

Base class for HTML plots.

HtmlGridPlot

An HTML grid plot.

HtmlSpacer

An HTML spacer.

Notebook

Module: xrview.notebook

NotebookPlot

Base class for notebook plots.

NotebookGridPlot

A notebook grid plot.

NotebookSpacer

A notebook spacer.

NotebookViewer

Base class for notebook viewers.

NotebookTimeseriesViewer

A notebook time-series viewer.

Glyphs

Module: xrview.glyphs

Line

A line glyph.

Circle

A circle glyph.

Diamond

A diamond glyph.

Square

A square glyph.

Triangle

A triangle glyph.

Ray

A ray glyph.

HBar

A horizontal bar glyph.

VBar

A vertical bar glyph.

Rect

A rectangle glyph.

Whisker

A whisker annotation.

Band

A band annotation.

VLine

A collection of vertical lines.

ErrorLine

A line with an error bar.

ErrorCircle

A circle with an error bar.

BoxWhisker

A box-whisker glyph.

Interactions

Module: xrview.interactions

CoordValSelect

A list widget for selecting unique values of a certain coordinate.

Class member details