rnc_tuning/pyqtgraph_test.py
2025-02-14 11:11:41 +08:00

10 lines
167 B
Python

import pyqtgraph as pg
import pyqtgraph.examples
pyqtgraph.examples.run()
# win = pg.GraphicsLayoutWidget(show=True)
#
# p2 = win.addPlot(title="test")
#
# pg.exec()