[yt-users] Lineout plot fo 3D dataset

Nathan Goldbaum nathan12343 at gmail.com
Mon Sep 19 12:59:53 PDT 2016


Hi Scott,

You may want to try the ray data object.

Keep in mind that the ray object by default returns unordered data, so you
need to sort the data first to make an ordered plot along the ray's length.

Also, keep in mind that for AMR data the ray might return
variable-resolution data, so you will need to do some additional processing
to generate a continuous line plot.

More info about the ray data object here:

http://yt-project.org/docs/dev/reference/api/generated/yt.data_objects.selection_data_containers.YTRay.html

http://yt-project.org/docs/dev/analyzing/generating_processed_data.html#line-queries-and-planar-integrals

and an example:

http://yt-project.org/docs/dev/visualizing/manual_plotting.html#manual-line-plots



On Mon, Sep 19, 2016 at 2:55 PM, Scott Feister <sfeister at gmail.com> wrote:

> Hi Yt users,
>
> I'm looking for something like the projection and slice plot, but as a 1D
> lineout rather than 2D projection or slice. In other words, is there a
> simple way to make a line plot of "x" vs. "density" at y = z = 0, for
> example? I unsuccessfully tried modifying the 1D profile examples, which
> talk about sub-regions (e.g. spheres) and plotting two data variables
> against one another (e.g. "dens" and "temp"). Has anyone else run into this
> issue? I am guessing I am just missing something simple. Thanks!
>
> Scott
>
> Scott Feister, Ph.D.
> Postdoctoral Researcher, Flash Center for Computational Science
> University of Chicago, Department of Astronomy and Astrophysics
>
> _______________________________________________
> 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/20160919/e24686d8/attachment.htm>


More information about the yt-users mailing list