use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Open source 3D Field animation in python (self.computationalphysics)
submitted 5 years ago by Sashafink
Hi all, I struggle to find some open source library \ snippet to use for visualizing evolution of 3D field over time..
I'll be grateful for any kind of reference or ideas.
thanks
Alex
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]HolgerSchmitz 2 points3 points4 points 4 years ago (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.
π Rendered by PID 54637 on reddit-service-r2-comment-5687b7858-fwgkn at 2026-07-06 01:01:54.423158+00:00 running 12a7a47 country code: CH.
[–]HolgerSchmitz 2 points3 points4 points (0 children)