Go to file
Luke Campagnola 4d846e2aad Updates merged from acq4:
- 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
2011-06-14 19:47:52 -04:00
examples Updates merged from acq4: 2011-06-14 19:47:52 -04:00
PIL_Fix sync changes from acq4: 2011-04-25 08:51:18 -04:00
__init__.py sync changes from acq4: 2011-04-25 08:51:18 -04:00
ColorButton.py sync changes from acq4: 2011-04-25 08:51:18 -04:00
debug.py Updates merged from acq4: 2011-06-14 19:47:52 -04:00
functions.py Updates merged from acq4: 2011-06-14 19:47:52 -04:00
GradientWidget.py Updates merged in from ACQ4: 2011-04-05 10:35:50 -04:00
graphicsItems.py Updates merged from acq4: 2011-06-14 19:47:52 -04:00
GraphicsView.py Updates merged from acq4: 2011-06-14 19:47:52 -04:00
graphicsWindows.py Updates merged from acq4: 2011-06-14 19:47:52 -04:00
ImageView.py Updates merged from acq4: 2011-06-14 19:47:52 -04:00
ImageViewTemplate.py Updates merged from acq4: 2011-06-14 19:47:52 -04:00
ImageViewTemplate.ui merged many changes in from acq4: 2010-07-24 14:29:09 -04:00
license.txt Added short readme file 2011-04-05 13:05:05 -04:00
MultiPlotItem.py sync changes from acq4: 2011-04-25 08:51:18 -04:00
MultiPlotWidget.py sync changes from acq4: 2011-04-25 08:51:18 -04:00
plotConfigTemplate.py Updates merged from acq4: 2011-06-14 19:47:52 -04:00
plotConfigTemplate.ui merged many changes in from acq4: 2010-07-24 14:29:09 -04:00
PlotItem.py Updates merged from acq4: 2011-06-14 19:47:52 -04:00
PlotWidget.py Updates merged from acq4: 2011-06-14 19:47:52 -04:00
Point.py Updates merged from acq4: 2011-06-14 19:47:52 -04:00
ptime.py fix--forgot to add ptime module 2010-07-27 00:09:10 -04:00
README Added short readme file 2011-04-05 13:05:05 -04:00
SignalProxy.py Updates merged in from ACQ4: 2011-04-05 10:35:50 -04:00
Transform.py Updates merged from acq4: 2011-06-14 19:47:52 -04:00
widgets.py Updates merged from acq4: 2011-06-14 19:47:52 -04:00

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.