PlotPyStack / PythonQwt

Qt plotting widgets for Python (pure Python reimplementation of Qwt C++ library)
https://pypi.org/project/PythonQwt/
Other
86 stars 25 forks source link

The DataDemo.py test program crashes #41

Closed twillis449 closed 4 years ago

twillis449 commented 8 years ago

The np.concatinate function calls in lines 80 and 85 fail because the axis indicator is set to 1 instead of 0. Just delete the final '1' parameter and things work.

heliophagus commented 7 years ago

Thanks for your note, twillis449! Your fix works well. Saved a lot of head-scratching. Not sure why demo() includes code that crashes from the get-go...!