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=0x5562cff4d342)#
Circle.
- DIAMOND = io.deephaven.gui.shape.JShapes(objectRef=0x5562cff4d352)#
Diamond.
- DOWN_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x5562cff4d372)#
Down triangle.
- ELLIPSE = io.deephaven.gui.shape.JShapes(objectRef=0x5562cff4d362)#
Ellipse.
- HORIZONTAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x5562cff4d35a)#
Horizontal rectangle.
- LEFT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x5562cff4d382)#
Left triangle.
- RIGHT_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x5562cff4d36a)#
Right triangle.
- SQUARE = io.deephaven.gui.shape.JShapes(objectRef=0x5562cff4d33a)#
Square.
- UP_TRIANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x5562cff4d34a)#
Up triangle.
- VERTICAL_RECTANGLE = io.deephaven.gui.shape.JShapes(objectRef=0x5562cff4d37a)#
Vertical rectangle.