.. _example_plot_shapes.py:


===========
Fill shapes
===========

This example shows how to fill several different shapes:
* line
* polygon
* circle
* ellipse


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


.. literalinclude:: plot_shapes.py
    :lines: 13-



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

