.. _example_transform_plot_edge_modes.py:


=========================
Interpolation: Edge Modes
=========================

This example illustrates the different edge modes available during
interpolation in routines such as `skimage.transform.rescale` and
`skimage.transform.resize`.

.. image:: images/plot_edge_modes_1.png
    :align: center


.. literalinclude:: plot_edge_modes.py
    :lines: 10-



**Python source code:** :download:`download <plot_edge_modes.py>`
(generated using ``skimage`` |version|)



**IPython Notebook:** :download:`download <./notebook/plot_edge_modes.ipynb>`
(generated using ``skimage`` |version|)

