Go to file
2013-12-22 02:18:37 -05:00
doc Set version strings to 0.9.8 in source; these will be updated with major releases. 2013-12-01 10:23:45 -05:00
examples Flowchart: 2013-12-21 23:26:02 -05:00
pyqtgraph updated widgets 2013-12-22 02:18:37 -05:00
tests SVG export fixes 2012-12-26 13:48:12 -05:00
tools Set version strings to 0.9.8 in source; these will be updated with major releases. 2013-12-01 10:23:45 -05:00
.gitignore add .gitignore and .mailmap 2013-09-12 12:26:39 +08:00
.mailmap cleaner mailamp 2013-09-12 12:36:02 +08:00
CHANGELOG Merge branch 'static_imports' into develop 2013-12-21 23:53:30 -05:00
LICENSE.txt - Major reorganization; we now follow the standard python package structure. 2012-12-26 17:51:52 -05:00
MANIFEST.in MANIFEST.in includes some missing files: tools, README, LICENSE 2012-12-29 01:40:41 -05:00
README.md Updated contributors list 2013-12-15 11:38:44 -05:00
setup.py Some Python3 related fixes. 2013-12-16 15:02:26 -08:00

PyQtGraph

A pure-Python graphics library for PyQt/PySide

Copyright 2012 Luke Campagnola, University of North Carolina at Chapel Hill

http://www.pyqtgraph.org

Maintainer

  • Luke Campagnola ('luke.campagnola@%s.com' % 'gmail')

Contributors

  • Megan Kratz
  • Paul Manis
  • Ingo Breßler
  • Christian Gavin
  • Michael Cristopher Hogg
  • Ulrich Leutner
  • Felix Schill
  • Guillaume Poulin
  • Antony Lee

Requirements

  • PyQt 4.7+ or PySide
  • python 2.6, 2.7, or 3.x
  • numpy, scipy
  • For 3D graphics: pyopengl
  • Known to run on Windows, Linux, and Mac.

Support

Post at the mailing list / forum

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)

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://www.pyqtgraph.org/documentation
  • If you acquired this code as a .tar.gz file from the website, then you can also look in doc/html.
  • If you acquired this code via GitHub, 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.