mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-11 15:16:38 +08:00
Update find_contours docstring to use r/c notation
This update fixes #1140. Other docstrings will probably need to be updated as well.
This commit is contained in:
@@ -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
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user