Update docstring and create test module setup function

This commit is contained in:
Steven Silvester
2015-01-15 18:57:18 -06:00
parent c3ccb60bda
commit 87998d6518
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ def imshow(im, *args, **kwargs):
"""Show the input image and return the current axes.
By default, the image is displayed in greyscale, rather than
the matplotlib default colormap, 'jet'.
the matplotlib default colormap.
Images are assumed to have standard range for their type. For
example, if a floating point image has values in [0, 0.5], the