gr-pyqt icon indicating copy to clipboard operation
gr-pyqt copied to clipboard

pyqt based plotters intended for plotting bursted events in gnu radio

Results 3 gr-pyqt issues
Sort by recently updated
recently updated
newest added

Hello, I tried to install this OOT and discovered that it is requesting for version 3.7.2 of Gnuradio, however I am running version 3.8.1 due to other OOT's being used....

I want to build a real time plotter using gr-pyqt. But i can't find any example. It seems that this [link](https://oshearesearch.com/index.php/2015/05/22/such-samples-a-gnu-radio-tool-for-sample-data-visualization/) contains an example, but i doubt that it is...

If pyqt is imported prior to gr-qtgui being imported, usage of QwtPlot-based gr-qtgui widgets will fail at runtime with: ``` Object::connect: No such signal QwtPlotPicker::selected(const QPointF &) Segmentation fault (core...