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

Skip to content

Commit 3a20f23

Browse files
committed
clarifications to **im_show()** doc regarding issues #12065 and #10112.
1 parent 5e01393 commit 3a20f23

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 to
5349+
'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)