Go to file
2012-05-08 17:56:19 -04:00
canvas Merge changes from Kratz: 2012-04-28 16:00:42 -04:00
dockarea Imported major changes from acq4 project. 2012-03-01 21:55:32 -05:00
documentation doc update - short note on installation 2012-05-08 17:54:02 -04:00
examples added auto-ranging example 2012-05-08 17:55:25 -04:00
exporters CheckTable now remembers and reloads the state of rows that disappear temporarily 2012-04-25 13:12:40 -04:00
flowchart CheckTable now remembers and reloads the state of rows that disappear temporarily 2012-04-25 13:12:40 -04:00
graphicsItems bugfix - corrected orientation problems in gradienteditoritem 2012-05-08 17:56:19 -04:00
GraphicsScene documentation updates 2012-04-18 00:02:15 -04:00
imageview documentation updates 2012-04-18 00:02:15 -04:00
metaarray Added metaarray to support flowchart 2012-04-04 21:59:37 -04:00
opengl Added 3D scatter plot item 2012-04-28 15:48:49 -04:00
parametertree - re-merged isocurve code 2012-03-27 12:30:51 -04:00
PIL_Fix sync changes from acq4: 2011-04-25 08:51:18 -04:00
widgets ScatterPlotItem minor performance fixes 2012-04-30 18:20:27 -04:00
__init__.py Imported ptime.time to top-level namespace 2012-05-08 17:54:27 -04:00
configfile.py small fixes for new modules 2012-04-04 22:54:46 -04:00
debug.py Imported major changes from acq4 project. 2012-03-01 21:55:32 -05:00
functions.py ScatterPlotItem minor performance fixes 2012-04-30 18:20:27 -04:00
graphicsWindows.py Imported major changes from acq4 project. 2012-03-01 21:55:32 -05:00
license.txt Added short readme file 2011-04-05 13:05:05 -04:00
Point.py exception message fix 2012-03-06 01:20:42 -05:00
ptime.py fix--forgot to add ptime module 2010-07-27 00:09:10 -04:00
Qt.py revert Qt.py to use pyqt4 2012-03-01 23:23:33 -05:00
README Updated README to reflect REALITY 2012-03-28 14:16:42 -04:00
rebuildUi.py added script for rebuilding ui files for pyside 2012-03-01 22:23:51 -05:00
reload.py Added missing reload.py 2012-04-04 14:49:09 -04:00
SignalProxy.py Several minor bugfixes and features 2012-04-03 01:01:33 -04:00
ThreadsafeTimer.py SignalProxy now uses thread-safe timer. 2012-03-17 11:48:21 -04:00
Transform.py Several minor bugfixes and features 2012-04-03 01:01:33 -04:00
units.py Added a few more files to get flowcharts working 2012-04-04 20:28:48 -04:00
WidgetGroup.py Minor updates: 2012-03-19 23:02:29 -04:00

PyQtGraph - A pure-Python graphics library for PyQt/PySide
Copyright 2011 Luke Campagnola, University of North Carolina at Chapel Hill
http://http://luke.campagnola.me/code/pyqtgraph

Authors:
    Luke Campagnola   ('luke.campagnola@%s.com' % 'gmail')
    Megan Kratz
    Ingo Breßler

Requirements:
    PyQt 4.7+ or PySide
    python 2.7+ (no python 3 support yet)
    numpy, scipy

    Known to run on Windows, Linux, and Mac.

Support:
    Post at the mailing list / forum:
    https://groups.google.com/forum/?fromgroups#!forum/pyqtgraph

Installation:
    Pyqtgraph currently does not have (or really require) any installation 
    scripts. All that is needed is for the pyqtgraph folder to be placed 
    someplace importable. Most people will prefer to simply place this folder 
    within a larger project folder. If you want to make pyqtgraph available 
    system-wide, copy the folder to one of the directories listed in python's 
    sys.path list.

Documentation:
    There are many examples; run "python -m pyqtgraph.examples" for a menu
    Some (incomplete) documentation exists at this time.
    - Easiest place to get documentation is at 
      http://http://luke.campagnola.me/code/pyqtgraph/documentation
    - If you acquired this code as a .tar.gz file from the website, then you can also look in 
      pyqtgraph/documentation/html.
    - If you acquired this code via BZR, then you can build the documentation using sphinx.
      From the documentation directory, run:
          $ make html  
    Please feel free to pester Luke or post to the forum if you need a specific 
    section of documentation.