PlotPyStack / PythonQwt

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

Bugfixe : QSize + QSizeF #64

Closed john-pit closed 2 years ago

john-pit commented 3 years ago

Don't know if there's more of that, but in symbol.py on the boundingRect function, the rect size is set with adding the self.__data.size to a QSizeF leading to a TypeError: unsupported operand type(s) for +: 'QSize' and 'QSizeF'.