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

Bug Fix #52

Closed rahmedov closed 4 years ago

rahmedov commented 6 years ago

QwtPlotCanvas.borderPath()

replace

if recorder.border.rectList.isEmpty(): with if len(recorder.border.rectList) > 0: