[Solved] How to Plot signals in PyQT
General and Desktop
4
Posts
3
Posters
3.2k
Views
1
Watching
-
-
Hello,
so does the term signal in the title refer to an Qt signal like in a signal slot connection? In that case, what kind of plot would you want to have? How should it look like?
Or do you refer to plotting a physical signal like an audio, or EM-signal?!? In that case I'd recommend "QCustomPlot":http://qcustomplot.com/
Alternatively "Qwt":http://qwt.sourceforge.net/ would be the classical choice for that, but I find QCustomPlot more convenient.
Best
Soraltan
Edit: Ok, I overread the "Py" in the caption. If there is a Python version of QCustomPlot, I'd be unaware of it. So Qwt is probably your best friend.