xrview.glyphs.BoxWhisker

class xrview.glyphs.BoxWhisker(width, q_lower, w_lower, q_upper, w_upper, **kwargs)[source]

A box-whisker glyph.

__init__(width, q_lower, w_lower, q_upper, w_upper, **kwargs)[source]

Constructor.

Parameters
widthstr or float

The name of a coordinate or a fixed value that will represent the width of the box.

q_lower: str or float

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

w_lower: str or float

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

q_upper: str or float

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

w_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__(width, q_lower, w_lower, q_upper, …)

Constructor.

Attributes

default_kwargs