<div dir="ltr"><div>Hey guys,</div><div><br></div><div>       I've been trying to make slices of density only looking at cooler gas (i.e. with a cut in Temperature). I've found a nice way to do this for simple projections. But my strategy breaks for Off-Axis projections.</div>
<div><br></div>Specifically, this works fine:<div><b style="font-family:'courier new',monospace"><font size="1"><br></font></b></div><div><font size="1"><b style="font-family:'courier new',monospace">field_parameters={'field_cuts':["grid['Temperature'] < 1e6 "]})</b></font></div>
<div><font face="courier new, monospace" size="1"><b>cold_proj = ProjectionPlot(pf,0,'Density',field_parameters=field_parameters)</b></font></div><div><font face="courier new, monospace"><b><font size="1">         </font>      </b></font></div>
<div><br></div><div>but this does not:</div><div><br></div><div><font face="courier new, monospace" size="1"><b>cold_proj = OffAxisProjectionPlot(pf,axis,'Density',north_vector=north,</b></font></div><div><font face="courier new, monospace" size="1"><b>                                  field_parameters= field_parameters)</b></font></div>
<div><br></div><div>sensibly enough, since field_parameters is not a keyword argument for off axis projections.</div><div><br></div><div>Is there a decent workaround for this? Or would this be simple to add into yt's functionality? I've looked <a href="http://yt-project.org/doc/_modules/yt/visualization/plot_window.html#OffAxisProjectionPlot.__init__">briefly into the source</a> and it doesn't seem obvious how to slip this in.</div>
<div><br></div><div>      thanks!</div><div>            Munier</div><div><div><br></div>-- <br>Munier A. Salem // 845.489.6450
</div></div>