[yt-svn] commit/yt: ngoldbaum: Fix minor documentation issue for ortho rays. Closes #1065

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Thu Mar 24 12:17:10 PDT 2016


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/49e7f3e3aa0d/
Changeset:   49e7f3e3aa0d
Branch:      yt
User:        ngoldbaum
Date:        2016-03-24 19:07:11+00:00
Summary:     Fix minor documentation issue for ortho rays. Closes #1065
Affected #:  1 file

diff -r 9c03543ba85f4f0aa07f2f0261724831cedfe754 -r 49e7f3e3aa0dd471bcfb6b350af8c9ca8b18e760 yt/data_objects/selection_data_containers.py
--- a/yt/data_objects/selection_data_containers.py
+++ b/yt/data_objects/selection_data_containers.py
@@ -92,8 +92,8 @@
     coords : tuple of floats
         The (plane_x, plane_y) coordinates at which to cast the ray.  Note
         that this is in the plane coordinates: so if you are casting along
-        x, this will be (y,z).  If you are casting along y, this will be
-        (x,z).  If you are casting along z, this will be (x,y).
+        x, this will be (y, z).  If you are casting along y, this will be
+        (z, x).  If you are casting along z, this will be (x, y).
     ds: Dataset, optional
         An optional dataset to use rather than self.ds
     field_parameters : dictionary

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spacepope.org/pipermail/yt-svn-spacepope.org/attachments/20160324/599265dd/attachment.htm>


More information about the yt-svn mailing list