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

Circle.

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

Diamond.

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

Down triangle.

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

Ellipse.

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

Horizontal rectangle.

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

Left triangle.

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

Right triangle.

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

Square.

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

Up triangle.

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

Vertical rectangle.