.. _sphx_glr_plot_types_unstructured:
.. _unstructured_plots:
Unstructured coordinates
-------------------------
Sometimes we collect data ``z`` at coordinates ``(x,y)`` and want to visualize
as a contour. Instead of gridding the data and then using
`~.axes.Axes.contour`, we can use a triangulation algorithm and fill the
triangles.
.. raw:: html
.. raw:: html
.. only:: html
.. image:: /plot_types/unstructured/images/thumb/sphx_glr_tricontour_thumb.png
:alt: tricontour(x, y, z)
:ref:`sphx_glr_plot_types_unstructured_tricontour.py`
.. raw:: html
tricontour(x, y, z)
.. raw:: html
.. only:: html
.. image:: /plot_types/unstructured/images/thumb/sphx_glr_tricontourf_thumb.png
:alt: tricontourf(x, y, z)
:ref:`sphx_glr_plot_types_unstructured_tricontourf.py`
.. raw:: html
tricontourf(x, y, z)
.. raw:: html
.. only:: html
.. image:: /plot_types/unstructured/images/thumb/sphx_glr_tripcolor_thumb.png
:alt: tripcolor(x, y, z)
:ref:`sphx_glr_plot_types_unstructured_tripcolor.py`
.. raw:: html
tripcolor(x, y, z)
.. raw:: html
.. only:: html
.. image:: /plot_types/unstructured/images/thumb/sphx_glr_triplot_thumb.png
:alt: triplot(x, y)
:ref:`sphx_glr_plot_types_unstructured_triplot.py`
.. raw:: html
triplot(x, y)
.. raw:: html
.. toctree::
:hidden:
/plot_types/unstructured/tricontour
/plot_types/unstructured/tricontourf
/plot_types/unstructured/tripcolor
/plot_types/unstructured/triplot