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 #50

Closed rahmedov closed 4 years ago

rahmedov commented 6 years ago

In qwtFillBackground() replace rect = fillRect.toAlignedRect() with rect = QRectF(fillRect).toAlignedRect()