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

Circle.

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

Diamond.

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

Down triangle.

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

Ellipse.

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

Horizontal rectangle.

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

Left triangle.

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

Right triangle.

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

Square.

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

Up triangle.

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

Vertical rectangle.