46 lines
1007 B
ReStructuredText
Raw Normal View History

2014-02-28 20:27:22 -05:00
PyQtGraph's Graphics Items
==========================
Since pyqtgraph relies on Qt's GraphicsView framework, most of its graphics functionality is implemented as QGraphicsItem subclasses. This has two important consequences: 1) virtually anything you want to draw can be easily accomplished using the functionality provided by Qt. 2) Many of pyqtgraph's GraphicsItem classes can be used in any normal QGraphicsScene.
Contents:
.. toctree::
:maxdepth: 2
plotdataitem
plotitem
imageitem
2013-02-10 17:45:16 -05:00
graphitem
viewbox
linearregionitem
infiniteline
roi
graphicslayout
2012-04-16 16:45:55 -04:00
plotcurveitem
scatterplotitem
isocurveitem
axisitem
2012-08-23 11:17:40 -04:00
textitem
2014-06-27 11:05:05 -04:00
errorbaritem
arrowitem
2012-11-28 23:34:05 -05:00
fillbetweenitem
curvepoint
curvearrow
griditem
scalebar
labelitem
vtickgroup
legenditem
gradienteditoritem
histogramlutitem
gradientlegend
buttonitem
graphicsobject
graphicswidget
2012-04-16 16:45:55 -04:00
graphicsitem
uigraphicsitem
2012-11-28 23:34:05 -05:00
graphicswidgetanchor