pyqtgraph/examples
Ogi Moore b0a3849960 Use math module methods for singular values
Using numpy methods that are intended for vectorized operations is
substantially slower than using the math module, so when feasible the
math module methods should be used.
2021-04-23 11:53:00 -07:00
..
cx_freeze Added cx_freeze example (thanks Jerry!) 2014-06-06 15:53:17 -06:00
optics Use math module methods for singular values 2021-04-23 11:53:00 -07:00
py2exe Fix: avoid importing py3 module from pyqt when using py2 2014-04-03 13:33:16 -04:00
relativity Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
verlet_chain Fix verlet integration demo 2017-10-18 00:18:46 -07:00
__init__.py example app now works with Qt4 and Python2 again (#1302) 2020-10-19 11:51:12 -07:00
__main__.py Fix ExampleApp: Use pg module from directory when run without installation (#1432) 2020-11-09 14:57:01 -08:00
Arrow.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
BarGraphItem.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
beeswarm.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
CLIexample.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
ColorBarItem.py Add ColorBarItem for simplified image level adjustment (#1596) 2021-04-05 20:50:52 -07:00
ColorButton.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
colorMaps.py Add ColorBarItem for simplified image level adjustment (#1596) 2021-04-05 20:50:52 -07:00
ConsoleWidget.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
contextMenu.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
crosshair.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
customGraphicsItem.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
CustomGraphItem.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
customPlot.py Add Deprecation Warning to Hex Strings That Do Not Start With "#" in mkColor (#1644) 2021-03-23 11:35:06 -07:00
DataSlicing.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
DataTreeWidget.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
DateAxisItem_QtDesigner.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
DateAxisItem_QtDesigner.ui Date axis item (#1154) 2020-04-27 11:43:22 -07:00
DateAxisItem.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
designerExample.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
designerExample.ui Patch/window handling (#468) 2020-06-01 11:23:18 -07:00
DiffTreeWidget.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
dockarea.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
Draw.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
ErrorBarItem.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
ExampleApp.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
exampleLoaderTemplate_pyqt5.py regenerate templates 2021-02-22 19:17:53 +08:00
exampleLoaderTemplate_pyqt6.py regenerate templates 2021-02-22 19:17:53 +08:00
exampleLoaderTemplate_pyside2.py regenerate templates 2021-02-22 19:17:53 +08:00
exampleLoaderTemplate_pyside6.py regenerate templates 2021-02-22 19:17:53 +08:00
exampleLoaderTemplate.ui remove graphics system combobox 2021-02-22 19:17:53 +08:00
FillBetweenItem.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
Flowchart.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
FlowchartCustomNode.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
fractal.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
GLBarGraphItem.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
GLImageItem.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
GLIsosurface.py Use math module methods for singular values 2021-04-23 11:53:00 -07:00
GLLinePlotItem.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
GLMeshItem.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
GLScatterPlotItem.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
GLshaders.py Use math module methods for singular values 2021-04-23 11:53:00 -07:00
GLSurfacePlot.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
GLViewWidget.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
GLVolumeItem.py Use math module methods for singular values 2021-04-23 11:53:00 -07:00
GradientEditor.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
GradientWidget.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
GraphicsLayout.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
GraphicsScene.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
GraphItem.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
hdf5.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
histogram.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
HistogramLUT.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
imageAnalysis.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
ImageItem.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
ImageView.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
infiniteline_performance.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
InfiniteLine.py small TargetItem fixes (#1715) 2021-04-14 10:44:03 -07:00
initExample.py modify environment to choose binding 2021-02-22 18:13:49 +08:00
isocurve.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
JoystickButton.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
Legend.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
linkedViews.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
logAxis.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
LogPlotTest.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
MouseSelection.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
MultiplePlotAxes.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
multiplePlotSpeedTest.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
MultiPlotSpeedTest.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
MultiPlotWidget.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
multiprocess.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
NonUniformImage.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
optics_demos.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
PanningPlot.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07: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 Add Deprecation Warning to Hex Strings That Do Not Start With "#" in mkColor (#1644) 2021-03-23 11:35:06 -07:00
PColorMeshItem.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
PlotAutoRange.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
PlotSpeedTest.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
Plotting.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
PlotWidget.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
ProgressDialog.py Fix windows hidpi (#1516) 2021-01-27 10:59:07 -08:00
relativity_demo.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
RemoteGraphicsView.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
RemoteSpeedTest.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
ROIExamples.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
ROItypes.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
ScaleBar.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
ScatterPlot.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
ScatterPlotSpeedTest.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
ScatterPlotWidget.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
scrollingPlots.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
SimplePlot.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
SpinBox.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
Symbols.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
syntax.py app.dark_mode => app.property('darkMode') 2021-02-18 19:02:18 +00:00
TableWidget.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
template.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
test_ExampleApp.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
test_examples.py Block pyopenGL tests on more macOS platforms 2021-04-15 22:08:50 -07:00
text.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
TreeWidget.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
utils.py Remove infiniteline from others in examples 2021-04-10 23:10:12 -07:00
verlet_chain_demo.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
VideoSpeedTest.py switch to row-major order 2021-03-26 04:07:19 +08:00
VideoTemplate_pyqt5.py Performance enhancement: use CUDA in ImageItem (#1466) 2021-01-19 21:26:24 -08:00
VideoTemplate_pyqt6.py generate _pyqt6.py files 2021-01-23 08:29:39 +08:00
VideoTemplate_pyside2.py Performance enhancement: use CUDA in ImageItem (#1466) 2021-01-19 21:26:24 -08:00
VideoTemplate_pyside6.py generate _pyqt6.py files 2021-01-23 08:29:39 +08:00
VideoTemplate.ui Performance enhancement: use CUDA in ImageItem (#1466) 2021-01-19 21:26:24 -08:00
ViewBox.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
ViewBoxFeatures.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00
ViewLimits.py Replace main stanza with PyQt6 compatable variant (#1645) 2021-03-22 11:17:12 -07:00