added documentation for GLScatterPlotItem

This commit is contained in:
Luke Campagnola 2012-10-25 00:19:08 -04:00
parent f04049f098
commit 65f0f10198
3 changed files with 10 additions and 1 deletions

View File

@ -0,0 +1,8 @@
GLScatterPlotItem
=================
.. autoclass:: pyqtgraph.opengl.GLScatterPlotItem
:members:
.. automethod:: pyqtgraph.opengl.GLScatterPlotItem.__init__

View File

@ -21,5 +21,6 @@ Contents:
glimageitem glimageitem
glaxisitem glaxisitem
glgraphicsitem glgraphicsitem
glscatterplotitem
meshdata meshdata

View File

@ -23,7 +23,7 @@ class GLScatterPlotItem(GLGraphicsItem):
------------------------------------------------------------------------ ------------------------------------------------------------------------
pos (x,y,z) tuple of coordinate values or QVector3D pos (x,y,z) tuple of coordinate values or QVector3D
color (r,g,b,a) tuple of floats (0.0-1.0) or QColor 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
==================== ================================================== ==================== ==================================================
""" """