Oscar Gustafsson

Results 474 comments of Oscar Gustafsson

That is somehow what I would like to avoid just to make sure that the importer is actually imported and not just part of JabRef. Although, it is indeed a...

Is there a way to include e.g. source code? I just realized that there are five different version of the page and it would be nice to not copy and...

Seems like the problem is that the image that we are using only has Python 3.7 installed so resolving the environment for 3.9 and 3.10 takes significant time. https://www.appveyor.com/docs/windows-images-software/#python Also,...

Related to https://github.com/matplotlib/matplotlib/issues/21506

Isn't the real problem `s`? I mean, it should be OK to write it out? (That not all parameters have abbreviations is maybe more expected?)

It is possible to set a `tol` argument to the `image_comparison` decorator. This is the slightly preferred method since the tolerance is indeed very small. If you can add a...

Thanks! Can you please add a test for this? I think either an image test, e.g. with a number of subplots using different color arguments, or an image comparison test...

I couldn't find a doc-page for that, but in https://github.com/matplotlib/matplotlib/tree/main/doc/users/next_whats_new there are small notes to be included in the next What's New. Please add one for this feature, ideally with...

> how it relates to the commits I've made. It shouldn't be directly related. While it is weird that it seems to happen consistently on this PR (and some others),...

Thanks for these insights @ShawnZhong ! It seems like `CA` and `ca` is set here: https://github.com/matplotlib/matplotlib/blob/bd8198c8b8b1a41c39e7f85ef164f7801682ecd0/lib/matplotlib/backends/backend_pdf.py#L1455-L1466 Which in turn is called from: https://github.com/matplotlib/matplotlib/blob/bd8198c8b8b1a41c39e7f85ef164f7801682ecd0/lib/matplotlib/backends/backend_pdf.py#L2510C1-L2513C1 This is only called in: https://github.com/matplotlib/matplotlib/blob/bd8198c8b8b1a41c39e7f85ef164f7801682ecd0/lib/matplotlib/backends/backend_pdf.py#L2589-L2625 (as...