GLGridItem#
- class pyqtgraph.opengl.GLGridItem(
- size=None,
- color=(255, 255, 255, 76.5),
- antialias=True,
- glOptions='translucent',
- parentItem=None,
Bases:
GLGraphicsItemDisplays a wire-frame grid.
- __init__(
- size=None,
- color=(255, 255, 255, 76.5),
- antialias=True,
- glOptions='translucent',
- parentItem=None,
- setColor(
- color,
Set the color of the grid. Arguments are the same as those accepted by functions.mkColor()