import pyqtgraph as pg import numpy as np from PyQt5.QtWidgets import * class Chart(pg.GraphicsLayoutWidget): def __init__(self): super().
確定! 回上一頁