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=0x55b7d58a8d92)¶
Circle.
- DIAMOND = io.deephaven.gui.shape.JShapes(objectRef=0x55b7d58a8da2)¶
Diamond.
- DOWN_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55b7d58a8dc2)¶
Down triangle.
- ELLIPSE = io.deephaven.gui.shape.JShapes(objectRef=0x55b7d58a8db2)¶
Ellipse.
- HORIZONTAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55b7d58a8daa)¶
Horizontal rectangle.
- LEFT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55b7d58a8dd2)¶
Left triangle.
- RIGHT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55b7d58a8dba)¶
Right triangle.
- SQUARE = io.deephaven.gui.shape.JShapes(objectRef=0x55b7d58a8d8a)¶
Square.
- UP_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55b7d58a8d9a)¶
Up triangle.
- VERTICAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55b7d58a8dca)¶
Vertical rectangle.