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

Circle.

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

Diamond.

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

Down triangle.

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

Ellipse.

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

Horizontal rectangle.

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

Left triangle.

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

Right triangle.

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

Square.

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

Up triangle.

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

Vertical rectangle.