Results 637 comments of Antony Lee

I thought the issue was solved (per @jklymak's comment "proper"solution). I can reopen it if you think it's not good enough...

I agree that using a scrollarea instead of resizing would be better. I can probably have a look at the Qt situation at some point...

On Qt looks like the following gives a minimal working version: ```diff diff --git i/lib/matplotlib/backends/backend_qt.py w/lib/matplotlib/backends/backend_qt.py index f4b281bdd0..a16661c1c2 100644 --- i/lib/matplotlib/backends/backend_qt.py +++ w/lib/matplotlib/backends/backend_qt.py @@ -356,8 +356,8 @@ class FigureCanvasQT(FigureCanvasBase, QtWidgets.QWidget):...

> I'd prefer either completely fixed (=exact pixels) or freely scaling up/down. A mixture is rather confusing. In the proposed patch this can be achieved by removing the scrollarea.setWidgetResizable(True) line...

I think this is essentially what I describe at > Note that effectively there's another canvas size that needs to be defined (with all the bookkeeping associated -- here I...

Unsharing was always problematic and not really actually supported; see e.g. the discussions at #1312 and #9923.

> Should you be allowed to select the type of enum to create (Enum, IntEnum, IntFlag)? If so, how? An optional argument to the constructor seems like the obvious choice....

Can you list the contents of `~\DevopsSetupPrograms\Anaconda\Lib\site-packages\mplcairo\`?