We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2476e7 commit 197acdcCopy full SHA for 197acdc
lib/matplotlib/image.py
@@ -679,10 +679,10 @@ def set_interpolation(self, s):
679
agg, ps and pdf backends and will fall back to 'nearest' mode
680
for other backends.
681
682
- ACCEPTS: ['nearest' | 'bilinear' | 'bicubic' | 'spline16' |
683
- 'spline36' | 'hanning' | 'hamming' | 'hermite' | 'kaiser' |
684
- 'quadric' | 'catrom' | 'gaussian' | 'bessel' | 'mitchell' |
685
- 'sinc' | 'lanczos' | 'none' |]
+ .. ACCEPTS: ['nearest' | 'bilinear' | 'bicubic' | 'spline16' |
+ 'spline36' | 'hanning' | 'hamming' | 'hermite' | 'kaiser' |
+ 'quadric' | 'catrom' | 'gaussian' | 'bessel' | 'mitchell' |
+ 'sinc' | 'lanczos' | 'none' ]
686
687
"""
688
if s is None:
0 commit comments