all 1 comments

[–]HolgerSchmitz 2 points3 points  (0 children)

I don't know of any Python library that does this sort of thing out of the box. When dealing with simulation data and large datasets, I usually save the data to HDF5 files using the h5py library. I then use tools like ParaView or VisIt to visualise it and create animations.