pyqtgraph/doc/source/graphicsItems/index.rst

44 lines
976 B
ReStructuredText
Raw Normal View History

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
viewbox
linearregionitem
infiniteline
roi
graphicslayout
2012-04-16 20:45:55 +00:00
plotcurveitem
scatterplotitem
isocurveitem
axisitem
2012-08-23 15:17:40 +00:00
textitem
arrowitem
2012-11-29 04:34:05 +00:00
fillbetweenitem
curvepoint
curvearrow
griditem
scalebar
labelitem
vtickgroup
legenditem
gradienteditoritem
histogramlutitem
gradientlegend
buttonitem
graphicsobject
graphicswidget
2012-04-16 20:45:55 +00:00
graphicsitem
uigraphicsitem
2012-11-29 04:34:05 +00:00
graphicswidgetanchor