Greg Lucas
Greg Lucas
Is None the "null"-layout engine? It looks like there is also mention of the string "none" here: https://github.com/matplotlib/matplotlib/pull/22452 So, I'm curious if this is currently allowed, or if that PR...
Snapping was changed, so maybe something related to that? https://github.com/matplotlib/matplotlib/pull/16090
I haven't had a chance to look at the details here, but I just pulled and tested quick on macosx and hit some errors that you can probably fix pretty...
Do I have to disable my current X display now? That seems like asking a bit much, but maybe I'm missing a configuration somewhere... ```bash pip install pytest-xvfb pytest lib/matplotlib/tests/test_backend_qt.py...
Interesting, it may have been something wrong with an older version of xquartz that I had installed locally. I updated that and now I don't get any errors, but I...
I was modifying: https://github.com/matplotlib/matplotlib/issues/19769#issuecomment-998917608 then: `mprof run script.py` Which will send some count information out, which should show FigureManager in it before and fewer of them now. If you cherry-pick...
I just pushed a new commit: https://github.com/matplotlib/matplotlib/pull/23059/commits/0822fd0f0cade231019bcdcb851a096d7fabc397 that briefly runs the event loop before destroying the figure. This seems to clean up the memory leak. The idea was taken from:...
Just putting some notes down here about the mac leaks I've found so far: * Setting the backend to "agg" on a mac currently has a slow leak when installing...
As a note for the macos failures, taken from: https://github.com/matplotlib/matplotlib/pull/23059#issuecomment-1133782597 * Setting the backend to "agg" on a mac currently has a slow leak when installing from source and using...