4d846e2aad
- disabled opengl (performance issues in Qt 4.7) - numerous caching changes (disabled deviceCoordinateCache due to performance issues) - speed up loading large images in ImageView - bugfixes from Ingo Breßler - Transform rotation bugfix - Added debug module - Major performance enhancements for scatterplot, fixed point clicking issues ** API change for scatterplot click signals - Drawing on ImageItem is working well now - PlotItem downsampling no longer uses scipy.signal.resample (this was creating artifacts) - Fixed ViewBox behavior when aspect-locked |
||
---|---|---|
examples | ||
PIL_Fix | ||
__init__.py | ||
ColorButton.py | ||
debug.py | ||
functions.py | ||
GradientWidget.py | ||
graphicsItems.py | ||
GraphicsView.py | ||
graphicsWindows.py | ||
ImageView.py | ||
ImageViewTemplate.py | ||
ImageViewTemplate.ui | ||
license.txt | ||
MultiPlotItem.py | ||
MultiPlotWidget.py | ||
plotConfigTemplate.py | ||
plotConfigTemplate.ui | ||
PlotItem.py | ||
PlotWidget.py | ||
Point.py | ||
ptime.py | ||
README | ||
SignalProxy.py | ||
Transform.py | ||
widgets.py |
PyQtGraph - A pure-Python graphics library for PyQt/PySide Copyright 2011 University of North Carolina at Chapel Hill Authors: Luke Campagnola ('luke.campagnola@%s.com' % 'gmail') Megan Kratz Ingo Breßler Requirements: PyQt 4.5+ or (coming soon) PySide python 2.6+ numpy, scipy Known to run on Windows, Linux, and Mac. Documentation: None. You can look around in the examples directory or pester Luke to write some.