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=0x55d5b0ffe5ca)#
Circle.
- DIAMOND = io.deephaven.gui.shape.JShapes(objectRef=0x55d5b0ffe5da)#
Diamond.
- DOWN_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55d5b0ffe5fa)#
Down triangle.
- ELLIPSE = io.deephaven.gui.shape.JShapes(objectRef=0x55d5b0ffe5ea)#
Ellipse.
- HORIZONTAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55d5b0ffe5e2)#
Horizontal rectangle.
- LEFT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55d5b0ffe60a)#
Left triangle.
- RIGHT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55d5b0ffe5f2)#
Right triangle.
- SQUARE = io.deephaven.gui.shape.JShapes(objectRef=0x55d5b0ffe5c2)#
Square.
- UP_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55d5b0ffe5d2)#
Up triangle.
- VERTICAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55d5b0ffe602)#
Vertical rectangle.