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=0x56020189ef02)#

Circle.

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

Diamond.

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

Down triangle.

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

Ellipse.

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

Horizontal rectangle.

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

Left triangle.

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

Right triangle.

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

Square.

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

Up triangle.

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

Vertical rectangle.