From f1b309ecfb1e69ac506f647446b0ec733995862d Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Thu, 22 Jan 2015 13:05:19 +1100 Subject: [PATCH] Specify standard Cartesian coordinates --- doc/source/user_guide/numpy_images.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/user_guide/numpy_images.txt b/doc/source/user_guide/numpy_images.txt index 8704b377..d2c25ef2 100644 --- a/doc/source/user_guide/numpy_images.txt +++ b/doc/source/user_guide/numpy_images.txt @@ -138,8 +138,8 @@ match accordingly. Two-dimensional (2D) grayscale images (such as -left corner. In various parts of the library, you will also see ``rr`` and ``cc`` refer to lists of row and column coordinates. We distinguish this from (x, y), which commonly denote -Cartesian coordinates, where x is the horizontal coordinate, y the -vertical, and the origin is on the bottom right. (Matplotlib, for +standard Cartesian coordinates, where x is the horizontal coordinate, +y the vertical, and the origin is on the bottom right. (Matplotlib, for example, uses this convention.) In the case of color (or multichannel) images, the last dimension