Merge pull request #1145 from jni/find-contours-docstring

Update find_contours docstring to use r/c notation
This commit is contained in:
Johannes Schönberger
2014-09-12 01:37:06 -04:00
+1 -1
View File
@@ -35,7 +35,7 @@ def find_contours(array, level,
-------
contours : list of (n,2)-ndarrays
Each contour is an ndarray of shape ``(n, 2)``,
consisting of n ``(x, y)`` coordinates along the contour.
consisting of n ``(row, column)`` coordinates along the contour.
Notes
-----