pyqtgraph/examples
Eric Dill c02dbe7679 TST: use pyqtgraph.Qt to import Qt stuff 2015-07-31 10:22:41 -04:00
..
cx_freeze Added cx_freeze example (thanks Jerry!) 2014-06-06 15:53:17 -06:00
optics Merge branch 'pyqt5' into develop 2015-02-28 11:46:41 -05:00
py2exe Fix: avoid importing py3 module from pyqt when using py2 2014-04-03 13:33:16 -04:00
relativity Import from python2_3 for all uses of basestring, cmp, and xrange 2015-05-19 09:29:55 -04:00
verlet_chain corrections to manifest 2014-12-23 15:55:52 -05:00
Arrow.py In ArrowItem allow individual parameter change through setStyle call. 2014-01-31 23:00:18 -05:00
BarGraphItem.py Added BarGraphItem.shape() to allow better mouse interaction 2014-02-09 10:38:29 -05:00
CLIexample.py python3 fixes 2013-02-24 23:09:03 -05:00
ColorButton.py python3 fixes 2013-02-24 23:09:03 -05:00
ConsoleWidget.py python3 fixes 2013-02-24 23:09:03 -05:00
CustomGraphItem.py Added a few new examples 2014-02-09 09:42:04 -05:00
DataSlicing.py Added pg.gaussianFilter, removed all dependency on gaussian_filter 2014-03-11 19:01:34 -04:00
DataTreeWidget.py python3 fixes 2013-02-24 23:09:03 -05:00
Draw.py python3 fixes 2013-02-24 23:09:03 -05:00
ErrorBarItem.py Add ErrorBarItem.setData 2014-06-27 10:55:55 -04:00
FillBetweenItem.py Fix some bugs in PyQt5 2015-01-17 00:21:33 +08:00
Flowchart.py PlotNode control widget now displays combo box to let user select plots to connect to 2013-12-27 21:07:03 -05:00
FlowchartCustomNode.py Merge branch 'pyqt5' into develop 2015-02-28 11:46:41 -05:00
GLBarGraphItem.py Added GLBarGraphItem example 2013-09-06 15:36:36 -04:00
GLImageItem.py Added pg.gaussianFilter, removed all dependency on gaussian_filter 2014-03-11 19:01:34 -04:00
GLIsosurface.py python3 fixes 2013-02-24 23:09:03 -05:00
GLLinePlotItem.py Fixed GLLinePlotItem line width option 2013-03-30 22:39:11 -04:00
GLMeshItem.py Allow GLMeshItem to draw edges from MeshData with face-indexed vertexes. 2014-03-10 23:04:10 -04:00
GLScatterPlotItem.py python3 fixes 2013-02-24 23:09:03 -05:00
GLSurfacePlot.py Added pg.gaussianFilter, removed all dependency on gaussian_filter 2014-03-11 19:01:34 -04:00
GLViewWidget.py python3 fixes 2013-02-24 23:09:03 -05:00
GLVolumeItem.py python3 fixes 2013-02-24 23:09:03 -05:00
GLshaders.py python3 fixes 2013-02-24 23:09:03 -05:00
GradientEditor.py - Major reorganization; we now follow the standard python package structure. 2012-12-26 17:51:52 -05:00
GradientWidget.py Fix some bugs in PyQt5 2015-01-17 00:21:33 +08:00
GraphItem.py merged many changes from acq4 2013-03-26 13:46:26 -04:00
GraphicsLayout.py python3 fixes 2013-02-24 23:09:03 -05:00
GraphicsScene.py - Major reorganization; we now follow the standard python package structure. 2012-12-26 17:51:52 -05:00
HistogramLUT.py Added pg.gaussianFilter, removed all dependency on gaussian_filter 2014-03-11 19:01:34 -04:00
ImageItem.py python3 fixes 2013-02-24 23:09:03 -05:00
ImageView.py Added pg.gaussianFilter, removed all dependency on gaussian_filter 2014-03-11 19:01:34 -04:00
JoystickButton.py python3 fixes 2013-02-24 23:09:03 -05:00
Legend.py Added symbol to Legend example 2014-01-18 23:30:03 -05:00
LogPlotTest.py python3 fixes 2013-02-24 23:09:03 -05:00
MouseSelection.py Corrected mouse clicking on PlotCurveItem - now uses stroke outline instead of path shape 2013-12-19 09:56:58 -05:00
MultiPlotSpeedTest.py Correct GraphicsItem to use relative import of lru_cache 2014-03-05 10:25:55 -05:00
MultiPlotWidget.py MultiPlotWidget now uses scroll bar when plots do not fit in widget area. 2014-01-25 08:50:31 -05:00
MultiplePlotAxes.py AxisItem bugfix: corrected x-linked view update behavior 2013-03-19 11:49:10 -04:00
PanningPlot.py fixed mouse scaling issue introduced in inp a few commits ago 2013-03-19 21:22:23 -04:00
PlotAutoRange.py python3 fixes 2013-02-24 23:09:03 -05:00
PlotSpeedTest.py python3 fixes 2013-02-24 23:09:03 -05:00
PlotWidget.py Merge branch 'pyqt5' into develop 2015-02-28 11:46:41 -05:00
Plotting.py Fixes related to CSV exporter: 2013-12-19 12:30:00 -05:00
ROIExamples.py Fix ROI.sigRemoveClicked to avoid repeated signal emission 2014-03-25 09:21:19 -04:00
ROItypes.py - Major reorganization; we now follow the standard python package structure. 2012-12-26 17:51:52 -05:00
RemoteGraphicsView.py Bugfixes: 2013-11-06 23:14:27 -05:00
RemoteSpeedTest.py python3 fixes 2013-02-24 23:09:03 -05:00
ScaleBar.py merged many changes from acq4 2013-03-26 13:46:26 -04:00
ScatterPlot.py cleanups 2014-01-16 20:34:05 -05:00
ScatterPlotSpeedTest.py more examples working under pyqt5 2015-02-28 11:05:57 -05:00
ScatterPlotSpeedTestTemplate.ui Many minor updates: 2012-10-02 21:23:59 -04: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
ScatterPlotWidget.py Added more examples to menu 2015-03-01 16:52:15 -05:00
SimplePlot.py Merge branch 'viewbox_limits' into develop 2014-02-04 20:32:44 -05:00
SpinBox.py Fix #92 (thanks jaxankey) 2015-06-03 22:18:02 -04:00
TableWidget.py TableWidget updates: 2013-03-06 06:27:24 -05:00
TreeWidget.py python3 fixes 2013-02-24 23:09:03 -05:00
VideoSpeedTest.py more examples working under pyqt5 2015-02-28 11:05:57 -05:00
VideoTemplate.ui Added automatic image downsampling (disabled by default) 2014-02-17 20:48:22 -05:00
VideoTemplate_pyqt.py Added automatic image downsampling (disabled by default) 2014-02-17 20:48:22 -05:00
VideoTemplate_pyside.py Added automatic image downsampling (disabled by default) 2014-02-17 20:48:22 -05:00
ViewBox.py Fix line width in a few examples 2015-02-28 11:26:45 -05:00
ViewBoxFeatures.py Added a few new examples 2014-02-09 09:42:04 -05:00
ViewLimits.py Removed duplicate limit-setting arguments 2014-01-31 13:04:47 -05:00
__init__.py fixed import statements python3 compatibility 2013-04-29 08:13:28 -04:00
__main__.py make `python examples/` work again 2015-07-12 17:13:56 -05:00
beeswarm.py merged many changes from acq4 2013-03-26 13:46:26 -04:00
contextMenu.py Override ViewBox.popup() to update menu before showing 2013-11-19 07:46:17 -05:00
crosshair.py Added pg.gaussianFilter, removed all dependency on gaussian_filter 2014-03-11 19:01:34 -04:00
customGraphicsItem.py python3 fixes 2013-02-24 23:09:03 -05:00
customPlot.py python3 fixes 2013-02-24 23:09:03 -05:00
designerExample.py Added Qt.loadUiType function for PySide 2013-12-17 21:23:37 -05:00
designerExample.ui Added Qt.loadUiType function for PySide 2013-12-17 21:23:37 -05:00
dockarea.py minor cleanups 2014-05-08 09:50:26 -04:00
exampleLoaderTemplate.ui Cleaned up example loader 2015-02-28 10:32:34 -05:00
exampleLoaderTemplate_pyqt.py Cleaned up example loader 2015-02-28 10:32:34 -05:00
exampleLoaderTemplate_pyqt5.py Cleaned up example loader 2015-02-28 10:32:34 -05:00
exampleLoaderTemplate_pyside.py Cleaned up example loader 2015-02-28 10:32:34 -05:00
hdf5.py Import from python2_3 for all uses of basestring, cmp, and xrange 2015-05-19 09:29:55 -04:00
histogram.py minor cleanup 2014-04-12 18:01:50 -04:00
imageAnalysis.py Added image analysis example 2014-06-13 18:02:39 -06:00
initExample.py Cleaned up example loader 2015-02-28 10:32:34 -05:00
isocurve.py Added pg.gaussianFilter, removed all dependency on gaussian_filter 2014-03-11 19:01:34 -04:00
linkedViews.py python3 fixes 2013-02-24 23:09:03 -05:00
logAxis.py python3 fixes 2013-02-24 23:09:03 -05:00
multiplePlotSpeedTest.py Import from python2_3 for all uses of basestring, cmp, and xrange 2015-05-19 09:29:55 -04:00
multiprocess.py Fixed print statements for python 3 2013-01-12 14:35:32 -05:00
optics_demos.py Added new demos: 2014-05-22 01:22:12 -04:00
parallelize.py Import from python2_3 for all uses of basestring, cmp, and xrange 2015-05-19 09:29:55 -04:00
parametertree.py more examples working under pyqt5 2015-02-28 11:05:57 -05:00
relativity_demo.py Added new demos: 2014-05-22 01:22:12 -04:00
scrollingPlots.py Added scrolling plot examples 2014-06-13 14:19:10 -06:00
template.py Fix some bugs in PyQt5 2015-01-17 00:21:33 +08:00
test_examples.py TST: use pyqtgraph.Qt to import Qt stuff 2015-07-31 10:22:41 -04:00
text.py python3 fixes 2013-02-24 23:09:03 -05:00
utils.py make `python examples/` work again 2015-07-12 17:13:56 -05:00
verlet_chain_demo.py corrections to manifest 2014-12-23 15:55:52 -05:00