2011-04-05 17:05:05 +00:00
|
|
|
PyQtGraph - A pure-Python graphics library for PyQt/PySide
|
2012-12-26 22:51:52 +00:00
|
|
|
Copyright 2012 Luke Campagnola, University of North Carolina at Chapel Hill
|
|
|
|
http://www.pyqtgraph.org
|
2011-04-05 17:05:05 +00:00
|
|
|
|
|
|
|
Authors:
|
|
|
|
Luke Campagnola ('luke.campagnola@%s.com' % 'gmail')
|
|
|
|
Megan Kratz
|
|
|
|
Ingo Breßler
|
|
|
|
|
|
|
|
Requirements:
|
2012-03-28 18:16:42 +00:00
|
|
|
PyQt 4.7+ or PySide
|
2012-12-26 22:51:52 +00:00
|
|
|
python 2.6, 2.7, or 3.x
|
2011-04-05 17:05:05 +00:00
|
|
|
numpy, scipy
|
2012-12-26 22:51:52 +00:00
|
|
|
For 3D graphics: pyopengl
|
2011-04-05 17:05:05 +00:00
|
|
|
Known to run on Windows, Linux, and Mac.
|
|
|
|
|
2012-03-28 18:16:42 +00:00
|
|
|
Support:
|
|
|
|
Post at the mailing list / forum:
|
|
|
|
https://groups.google.com/forum/?fromgroups#!forum/pyqtgraph
|
|
|
|
|
2012-12-26 22:51:52 +00:00
|
|
|
Installation Methods:
|
|
|
|
- To use with a specific project, simply copy the pyqtgraph subdirectory
|
|
|
|
anywhere that is importable from your project
|
|
|
|
- To install system-wide from source distribution:
|
|
|
|
$ python setup.py install
|
|
|
|
- For instalation packages, see the website (pyqtgraph.org)
|
2012-03-28 18:16:42 +00:00
|
|
|
|
2011-04-05 17:05:05 +00:00
|
|
|
Documentation:
|
2012-12-26 22:51:52 +00:00
|
|
|
There are many examples; run "python -m pyqtgraph.examples" for a menu.
|
2012-03-28 18:16:42 +00:00
|
|
|
Some (incomplete) documentation exists at this time.
|
|
|
|
- Easiest place to get documentation is at
|
2012-12-26 22:51:52 +00:00
|
|
|
http://www.pyqtgraph.org/documentation
|
2012-03-28 18:16:42 +00:00
|
|
|
- If you acquired this code as a .tar.gz file from the website, then you can also look in
|
2012-12-26 22:51:52 +00:00
|
|
|
doc/html.
|
2012-03-28 18:16:42 +00:00
|
|
|
- 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.
|