Answers for "yt-project annotate_scale"

C
0

yt-project annotate_scale

import yt
ds = yt.load("IsolatedGalaxy/galaxy0030/galaxy0030")
p = yt.SlicePlot(ds, 'z', 'density', center='c', width=(20, 'kpc'))
p.annotate_scale()
p.save()
Posted by: Guest on November-13-2020

Code answers related to "C"

Browse Popular Code Answers by Language