Improve mpl imshow plugin docstring

This commit is contained in:
Juan Nunez-Iglesias
2015-01-13 16:36:40 +11:00
parent fac8fde9dc
commit c68c8e5468
+2 -1
View File
@@ -14,7 +14,8 @@ def imshow(im, *args, **kwargs):
In contrast, if the image exceeds the standard range, this
function defaults back to displaying exactly the range of the
input image.
input image, along with a colorbar to clearly indicate that
this range transformation has occurred.
Parameters
----------