<div dir="ltr">I usually use something similar to <div><a href="http://paste.yt-project.org/show/3816/">http://paste.yt-project.org/show/3816/</a></div><div>to use yt to bin the data then use matplotlib to make the plot of the 2D profile for more customization options.</div>
<div style>If you compare the test1.....png and test2.png, you should see they are using the same data range, the 2D profile is transposed to switch x,y and origin set at (0,0).</div><div><br></div><div>hope it's something you can use.<br>
</div><div><br></div><div style>From</div><div style>G.S.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Aug 25, 2013 at 9:34 AM, Renyue Cen <span dir="ltr"><<a href="mailto:cen@astro.princeton.edu" target="_blank">cen@astro.princeton.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Matt,<br>
<br>
so if I just read in data filename like:<br>
<br>
do j=1,50<br>
do i=1,50<br>
     read(1,*)column(i),row(j),Z(j,i)<br>
enddo<br>
enddo<br>
<br>
will that correct Z exactly?<br>
<span class="HOEnZb"><font color="#888888"><br>
Renyue<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Aug 25, 2013, at 12:28 PM, Matthew Turk <<a href="mailto:matthewturk@gmail.com">matthewturk@gmail.com</a>> wrote:<br>
<br>
> Hi Renyue,<br>
><br>
> Yup, it's column/row switched from what one might expect.  But, the<br>
> bins written out should correspond.<br>
><br>
> -Matt<br>
><br>
> On Sun, Aug 25, 2013 at 10:38 AM, Renyue Cen <<a href="mailto:cen@astro.princeton.edu">cen@astro.princeton.edu</a>> wrote:<br>
>> Hi,<br>
>><br>
>> When I do<br>
>> plotdata=pc.add_phase_object(source,["FieldX","FieldY","QuantityZ"],weight = None,..)<br>
>> plotdata.data_write_out(filename)<br>
>><br>
>> It seems that the QuantityZ written out in file filename is transposed with respect to<br>
>> x-y plane of the plot plotted by pc.add_phase_object().<br>
>><br>
>> Has anyone encountered this?<br>
>> If anyone wants script and actual file to help me, I can send to you.<br>
>><br>
>> Thanks,<br>
>> Renyue<br>
>><br>
>> _______________________________________________<br>
>> yt-users mailing list<br>
>> <a href="mailto:yt-users@lists.spacepope.org">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/listinfo.cgi/yt-users-spacepope.org</a><br>
<br>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">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/listinfo.cgi/yt-users-spacepope.org</a><br>
</div></div></blockquote></div><br></div>