GLGridItem¶
-
class
pyqtgraph.opengl.
GLGridItem
(size=None, color=None, antialias=True, glOptions='translucent')[source]¶ Bases:
GLGraphicsItem
Displays a wire-grame grid.
-
__init__
(size=None, color=None, antialias=True, glOptions='translucent')[source]¶ Initialize self. See help(type(self)) for accurate signature.
-
paint
()[source]¶ Called by the GLViewWidget to draw this item. It is the responsibility of the item to set up its own modelview matrix, but the caller will take care of pushing/popping.
-