pyqtgraph/flowchart
Luke Campagnola 27c90c5dd5 Many minor updates:
- added ability for ScatterPlotItem to use arbitrary symbol shapes
- added scatter plot speed test for evaluating new methods
- added butterworth notch filter to flowchart library
- fixed bugs with ViewBox trying to close itself after python has started cleaning up
- fixed python 2.6 compatibility bug in PlotCurveItem
- fixed support for list-of-dicts and dict-of-lists input for PlotDataItem
- check to ensure Qt version is >= 4.7
- workaround for numpy segmentation fault
- several other minor updates and documentation changes
2012-10-02 21:23:59 -04:00
..
library Many minor updates: 2012-10-02 21:23:59 -04:00
__init__.py Started Python3 compatibility changes 2012-05-11 18:05:41 -04:00
eq.py fixed import statement in flowchart/eq 2012-09-13 11:07:29 -04:00
Flowchart.py Added preliminary support for python 2.6 2012-09-13 10:12:59 -04:00
FlowchartCtrlTemplate_pyqt.py Now detects and switches between PyQt / PySide automatically; no need to distribute different versions of the library anymore. 2012-09-09 19:07:36 -04:00
FlowchartCtrlTemplate_pyside.py Now detects and switches between PyQt / PySide automatically; no need to distribute different versions of the library anymore. 2012-09-09 19:07:36 -04:00
FlowchartCtrlTemplate.ui added check for correct python version 2012-04-04 14:45:12 -04:00
FlowchartGraphicsView.py Imported major changes from acq4 project. 2012-03-01 21:55:32 -05:00
FlowchartTemplate_pyqt.py Now detects and switches between PyQt / PySide automatically; no need to distribute different versions of the library anymore. 2012-09-09 19:07:36 -04:00
FlowchartTemplate_pyside.py Now detects and switches between PyQt / PySide automatically; no need to distribute different versions of the library anymore. 2012-09-09 19:07:36 -04:00
FlowchartTemplate.ui Imported major changes from acq4 project. 2012-03-01 21:55:32 -05:00
Node.py Added preliminary support for python 2.6 2012-09-13 10:12:59 -04:00
Terminal.py Minor updates and bug fixes: 2012-08-31 17:18:06 -04:00