deephaven.plot.shape

This module defines the Shape enum for all supported shapes that are used to paint points on a plot.

class Shape(value)[source]

Bases: Enum

An enumeration.

CIRCLE = io.deephaven.gui.shape.JShapes(objectRef=0x55f184744f12)

Circle.

DIAMOND = io.deephaven.gui.shape.JShapes(objectRef=0x55f184744f22)

Diamond.

DOWN_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55f184744f42)

Down triangle.

ELLIPSE = io.deephaven.gui.shape.JShapes(objectRef=0x55f184744f32)

Ellipse.

HORIZONTAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55f184744f2a)

Horizontal rectangle.

LEFT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55f184744f52)

Left triangle.

RIGHT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55f184744f3a)

Right triangle.

SQUARE = io.deephaven.gui.shape.JShapes(objectRef=0x55f184744f0a)

Square.

UP_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55f184744f1a)

Up triangle.

VERTICAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55f184744f4a)

Vertical rectangle.