<div dir="ltr"><div><div>Hi all,<br></div>I am trying to create a simple slice plot for the central 1 pc of a simulation box of size  1 mpc using the following  simplest script.  Problem occurs when I set plot width  as can be seen in attached plot.  I tried stable version of yt as well development fork but did not get any success. Slice  works well without any problem if I use pc.add_slice method.  Any ideas what is going wrong here. <br>
</div><div>thanks in advance,<br></div><div>Cheers<br>Latif  <br></div><div><span class=""><br>SlicePlot</span><span class="">(</span><span class="">pf</span><span class="">,</span> <span class="">'x'</span><span class="">,</span> <span class="">"Density"</span><span class="">,</span> <span class="">width</span> <span class="">=</span> <span class="">(</span><span class="">800.0</span><span class="">,</span> <span class="">'kpc'</span><span class="">))</span><span class="">.</span><span class="">save</span><span class="">()</span><br>
</div><br></div>