import pyqtgraph as pg import numpy as np class PW(pg.PlotWidget): def __init__(self): pg.PlotWidget.__init__(self) self.img = pg.
確定! 回上一頁