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

Circle.

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

Diamond.

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

Down triangle.

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

Ellipse.

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

Horizontal rectangle.

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

Left triangle.

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

Right triangle.

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

Square.

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

Up triangle.

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

Vertical rectangle.