ganzhijie / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

Please add pyqtgraph #735

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
"PyQtGraph is a pure-python graphics and GUI library built on PyQt4 / PySide 
and numpy. 

It is intended for use in mathematics / scientific / engineering applications. 

Despite being written entirely in python, the library is very fast due to its 
heavy leverage of numpy for number crunching and Qt's GraphicsView framework 
for fast display." - From website

My own experience with PyQtGraph is that it offers an entirely separate and 
necessary set of tools vs Matplotlib. One is not greater than the other. It is 
a simple way to get speed and extensibility for interactive graphing. It is 
actively developed.

www.pyqtgraph.org

Original issue reported on code.google.com by lun...@gmail.com on 22 May 2014 at 11:40

GoogleCodeExporter commented 9 years ago
Please add this.  I have a need to plot real time data with many points at at a 
high frame rate.

Original comment by andrew.s...@gmail.com on 16 Jan 2015 at 4:14