pyqtgraph/examples
Luke Campagnola d45467e4cb Merge branch 'cylinder_mesh' into develop
Adds MeshData.cylinder
2014-02-11 10:12:40 -05:00
..
__init__.py fixed import statements python3 compatibility 2013-04-29 08:13:28 -04:00
__main__.py - Fixed FillBetweenItem to force PlotCurveItem to generate path 2014-01-23 10:34:26 -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
beeswarm.py merged many changes from acq4 2013-03-26 13:46:26 -04: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
contextMenu.py Override ViewBox.popup() to update menu before showing 2013-11-19 07:46:17 -05:00
crosshair.py Fixes: 2013-11-04 22:07:43 -05:00
customGraphicsItem.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
customPlot.py python3 fixes 2013-02-24 23:09:03 -05:00
DataSlicing.py python3 fixes 2013-02-24 23:09:03 -05:00
DataTreeWidget.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 python3 fixes 2013-02-24 23:09:03 -05:00
Draw.py python3 fixes 2013-02-24 23:09:03 -05:00
ErrorBarItem.py python3 fixes 2013-02-24 23:09:03 -05:00
exampleLoaderTemplate_pyqt.py example loader allows editing code 2013-02-25 13:03:21 -05:00
exampleLoaderTemplate_pyside.py example loader allows editing code 2013-02-25 13:03:21 -05:00
exampleLoaderTemplate.ui example loader allows editing code 2013-02-25 13:03:21 -05:00
FillBetweenItem.py Added a few new examples 2014-02-09 09:42:04 -05: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 Flowchart: 2013-12-21 23:26:02 -05:00
GLBarGraphItem.py Added GLBarGraphItem example 2013-09-06 15:36:36 -04:00
GLImageItem.py Corrected use of setGLOptions for image, axis, and box 2013-04-07 09:16:21 -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 Added cylinder geometry to opengl MeshData 2014-02-01 20:46:05 -05:00
GLScatterPlotItem.py python3 fixes 2013-02-24 23:09:03 -05:00
GLshaders.py python3 fixes 2013-02-24 23:09:03 -05:00
GLSurfacePlot.py python3 fixes 2013-02-24 23:09:03 -05: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
GradientEditor.py - Major reorganization; we now follow the standard python package structure. 2012-12-26 17:51:52 -05:00
GradientWidget.py python3 fixes 2013-02-24 23:09:03 -05: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
GraphItem.py merged many changes from acq4 2013-03-26 13:46:26 -04:00
hdf5.py Fix examples/hdf5.py to work properly with --test 2013-12-19 12:44:03 -05:00
histogram.py python3 fixes 2013-02-24 23:09:03 -05:00
HistogramLUT.py python3 fixes 2013-02-24 23:09:03 -05:00
ImageItem.py python3 fixes 2013-02-24 23:09:03 -05:00
ImageView.py python3 fixes 2013-02-24 23:09:03 -05:00
initExample.py Fixed RemoteGraphicsView passing mouse events on python3 + pyside 2013-11-17 14:12:00 -05:00
isocurve.py python3 fixes 2013-02-24 23:09:03 -05: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
linkedViews.py python3 fixes 2013-02-24 23:09:03 -05:00
logAxis.py python3 fixes 2013-02-24 23:09: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
MultiplePlotAxes.py AxisItem bugfix: corrected x-linked view update behavior 2013-03-19 11:49:10 -04:00
multiplePlotSpeedTest.py python3 fixes 2013-02-24 23:09:03 -05:00
MultiPlotSpeedTest.py python3 fixes 2013-02-24 23:09:03 -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
multiprocess.py Fixed print statements for python 3 2013-01-12 14:35:32 -05:00
PanningPlot.py fixed mouse scaling issue introduced in inp a few commits ago 2013-03-19 21:22:23 -04:00
parallelize.py Fixed print statements for python 3 2013-01-12 14:35:32 -05:00
parametertree.py ListParameter bugfix: allow unhashable types as parameter values. 2013-07-12 13:14:09 -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
Plotting.py Fixes related to CSV exporter: 2013-12-19 12:30:00 -05:00
PlotWidget.py python3 fixes 2013-02-24 23:09:03 -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
ROIExamples.py Fixes: 2013-11-04 22:07:43 -05:00
ROItypes.py - Major reorganization; we now follow the standard python package structure. 2012-12-26 17:51:52 -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 cleanups 2014-01-16 20:34:05 -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
ScatterPlotWidget.py merged many changes from acq4 2013-03-26 13:46:26 -04:00
SimplePlot.py Merge branch 'viewbox_limits' into develop 2014-02-04 20:32:44 -05:00
SpinBox.py python3 fixes 2013-02-24 23:09:03 -05:00
TableWidget.py TableWidget updates: 2013-03-06 06:27:24 -05:00
template.py python3 fixes 2013-02-24 23:09:03 -05:00
text.py python3 fixes 2013-02-24 23:09:03 -05:00
TreeWidget.py python3 fixes 2013-02-24 23:09:03 -05:00
VideoSpeedTest.py Fixed PySide issues by removing itemChange methods from GraphicsWidget and ViewBox; 2013-11-16 20:23:41 -05:00
VideoTemplate_pyqt.py Fixed PySide issues by removing itemChange methods from GraphicsWidget and ViewBox; 2013-11-16 20:23:41 -05:00
VideoTemplate_pyside.py Fixed PySide issues by removing itemChange methods from GraphicsWidget and ViewBox; 2013-11-16 20:23:41 -05:00
VideoTemplate.ui Fixed PySide issues by removing itemChange methods from GraphicsWidget and ViewBox; 2013-11-16 20:23:41 -05:00
ViewBox.py example loader allows editing code 2013-02-25 13:03:21 -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