pyqtgraph/examples
Luke Campagnola b25e34f564 Features:
- Canvas: added per-item context menus
- Isocurve: 
     option to extend curves to array boundaries
     option to generate QPainterPath instead of vertex array
- Isosurface is a bajillion times faster
- ViewBox
     added clear() method
     added locate(item) method (shows where an item is for debugging)

Bugfixes:
- automated example testing working properly
- Exporter gets incorrect source rect when operating on PlotWidget
- Set correct DPI and size for SVG exporter
- GLMeshItem works properly with whole-mesh color specified as sequence
- bugfix in functions.transformCoordinates for rotated matrices
- reload library checks for modules that are imported multiple times
- GraphicsObject, UIGraphicsItem: added workaround for PyQt / itemChange bug
- ScatterPlotItem: disable cached render during export

Other:
- added documentation for several functions
- minor updates to setup.py
2012-12-22 16:51:25 -05:00
..
__init__.py Imported major changes from acq4 project. 2012-03-01 21:55:32 -05:00
__main__.py Features: 2012-12-22 16:51:25 -05:00
Arrow.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
CLIexample.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
ColorButton.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
ConsoleWidget.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
crosshair.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
customGraphicsItem.py Added custom graphicsitem example 2012-08-17 16:17:09 -04:00
customPlot.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
DataSlicing.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
DataTreeWidget.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
dockarea.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
Draw.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
exampleLoaderTemplate_pyqt.py Fixes for PySide compatibility 2012-10-26 08:55:53 -04:00
exampleLoaderTemplate_pyside.py Fixes for PySide compatibility 2012-10-26 08:55:53 -04:00
exampleLoaderTemplate.ui Fixes for PySide compatibility 2012-10-26 08:55:53 -04:00
Flowchart.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
GLImageItem.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
GLIsosurface.py - ScatterPlotItem disables render cache during export 2012-12-22 15:16:38 -05:00
GLMeshItem.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
GLScatterPlotItem.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
GLshaders.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
GLSurfacePlot.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
GLViewWidget.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
GLVolumeItem.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
GradientEditor.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
GradientWidget.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
GraphicsLayout.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
GraphicsScene.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
histogram.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
HistogramLUT.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
ImageItem.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
ImageView.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
initExample.py Fixes for PySide compatibility 2012-10-26 08:55:53 -04:00
isocurve.py Features: 2012-12-22 16:51:25 -05:00
JoystickButton.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
Legend.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
linkedViews.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
logAxis.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
MultiPlotWidget.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
multiprocess.py Multiprocessing updates / fixes: 2012-06-21 22:00:04 -04:00
parallelize.py Multiprocessing updates / fixes: 2012-06-21 22:00:04 -04:00
parametertree.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
PlotAutoRange.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
PlotSpeedTest.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
Plotting.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
PlotWidget.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
RemoteGraphicsView.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
ROIExamples.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
ROItypes.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
ScatterPlot.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
ScatterPlotSpeedTest.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
ScatterPlotSpeedTestTemplate_pyqt.py Many minor updates: 2012-10-02 21:23:59 -04:00
ScatterPlotSpeedTestTemplate_pyside.py Many minor updates: 2012-10-02 21:23:59 -04:00
ScatterPlotSpeedTestTemplate.ui Many minor updates: 2012-10-02 21:23:59 -04:00
SpinBox.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
template.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
text.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
TreeWidget.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
VideoSpeedTest.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00
VideoTemplate_pyqt.py Bugfixes and updates to functions.py: 2012-11-23 16:01:25 -05:00
VideoTemplate_pyside.py Bugfixes and updates to functions.py: 2012-11-23 16:01:25 -05:00
VideoTemplate.ui Bugfixes and updates to functions.py: 2012-11-23 16:01:25 -05:00
ViewBox.py Merged testing code from Kratz 2012-12-05 00:25:45 -05:00