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

Circle.

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

Diamond.

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

Down triangle.

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

Ellipse.

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

Horizontal rectangle.

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

Left triangle.

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

Right triangle.

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

Square.

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

Up triangle.

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

Vertical rectangle.