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

Circle.

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

Diamond.

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

Down triangle.

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

Ellipse.

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

Horizontal rectangle.

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

Left triangle.

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

Right triangle.

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

Square.

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

Up triangle.

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

Vertical rectangle.