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=0x564c6815d8e2)

Circle.

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

Diamond.

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

Down triangle.

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

Ellipse.

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

Horizontal rectangle.

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

Left triangle.

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

Right triangle.

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

Square.

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

Up triangle.

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

Vertical rectangle.