Pastebin
Paste #4660: No description
< previous paste - next paste>
Pasted by Anonymous Coward
import yt
ds = yt.load("GaussianCloud/data.0077.3d.hdf5")
ad = ds.all_data()
plot = yt.PhasePlot(ad, "density", "magnetic_energy", ["ones"],
fractional=True, weight_field=None)
plot.save()
New Paste
Go to most recent paste.