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=0x559ec4976b0a)¶
Circle.
- DIAMOND = io.deephaven.gui.shape.JShapes(objectRef=0x559ec4976b1a)¶
Diamond.
- DOWN_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x559ec4976b3a)¶
Down triangle.
- ELLIPSE = io.deephaven.gui.shape.JShapes(objectRef=0x559ec4976b2a)¶
Ellipse.
- HORIZONTAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x559ec4976b22)¶
Horizontal rectangle.
- LEFT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x559ec4976b4a)¶
Left triangle.
- RIGHT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x559ec4976b32)¶
Right triangle.
- SQUARE = io.deephaven.gui.shape.JShapes(objectRef=0x559ec4976b02)¶
Square.
- UP_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x559ec4976b12)¶
Up triangle.
- VERTICAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x559ec4976b42)¶
Vertical rectangle.