File tree 1 file changed +8
-8
lines changed
examples/images_contours_and_fields 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
- =================================
3
- Interpolations for imshow/matshow
4
- =================================
2
+ =========================
3
+ Interpolations for imshow
4
+ =========================
5
5
6
6
This example displays the difference between interpolation methods for
7
- :meth:`~.axes.Axes.imshow` and :meth:`~.axes.Axes.matshow` .
7
+ :meth:`~.axes.Axes.imshow`.
8
8
9
- If `interpolation` is None, it defaults to the `` image.interpolation` `
10
- :doc:`rc parameter </tutorials/introductory/customizing>`.
11
- If the interpolation is ``'none'``, then no interpolation is performed
12
- for the Agg, ps and pdf backends. Other backends will default to ``'nearest'``.
9
+ If `interpolation` is None, it defaults to the :rc:` image.interpolation`
10
+ (default: ``'nearest'``). If the interpolation is ``'none'``, then no
11
+ interpolation is performed for the Agg, ps and pdf backends. Other backends
12
+ will default to ``'nearest'``.
13
13
14
14
For the Agg, ps and pdf backends, ``interpolation = 'none'`` works well when a
15
15
big image is scaled down, while ``interpolation = 'nearest'`` works well when
You can’t perform that action at this time.
0 commit comments