PlotWidget方法就是通过widget方法进行绘图的 self.pw.resize(400,200) self.pw.move(10,10) data = np.random.random(size=50) self.pw.plot(data) ...
確定! 回上一頁