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

Circle.

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

Diamond.

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

Down triangle.

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

Ellipse.

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

Horizontal rectangle.

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

Left triangle.

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

Right triangle.

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

Square.

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

Up triangle.

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

Vertical rectangle.