GLGridItem¶
-
class
pyqtgraph.opengl.GLGridItem(size=None, color=None, antialias=True, glOptions='translucent')[source]¶ Bases:
GLGraphicsItemDisplays a wire-grame grid.
-
__init__(size=None, color=None, antialias=True, glOptions='translucent')[source]¶ x.__init__(…) initializes x; see help(type(x)) for 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.
-