File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
examples/images_contours_and_fields Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 11"""
2- =================================
3- Interpolations for imshow/matshow
4- =================================
2+ =========================
3+ Interpolations for imshow
4+ =========================
55
66This example displays the difference between interpolation methods for
7- :meth:`~.axes.Axes.imshow` and :meth:`~.axes.Axes.matshow` .
7+ :meth:`~.axes.Axes.imshow`.
88
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'``.
1313
1414For the Agg, ps and pdf backends, ``interpolation = 'none'`` works well when a
1515big image is scaled down, while ``interpolation = 'nearest'`` works well when
You can’t perform that action at this time.
0 commit comments