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

Circle.

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

Diamond.

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

Down triangle.

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

Ellipse.

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

Horizontal rectangle.

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

Left triangle.

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

Right triangle.

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

Square.

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

Up triangle.

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

Vertical rectangle.