Aluode/PerceptionLabPortable
0
1import numpy as np2 3import pyqtgraph as pg4 5plt = pg.plot(np.random.normal(size=100), title="Simplest possible plotting example")6 7if __name__ == '__main__':8 pg.exec()9 1import numpy as np2 3import pyqtgraph as pg4 5plt = pg.plot(np.random.normal(size=100), title="Simplest possible plotting example")6 7if __name__ == '__main__':8 pg.exec()9