Alexandre Boisselet
Alexandre Boisselet
Hi @OrtnerMichael, please also test the animation output argument for pyvista animation ```python import magpylib as magpy import numpy as np # define sensor and source sensor = magpy.Sensor(pixel=np.linspace((0, 0,...
Will this really be fixed in 4.2 or we push it further?
I'll see if there is a nice way to do this, may take some time
Hi @OrtnerMichael, Magpylib already supports animation gif and mp4 outputs out of the box (for pyvista only) try this: ```python import magpylib as magpy import numpy as np import pyvista...
As for the personalized pyvista example I would use the tempfile temporay directory methods. This will erase the temporary generated files automatically, even if the code fails inbewteen ```python import...
This is not really a bug, it was intentional to leave the 2d legends.
Hi @purepani, Thank you for bringing that topic up! The Numpy 2.0 support is addressed in #795 and a release will follow promptly. I don't think we will work on...
@purepani Thanks again for your help! Let's hope I'll get more time soon to join the effort...
https://github.com/numpy/numpy/pull/19388, maybe relevant, maybe not (will need to drop support for python 3.7)
Hi @melanopsis, what makes you think it is not?