Aluode/PerceptionLabPortable
0
1"""2Description of example3"""4 5import numpy as np6 7import pyqtgraph as pg8from pyqtgraph.Qt import QtCore, QtGui, QtWidgets, mkQApp9 10app = mkQApp()11 12# win.setWindowTitle('pyqtgraph example: ____')13 14if __name__ == '__main__':15 pg.exec()16 