<div dir="ltr"><div>Hi yt-ers,<br><br></div><div>I am making individual snapshots of a simulation, using:<br><br>>from yt.visualization.volume_rendering.api import ColorTransferFunction<br><br>>tf = ColorTransferFunction((-29,-24))<br>
>tf.add_layers(8,w=0.05,colormap="Hue Sat Value 2")<br>>tf.sample_colormap(-26.5,w=0.02,colormap="Hue Sat Value 2")<br>>cam = pf.h.camera([0.0,0.0,1.8],[0.0,-1.0,-0.2],4.4,1024,tf)<br>>im = cam.snapshot('rpsdip_'+sys.argv[1]+'_volumeall.png')<br>
<br></div><div>I would like to add a timestamp to the frame (and possibly my name while I'm at it!).  I know how to add text to a plot, but am not sure how to do it here.  Any help is most appreciated!<br><br></div><div>
Thanks,<br><br>Stephanie<br></div></div>