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=0x5582debad222)¶
Circle.
- DIAMOND = io.deephaven.gui.shape.JShapes(objectRef=0x5582debad232)¶
Diamond.
- DOWN_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x5582debad252)¶
Down triangle.
- ELLIPSE = io.deephaven.gui.shape.JShapes(objectRef=0x5582debad242)¶
Ellipse.
- HORIZONTAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x5582debad23a)¶
Horizontal rectangle.
- LEFT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x5582debad262)¶
Left triangle.
- RIGHT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x5582debad24a)¶
Right triangle.
- SQUARE = io.deephaven.gui.shape.JShapes(objectRef=0x5582debad21a)¶
Square.
- UP_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x5582debad22a)¶
Up triangle.
- VERTICAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x5582debad25a)¶
Vertical rectangle.