[pyqtgraph] How can I plotting in command-line mode (like ipython)

2017-08-08 Thread 민성원
Dear everyone! please help me to solve my basic question! I want to 2D plotting in command-line mode (ipython). at the description, if I use pyqt, not pyside, I can use interactive mode to plotting. but I can`t plotting in interactive mode, I must call QApplication.exec_() to make the windows a

Re: [pyqtgraph] How can I plotting in command-line mode (like ipython)

2017-08-08 Thread Luke Campagnola
It works for me with pyqt 5.8.2. I seem to recall some earlier versions of PyQt5 lacked the input hook; perhaps you just need a more recent version? On Tue, Aug 8, 2017 at 8:07 AM, 민성원 wrote: > Dear everyone! please help me to solve my basic question! > > I want to 2D plotting in command-line m