Hi JC,<br><br>If you want to use the PlotCollection, you can control the image size with the fig_size keyword given to pc.add_slice.  The dpi of images written out is 100, so you just need to give the right values with fig_size to get what you're looking for.  A couple things to remember.  The colorbar takes 25% of the width of the image, so you need to adjust the width for that.  Also, you need to give the value as a tuple, so fig_size=(10, 8), for example.  You can always do:<br>
help(pc.add_slice)<br>to get more information on everything you can do with that function, or any for that matter.<br><br>Britton<br><br><div class="gmail_quote">On Mon, Sep 26, 2011 at 5:57 PM, Jean-Claude Passy <span dir="ltr"><<a href="mailto:jcpassy@gmail.com">jcpassy@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi all,<br>
<br>
I have a pretty dumb question.<br>
I have data from which I would like to take a slice with a resolution of one cell per pixel. How can I do that ?<br>
<br>
Thanks a lot,<br>
<br>
JC<br>
______________________________<u></u>_________________<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" target="_blank">http://lists.spacepope.org/<u></u>listinfo.cgi/yt-users-<u></u>spacepope.org</a><br>
</blockquote></div><br>