|
From: <md...@us...> - 2010-04-23 18:33:57
|
Revision: 8268
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8268&view=rev
Author: mdboom
Date: 2010-04-23 18:33:51 +0000 (Fri, 23 Apr 2010)
Log Message:
-----------
Fix docstring formatting in imshow.
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/axes.py
Modified: trunk/matplotlib/lib/matplotlib/axes.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/axes.py 2010-04-22 08:27:18 UTC (rev 8267)
+++ trunk/matplotlib/lib/matplotlib/axes.py 2010-04-23 18:33:51 UTC (rev 8268)
@@ -6406,11 +6406,10 @@
*interpolation*:
Acceptable values are *None*, 'nearest', 'bilinear',
- 'bicubic', 'spline16', 'spline36', 'hanning', 'hamming',
- 'hermite', 'kaiser', 'quadric', 'catrom', 'gaussian',
- 'bessel', 'mitchell', 'sinc', 'lanczos',
+ 'bicubic', 'spline16', 'spline36', 'hanning', 'hamming',
+ 'hermite', 'kaiser', 'quadric', 'catrom', 'gaussian',
+ 'bessel', 'mitchell', 'sinc', 'lanczos'
-
If *interpolation* is *None*, default to rc
``image.interpolation``. See also the *filternorm* and
*filterrad* parameters
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|