import pyqtgraph as pg from pyqtgraph.Qt import QtCore, QtGui plt = pg.plot() plt.addLegend() #啟動legend,圖例說明c1 = plt.plot([1,3,2,4], ...
確定! 回上一頁