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=0x563e7a08d2ba)¶
Circle.
- DIAMOND = io.deephaven.gui.shape.JShapes(objectRef=0x563e7a08d2ca)¶
Diamond.
- DOWN_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x563e7a08d2ea)¶
Down triangle.
- ELLIPSE = io.deephaven.gui.shape.JShapes(objectRef=0x563e7a08d2da)¶
Ellipse.
- HORIZONTAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x563e7a08d2d2)¶
Horizontal rectangle.
- LEFT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x563e7a08d2fa)¶
Left triangle.
- RIGHT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x563e7a08d2e2)¶
Right triangle.
- SQUARE = io.deephaven.gui.shape.JShapes(objectRef=0x563e7a08d2b2)¶
Square.
- UP_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x563e7a08d2c2)¶
Up triangle.
- VERTICAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x563e7a08d2f2)¶
Vertical rectangle.