Plot freezing because of fast input stream to a GNU Radio block
问题 I have implemented a sync block which plots inside its work function using the input_items values. Now the problem is that the plotting mechanism isn't fast enough for the input stream ( the value of input_items keeps on changing ). I have tried to simplify the code as much as possible and added comments. Here it is: .... import matplotlib from matplotlib.backends.backend_wxagg import FigureCanvasWxAgg as FigCanvas from matplotlib.backends.backend_wx import NavigationToolbar2Wx from