Skip to content

Commit 91808a7

Browse files
committed
pass flake 8 compliance check
1 parent 3a20f23 commit 91808a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/axes/_axes.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -5345,10 +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, pdf and svg backends. Other backends will fall back to
5349-
'nearest'. Note that most SVG renders perform interpolation at
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
53505350
rendering and that the default interpolation method they implement
5351-
may differ.
5351+
may differ.
53525352
53535353
See
53545354
:doc:`/gallery/images_contours_and_fields/interpolation_methods`

0 commit comments

Comments
 (0)