[yt-users] Plotting data from RAMSES

Matthew Turk matthewturk at gmail.com
Mon Nov 4 03:21:11 PST 2013


Hi Kearn,


On Mon, Nov 4, 2013 at 4:36 AM, <k.grisdale at surrey.ac.uk> wrote:

>  Hi yt-users
>
>  I am trying to use yt to plot some Ramses data. When I use the following
> the commands I get the output from the first attachment:
>
>  >>> p6 = load("output_00006/info_00006.txt”)
> >>> SlicePlot(p6, 'x', 'Density').save()
>

My suspicion is that the center of the slice is different.  Can you try:

SlicePlot(p6, "x", "Density", center="max").save()

and see if that produces a meaningful image?


> Any suggestions on where I’m going wrong or what I am missing?
>
>  Thanks
>
>  Kearn
>
> _______________________________________________
> yt-users mailing list
> yt-users at lists.spacepope.org
> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-users-spacepope.org/attachments/20131104/f61dadd4/attachment.htm>


More information about the yt-users mailing list