added documentation for GLScatterPlotItem
This commit is contained in:
parent
f04049f098
commit
65f0f10198
8
documentation/source/3dgraphics/glscatterplotitem.rst
Normal file
8
documentation/source/3dgraphics/glscatterplotitem.rst
Normal file
@ -0,0 +1,8 @@
|
||||
GLScatterPlotItem
|
||||
=================
|
||||
|
||||
.. autoclass:: pyqtgraph.opengl.GLScatterPlotItem
|
||||
:members:
|
||||
|
||||
.. automethod:: pyqtgraph.opengl.GLScatterPlotItem.__init__
|
||||
|
@ -21,5 +21,6 @@ Contents:
|
||||
glimageitem
|
||||
glaxisitem
|
||||
glgraphicsitem
|
||||
glscatterplotitem
|
||||
meshdata
|
||||
|
||||
|
@ -23,7 +23,7 @@ class GLScatterPlotItem(GLGraphicsItem):
|
||||
------------------------------------------------------------------------
|
||||
pos (x,y,z) tuple of coordinate values or QVector3D
|
||||
color (r,g,b,a) tuple of floats (0.0-1.0) or QColor
|
||||
size (float) diameter of spot in pixels
|
||||
size (float) diameter of spot
|
||||
==================== ==================================================
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user