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, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Bases: Enum

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

Circle.

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

Diamond.

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

Down triangle.

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

Ellipse.

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

Horizontal rectangle.

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

Left triangle.

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

Right triangle.

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

Square.

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

Up triangle.

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

Vertical rectangle.