<div dir="ltr">Hi yt people, <div><br></div><div>I just updated to yt 3.3.1 to use all the new features of volume rendering. I am trying to render ejected density which is a derived field and draw the coordinate triads, domain boundary along with labels showing the log range of ejected density. my code is attached. While my code worked fine with default field 'density', the following figure was produced for 'density', but I am getting error when the source field is set to 'ejected_density'. Also the 'density' figure still does not show either the coordinate triads or the domain boundary. I would appreciate your help to fix the error and thanks in advance.</div><div><br></div><div><div><b>Traceback (most recent call last):</b></div><div><b>  File "volume_render_test.py", line 117, in <module></b></div><div><b>    text_annotate=[[(.1, 1.05), text_string]])</b></div><div><b>  File "/work/03858/thaque56/sw/yt-new-3.3/yt-conda/lib/python2.7/site-packages/yt/visualization/volume_rendering/scene.py", line 395, in save_annotated</b></div><div><b>    label = rs.data_source.ds._get_field_info(rs.field).get_label()</b></div><div><b>  File "/work/03858/thaque56/sw/yt-new-3.3/yt-conda/lib/python2.7/site-packages/yt/fields/derived_field.py", line 225, in get_label</b></div><div><b>    units = Unit(self.units, registry=self.ds.unit_registry)</b></div><div><b>AttributeError: 'NoneType' object has no attribute 'unit_registry'</b></div></div><div><b><br></b></div><div><b><br></b></div><div><b>Thanks</b></div><div><b>Tazkera</b></div></div>