.. _sphx_glr_plot_types_unstructured: .. _unstructured_plots: Irregularly gridded data ------------------------ Plots of data :math:`Z_{x, y}` on `unstructured grids `_ , unstructured coordinate grids :math:`(x, y)`, and 2D functions :math:`f(x, y) = z`. .. raw:: html
.. raw:: html
.. only:: html .. image:: /plot_types/unstructured/images/thumb/sphx_glr_tricontour_thumb.png :alt: :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: :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: :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: :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