Corentin Cadiou

Results 96 comments of Corentin Cadiou

Oh yep, that looks like a bug! I am quite oversubscribed but I'd be happy to review a pull request should you find time to fix this :)

So it turns out I don't have much time to track that issue down. This is a new-contributor friendly bug, so please (anyone) feel free to fix!

I'd be happy for someone to review the PR once the comments have been fixed (this one, or an offspring of it retaining authorship to @pevoz23) but I unfortunately do...

There isn't anything special about picking equally spaced values in the x direction vs the y direction, so it's just a matter of someone actually implementing it :) 23 Feb...

The current code is specialized to the case where alignment happens along the x axis. That could be parameterized to either operate on x/y. The entry point is around https://github.com/cphyc/matplotlib-label-lines/blob/5881e62f0010ec209d980dc0ff1563cd5c122f92/labellines/line_label.py#L27.

Alternatively, I can recommend installing yt astro analysis through conda (assuming you use conda!). This will take care of all the linking etc. properly.

The issue is that the SVG files aren't included in the MANIFEST. The following patch seems to do the trick ```patch diff --git a/MANIFEST.in b/MANIFEST.in index 06996e6..81b38df 100644 --- a/MANIFEST.in...

The easy™ solution is to run on the CI and the "correct" version will appear in the artefacts of the build which you can download and add to your PR...

v0.8.1 is fresh from the oven (https://pypi.org/project/matplotlib-label-lines/)!

After some digging, it seems like: 1. numpy, cython, etc. depend on `libstdcxx-ng >= 12` (the C++ standard library), 2. conda resolves this to `libstdcxx-ng == 13.2` at the time...