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=0x5607e0469220)¶
Circle.
- DIAMOND = io.deephaven.gui.shape.JShapes(objectRef=0x5607e0469230)¶
Diamond.
- DOWN_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x5607e0469250)¶
Down triangle.
- ELLIPSE = io.deephaven.gui.shape.JShapes(objectRef=0x5607e0469240)¶
Ellipse.
- HORIZONTAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x5607e0469238)¶
Horizontal rectangle.
- LEFT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x5607e0469260)¶
Left triangle.
- RIGHT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x5607e0469248)¶
Right triangle.
- SQUARE = io.deephaven.gui.shape.JShapes(objectRef=0x5607e0469218)¶
Square.
- UP_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x5607e0469228)¶
Up triangle.
- VERTICAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x5607e0469258)¶
Vertical rectangle.