Alexandre Boisselet

Results 25 comments of 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...