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.Enum

An enumeration.

CIRCLE = io.deephaven.gui.shape.JShapes(objectRef=0x42253c0)

Circle.

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

Diamond.

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

Down triangle.

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

Ellipse.

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

Horizontal rectangle.

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

Left triangle.

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

Right triangle.

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

Square.

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

Up triangle.

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

Vertical rectangle.