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

Circle.

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

Diamond.

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

Down triangle.

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

Ellipse.

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

Horizontal rectangle.

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

Left triangle.

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

Right triangle.

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

Square.

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

Up triangle.

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

Vertical rectangle.