import sys from PyQt5. ... PlotWidget(title="Basic Plot") x = [1, 2, 3, 4] y = [1, 2, 3, 4] w.plot(x, y) w.setBackground('w') self.
確定! 回上一頁