10 lines
167 B
Python
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()
|