<div dir="ltr">Hi Yang,<div><br></div><div>I think the cell structures are artifacts of the octree that the density is smoothed onto in this case.</div><div><br></div><div>One thing you could try is to increase the over-refinement of the octree that the particles are deposited onto.  So, this would be something like:</div><div><br></div><div>ds = yt.load(...,over_refinement_factor=1)</div><div><br></div><div>(the default is over_refinement_factor=0).  You can increase this number even higher, though factors above >~2 will start to get pretty taxing on the memory.</div><div><br></div><div>-d</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 22, 2015 at 6:13 AM, Yang Luo <span dir="ltr"><<a href="mailto:yluo@vega.ess.sci.osaka-u.ac.jp" target="_blank">yluo@vega.ess.sci.osaka-u.ac.jp</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi<br>
<br>
I am trying to use yt to make a projection plot from gadget data. for<br>
the plot, I set the field to be plotted as  ('deposit',<br>
'PartType0_smoothed_density'). But the final plot shows some cell<br>
structures, so I want to know how to smooth or render this plot.<br>
In splash, the plot is better rendered. could this be done in yt ? I<br>
am grateful for your comments.<br>
<br>
Yang<br>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org" target="_blank">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</blockquote></div><br></div></div>