Issue
I am trying to put together a tool using python and qt gui (currently using PySide) for my experiment and I need to display data on the screen real time. Matplotlib is a little bit slow for this purpose, and I noticed that qwtplot is a perfect fit to do this task. However, I noticed that there is a way to bind qwtplot in PyQt but not in PySide... Or did I miss something that is out there?
Any help will be appreciated. Thank you!
-Shawn
Solution
It's not included in PySide but there is someone building a binding here:
https://github.com/grissiom/pysideqwt
On a side note, it's usually possible to switch from pyside to pyqt with little to no changes to the code.
Answered By - BoshWash
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.