pyqtgraph/examples
Luke Campagnola 9b41c90034 New features for LegendItem:
- Can be anchored to parent item at any location
  - Support for filled plot styles
  - Automatically resizes to fit contents
  - PlotItem can auto-generate legend
2012-11-23 16:05:14 -05:00
..
__init__.py Imported major changes from acq4 project. 2012-03-01 21:55:32 -05:00
__main__.py Fixes for PySide compatibility 2012-10-26 08:55:53 -04:00
Arrow.py updated arrow example 2012-05-29 23:44:14 -04:00
CLIexample.py Example updates 2012-03-17 11:47:20 -04:00
ColorButton.py Added new examples 2012-05-31 16:05:19 -04:00
ConsoleWidget.py Added interactive console widget: 2012-06-18 15:18:38 -04:00
crosshair.py - Fixed issue with numpy.concatenate wrapper 2012-10-09 20:40:48 -04:00
customGraphicsItem.py Added custom graphicsitem example 2012-08-17 16:17:09 -04:00
customPlot.py Better support for frozen environments: 2012-10-11 00:57:24 -04:00
DataSlicing.py example update 2012-04-18 00:09:37 -04:00
DataTreeWidget.py Added new examples 2012-05-31 16:05:19 -04:00
dockarea.py added dockarea example 2012-07-10 16:30:03 -04:00
Draw.py minor bugfixes / features: 2012-05-29 23:18:34 -04: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 added flowchart node for removing periodic noise from waveform 2012-06-18 13:45:47 -04:00
GLImageItem.py Added very basic LegendItem. Functional, but still missing some basic features. 2012-10-18 23:18:20 -04:00
GLMeshItem.py Started Python3 compatibility changes 2012-05-11 18:05:41 -04:00
GLScatterPlotItem.py GLScatterPlotItem: use shader programs to allow specifying spot size by array 2012-10-26 21:47:45 -04:00
GLViewWidget.py OpenGL scenegraph updates 2012-03-09 12:38:15 -05:00
GLVolumeItem.py OpenGL: 2012-04-28 15:12:46 -04:00
GradientEditor.py fixes for pyside compatibility 2012-03-01 22:53:52 -05:00
GradientWidget.py added GradientWidget example 2012-05-11 20:10:48 -04:00
GraphicsLayout.py - Default foreground / background colors can now be set using pyqtgraph.setConfigOption() 2012-06-29 14:39:27 -04:00
GraphicsScene.py Started Python3 compatibility changes 2012-05-11 18:05:41 -04:00
histogram.py Added histogram example 2012-10-22 14:10:16 -04:00
HistogramLUT.py fixes for pyside compatibility 2012-03-01 22:53:52 -05:00
ImageItem.py Example updates 2012-03-17 11:47:20 -04:00
ImageView.py import corrections 2012-03-01 22:58:02 -05:00
initExample.py Fixes for PySide compatibility 2012-10-26 08:55:53 -04:00
isocurve.py Updates to IsocurveItem, added isocurve example 2012-04-04 12:22:43 -04:00
JoystickButton.py docstring update 2012-04-12 12:44:31 -04:00
Legend.py New features for LegendItem: 2012-11-23 16:05:14 -05:00
linkedViews.py - Added workaround for Qt bug: https://bugreports.qt-project.org/browse/QTBUG-18616. (GraphicsItem.setParent needs to check for scene change first) 2012-06-18 14:00:19 -04:00
logAxis.py PlotItem (finally) gets log scaling 2012-04-21 15:57:47 -04:00
MultiPlotWidget.py Started Python3 compatibility changes 2012-05-11 18:05:41 -04: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 Added preliminary support for python 2.6 2012-09-13 10:12:59 -04:00
PlotAutoRange.py added auto-ranging example 2012-05-08 17:55:25 -04:00
PlotSpeedTest.py Performance enhancements 2012-04-04 09:29:35 -04:00
Plotting.py minor plotting example update 2012-04-22 13:22:43 -04:00
PlotWidget.py Started Python3 compatibility changes 2012-05-11 18:05:41 -04:00
RemoteGraphicsView.py Basic functionality in RemoteGraphicsView is working. 2012-06-22 22:10:37 -04:00
ROIExamples.py ROI updates: 2012-10-31 02:01:55 -04:00
ROItypes.py import corrections 2012-03-01 22:58:02 -05:00
ScatterPlot.py Enforced LF file endings 2012-05-23 20:29:16 -04:00
ScatterPlotSpeedTest.py Overhaul of ScatterPlotItem to improve performance. (API should be mostly unchanged) 2012-10-18 22:48:36 -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
ScatterPlotSpeedTestTemplate.ui Many minor updates: 2012-10-02 21:23:59 -04:00
SpinBox.py Added new examples 2012-05-31 16:05:19 -04:00
template.py Example updates 2012-03-17 11:47:20 -04:00
text.py Added TextItem and example 2012-03-17 23:10:00 -04:00
TreeWidget.py Added TreeWidgetItem class: subclass of QTreeWidgetItem that manages its own column widgets 2012-08-17 16:11:30 -04:00
VideoSpeedTest.py Bugfixes and updates to functions.py: 2012-11-23 16:01:25 -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 Enforced LF file endings 2012-05-23 20:29:16 -04:00