pyqtgraph/GraphicsScene
Luke Campagnola 8355e6148d Performance improvements:
- AxisItem shows 2 tick levels instead of 3
  - Lots of boundingRect and dataBounds caching
    (improves ViewBox auto-range performance, especially with multiple plots)
  - GraphicsScene avoids testing for hover intersections with non-hoverable items
    (much less slowdown when moving mouse over plots)
These are deep changes; need good testing before we release them.
2013-01-09 22:21:32 -05:00
..
__init__.py Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05:00
exportDialog.py Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05:00
exportDialogTemplate_pyqt.py Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05:00
exportDialogTemplate_pyside.py Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05:00
exportDialogTemplate.ui Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05:00
GraphicsScene.py Performance improvements: 2013-01-09 22:21:32 -05:00
mouseEvents.py Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05:00