pyqtgraph/graphicsItems/ViewBox
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
axisCtrlTemplate_pyqt.py Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05:00
axisCtrlTemplate_pyside.py Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05:00
axisCtrlTemplate.ui Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05:00
ViewBox.py Performance improvements: 2013-01-09 22:21:32 -05:00
ViewBoxMenu.py Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05:00