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

Qrect issue 63 #71

Closed tugaysolmaz closed 1 year ago

tugaysolmaz commented 2 years ago

Fixed the issue (#63) when stylesheets is introduced and qwt.plot_canvas.QwtStyleSheetRecorder.drawRects called with dynamic arguments.

Function now checks if rects is a QRect or QRectF or treats it as a subscriptable instance.

PierreRaybaut commented 1 year ago

Fixed. See #63 and revision 23b525e.