Skip to content

Commit

Permalink
Update docstring according to @stefanv's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jni committed Jan 30, 2014
1 parent ec0079d commit 01967e5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions skimage/measure/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ def profile_line(img, src, dst, linewidth=1,
Parameters
----------
img : 2d or 3d array
The image, in grayscale (2d) or multichannel (2d + c) format.
img : numeric array, shape (M, N[, C])
The image, either grayscale (2D array) or multichannel
(3D array, where the final axis contains the channel
information).
src : 2-tuple of numeric scalar (float or int)
The start point of the scan line.
dst : 2-tuple of numeric scalar (float or int)
Expand Down

0 comments on commit 01967e5

Please sign in to comment.