<div dir="ltr">Hi folks,<div><br></div><div>I am using yt-3, and attempting to make a ProjectionPlot of the derived field 'baryon_overdensity' (using an Enzo dataset). The line in question is this:</div><div><br></div>
<div>plot1 = yt.ProjectionPlot(ds,'z',"baryon_overdensity",weight_field="baryon_overdensity",center=c,data_source=my_region)<br></div><div><br></div><div>(with c, my_region being previously defined).  When I do this, it complains:</div>
<div><br></div><div>yt.fields.field_exceptions.NeedsParameter: (['omega_baryon'])<br></div><div><br></div><div>which certainly makes sense from a physical perspective, and which Enzo doesn't natively carry around. I tried to set this by hand:</div>
<div><br></div></div>