Go to file
Luke Campagnola 6783f4fa26 sync changes from acq4:
- numerous fixes in close() functions
 - added Transform class
 - ROI widgets now operate in degrees instead of radians for easier Qt compatibility
2011-04-25 08:51:18 -04:00
examples sync changes from acq4: 2011-04-25 08:51:18 -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
functions.py Updates merged in from ACQ4: 2011-04-05 10:35:50 -04:00
GradientWidget.py Updates merged in from ACQ4: 2011-04-05 10:35:50 -04:00
graphicsItems.py sync changes from acq4: 2011-04-25 08:51:18 -04:00
GraphicsView.py sync changes from acq4: 2011-04-25 08:51:18 -04:00
graphicsWindows.py Merge from ACQ4: 2011-02-07 19:40:38 -05:00
ImageView.py sync changes from acq4: 2011-04-25 08:51:18 -04:00
ImageViewTemplate.py merged many changes in from acq4: 2010-07-24 14:29:09 -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 merged many changes in from acq4: 2010-07-24 14:29:09 -04:00
plotConfigTemplate.ui merged many changes in from acq4: 2010-07-24 14:29:09 -04:00
PlotItem.py sync changes from acq4: 2011-04-25 08:51:18 -04:00
PlotWidget.py sync changes from acq4: 2011-04-25 08:51:18 -04:00
Point.py sync changes from acq4: 2011-04-25 08:51:18 -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 sync changes from acq4: 2011-04-25 08:51:18 -04:00
widgets.py sync changes from acq4: 2011-04-25 08:51:18 -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.