8000
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.
2 parents 0c3b9d7 + 528a746 commit 3fe3671Copy full SHA for 3fe3671
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