<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr"><div><div><div><div><div><div>Hi all, <br><br>I am trying to make a profile plot of a cylindrical radial value.  So I politely ask:<br><br>ds = yt.load("/data/stonnes/dwarf_test_rhopress_extrarot/DD"+sys.argv[1]+"/DD44sMBherlr"+sys.argv[1])<br>....<br>my_disk = ds.disk([0.5,0.5,0.5],[0,0,1],(30,"kpc"),(0.1,"kpc"))<br>....<br>profiles.append(yt.create_profile(my_disk,"cylindrical_r","density",weight_field="cell_mass"))<br>....<br>plot=yt.ProfilePlot.from_profiles(profiles,labels=labels)<br>plot.set_unit('cylindrical_r','kpc')<br>plot.set_log('cylindrical_r',False)<br>plot.save()<br><br></div>And when my box is 96 kpc across, with a root 512 512 512 grid, 2 levels of refinement at 20.0 times initial density, I get what I wanted, a nice profile out to 30 kpc.<br><br></div>BUT, when I ask the same thing starting with a lower resolution root grid:  256 256 256, my profile only goes out to 15 kpc!  <br><br></div>I changed my disk to have a 40 kpc radius and it made no difference.  <br><br></div>Can anyone tell me why this is happening?  Thanks!<br><br></div>Stephanie<br></div><br clear="all"><div><div><div><div><div><div><div><div><div class="gmail_signature"><div dir="ltr"><div><div><div><font face="garamond,serif">--<br>Dr. Stephanie Tonnesen<br></font></div><font face="garamond,serif">Alvin E. Nashman Postdoctoral Fellow<br></font></div><font face="garamond,serif">Carnegie Observatories, Pasadena, CA<br></font></div><font face="garamond,serif"><a href="mailto:stonnes@gmail.com" target="_blank">stonnes@gmail.com</a><br></font></div></div></div>
</div></div></div></div></div></div></div></div>