updateGeometry(self) self.plot() def plot(self): data = [random.random() for ... ax.plot(data, 'r-') ax.set_title('PyQt Matplotlib Example') ...
確定! 回上一頁