xrview.glyphs.Circle

class xrview.glyphs.Circle(x_arg='x', y_arg='y', **kwargs)[source]

A circle glyph.

__init__(x_arg='x', y_arg='y', **kwargs)

Constructor.

Parameters
x_arg: str, default ‘x’

The glyph argument associated with x-axis values in the data.

y_arg: str, default ‘y’

The glyph argument associated with y-axis values in the data.

kwargs:

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

Methods

__init__([x_arg, y_arg])

Constructor.

Attributes

default_kwargs

method