xrview.glyphs.ErrorCircle

class xrview.glyphs.ErrorCircle(lower, upper, **kwargs)[source]

A circle with an error bar.

__init__(lower, upper, **kwargs)[source]

Constructor.

Parameters
lower: str or float

The name of a coordinate or a fixed value that will represent the lower end of the error bar.

upper: str or float

The name of a coordinate or a fixed value that will represent the upper end of the error bar.

kwargs:

Additional keyword arguments to be passed to the underlying bokeh glyph(s).

Methods

__init__(lower, upper, **kwargs)

Constructor.

Attributes

default_kwargs