rnc_tuning/pyqtgraph_test.py

10 lines
167 B
Python
Raw Permalink Normal View History

2025-02-14 11:11:41 +08:00
import pyqtgraph as pg
import pyqtgraph.examples
pyqtgraph.examples.run()
# win = pg.GraphicsLayoutWidget(show=True)
#
# p2 = win.addPlot(title="test")
#
# pg.exec()