<div dir="ltr"><div>Dear All,<br><br>pf = load(fn) # load data<br>ad = pf.h.all_data()<br>new_region = ad.cut_region(['grid["Velocity_Div"] >-10.0 ','grid["Velocity_Div"] < -3'])<br>
plot = ProjectionPlot(pf, "z", "Density", weight_field="Density", data_source=new_region)<br>plot.set_width(20, 'mpc')<br>plot.save()<br><br></div>With the above code I can produce a ProjectionPlot which only contain  regions of specified condition. I want to the SlicePlot of same, is it possible?<br>
<div><div><br>Thanks <br></div><div>-- <br><div dir="ltr">Reju Sam John</div>
</div></div></div>