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=0x55f3afdc542a)¶
Circle.
- DIAMOND = io.deephaven.gui.shape.JShapes(objectRef=0x55f3afdc543a)¶
Diamond.
- DOWN_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55f3afdc545a)¶
Down triangle.
- ELLIPSE = io.deephaven.gui.shape.JShapes(objectRef=0x55f3afdc544a)¶
Ellipse.
- HORIZONTAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55f3afdc5442)¶
Horizontal rectangle.
- LEFT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55f3afdc546a)¶
Left triangle.
- RIGHT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55f3afdc5452)¶
Right triangle.
- SQUARE = io.deephaven.gui.shape.JShapes(objectRef=0x55f3afdc5422)¶
Square.
- UP_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55f3afdc5432)¶
Up triangle.
- VERTICAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x55f3afdc5462)¶
Vertical rectangle.