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:
EnumAn enumeration.
- CIRCLE = io.deephaven.gui.shape.JShapes(objectRef=0x560cd62dae2a)¶
Circle.
- DIAMOND = io.deephaven.gui.shape.JShapes(objectRef=0x560cd62dae3a)¶
Diamond.
- DOWN_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x560cd62dae5a)¶
Down triangle.
- ELLIPSE = io.deephaven.gui.shape.JShapes(objectRef=0x560cd62dae4a)¶
Ellipse.
- HORIZONTAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x560cd62dae42)¶
Horizontal rectangle.
- LEFT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x560cd62dae6a)¶
Left triangle.
- RIGHT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x560cd62dae52)¶
Right triangle.
- SQUARE = io.deephaven.gui.shape.JShapes(objectRef=0x560cd62dae22)¶
Square.
- UP_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x560cd62dae32)¶
Up triangle.
- VERTICAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x560cd62dae62)¶
Vertical rectangle.