Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8048397

Browse files
committed
Fix docstring formatting in imshow.
svn path=/trunk/matplotlib/; revision=8268
1 parent 117b57b commit 8048397

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

lib/matplotlib/axes.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6406,10 +6406,9 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
64066406
*interpolation*:
64076407
64086408
Acceptable values are *None*, 'nearest', 'bilinear',
6409-
'bicubic', 'spline16', 'spline36', 'hanning', 'hamming',
6410-
'hermite', 'kaiser', 'quadric', 'catrom', 'gaussian',
6411-
'bessel', 'mitchell', 'sinc', 'lanczos',
6412-
6409+
'bicubic', 'spline16', 'spline36', 'hanning', 'hamming',
6410+
'hermite', 'kaiser', 'quadric', 'catrom', 'gaussian',
6411+
'bessel', 'mitchell', 'sinc', 'lanczos'
64136412
64146413
If *interpolation* is *None*, default to rc
64156414
``image.interpolation``. See also the *filternorm* and

0 commit comments

Comments
 (0)