Pyqt5使用pyqtgraph画图解决刷新频率过快导致的界面卡顿问题 原示例代码 可以点我跳转 解析 在原代码中,启动界面dym_plot_graph_main.py显示波形代码为: def plot_show(self, data): # 显示波形 y_data = np.array(data