Alexandre Boisselet

Results 69 comments of Alexandre Boisselet

> This is amplified when the intensity of the fields decreases after the boundary crossing Hi @quenot, just throwing this in, but would it help to normalize the field beforehand...

Hi @quenot , @OrtnerMichael , I just checked how good it works with pyvista just for comparison: ![image](https://github.com/magpylib/magpylib/assets/29252289/6b99e00b-6cc8-4da1-bd25-7e93fb5c2d9b) Click to show Source Code ```python import magpylib as magpy import numpy...

It is possible to reduce spiraling by trimming the lines that form a loop and prevent them to further drift during integration. There is still the forward and backwards integration...

And this is how it looks like if I remove the redundant backwards integration for closed lines Click to show Source Code ```python import magpylib as magpy import numpy as...

@OrtnerMichael, @fslanovc @pribossek would be nice to get some feedback on this one 😉 🙏

@OrtnerMichael Nice bug catches > found a bug when pixel are unordered - I guess it has to do with the order they are displayed in. fixed in [2fecc96](https://github.com/magpylib/magpylib/pull/793/commits/2fecc963c0500e8204b57f481fcc349b0ae64ccc) [565266d](https://github.com/magpylib/magpylib/pull/793/commits/565266dcf586ecf636030bcf4344d69448743f6d)...

@OrtnerMichael now ready to be merged See the docs example here: https://magpylib--793.org.readthedocs.build/en/793/_pages/user_guide/examples/examples_vis_vectorfield.html#examples-vis-vectorfield

@OrtnerMichael I just thought of the case where there are two different sensors with pixel in the same plot. If one has a field and the other doesn't and you...

@OrtnerMichael Ready for final review! As discussed in our latest meeting, we are still going to keep the nested structure with the following parameters: - **`source`** *(default=`None`)*: Defines the field...

When working on some magpylib v4 to v5 transcription I also see that the default units in meters is kind of ugly in most cases when we deal with mm...