8000 Merge pull request #12079 from dabana/doc-imshow-svg-interp · matplotlib/matplotlib@2c09ce7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c09ce7

Browse files
authored
Merge pull request #12079 from dabana/doc-imshow-svg-interp
Clarifications to **im_show()** doc regarding *interpolation='none'*.
2 parents 46eb9b6 + 91808a7 commit 2c09ce7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/matplotlib/axes/_axes.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5345,8 +5345,10 @@ def imshow(self, X, cmap=None, norm=None, aspect=None,
53455345
'lanczos'.
53465346
53475347
If *interpolation* is 'none', then no interpolation is performed
5348-
on the Agg, ps and pdf backends. Other backends will fall back to
5349-
'nearest'.
5348+
on the Agg, ps, pdf and svg backends. Other backends will fall back
5349+
to 'nearest'. Note that most SVG renders perform interpolation at
5350+
rendering and that the default interpolation method they implement
5351+
may differ.
53505352
53515353
See
53525354
:doc:`/gallery/images_contours_and_fields/interpolation_methods`

0 commit comments

Comments
 (0)
0