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

Circle.

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

Diamond.

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

Down triangle.

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

Ellipse.

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

Horizontal rectangle.

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

Left triangle.

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

Right triangle.

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

Square.

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

Up triangle.

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

Vertical rectangle.