Qt import QtGui, QtCore import pyqtgraph as pg # 创建绘制窗口类PlotWindow 对象,内置一个绘图控件类PlotWidget 对象pw = pg.plot() # 设置图表标题、颜色、字体 ...
確定! 回上一頁