PySideQwt
-
No-one that I know of, unfortunately. I'd love to see that happening - I've always had a soft spot for data visualization! Could even reimplement "TKK Aparat":http://aparat.sourceforge.net/ with Python+Scipy+PySide+Qwt... dreaming...
-
Today Python is intensively used for data analysis and visualization because this is a real free alternative to MATHLAB.
Unfortunately, for now, developpers that want the power of Qt framework for building advanced UI programs with plotting features must use PyQt and PyQwt. This work very well but having a full LGPL frameworks chain will be so Cute ... -
maybe I can start from here? emmm..
http://developer.qt.nokia.com/wiki/Generating_new_bindings_with_PySide -
We have a tutorial about this:
http://developer.qt.nokia.com/wiki/PySide_Binding_Generation_Tutorial
Qwt would be a bit more complicated due to extensive use of C++ templates in some classes.
-
Yeah! it works!
!http://lh6.ggpht.com/_os_zrveP8Ns/TRiY3wHeR0I/AAAAAAAADO4/FovJjcPpn2Y/s800/Screenshot.png(qwt)!
I simply change the tutorial to fit qwt, and it works!
current make QwtPlot & QwtCurve,
I will upload the binding project when I can make my pyqwt project run.. -
Nice! You can put the code on gitorious and subscribe to PySide mailing list[1] to get help, suggestions, etc.
-
yes, project created:
http://gitorious.org/pysideqwt#moretodo:
first import all classes,
second found a way to use numpy.array.