.. _sphx_glr_plot_types_arrays: .. _array_plots: Gridded data: ------------- Plots of arrays and images :math:`Z_{i, j}` and fields :math:`U_{i, j}, V_{i, j}` on `regular grids `_ and corresponding coordinate grids :math:`X_{i,j}, Y_{i,j}`. .. raw:: html
.. raw:: html
.. only:: html .. image:: /plot_types/arrays/images/thumb/sphx_glr_imshow_thumb.png :alt: :ref:`sphx_glr_plot_types_arrays_imshow.py` .. raw:: html
imshow(Z)
.. raw:: html
.. only:: html .. image:: /plot_types/arrays/images/thumb/sphx_glr_pcolormesh_thumb.png :alt: :ref:`sphx_glr_plot_types_arrays_pcolormesh.py` .. raw:: html
pcolormesh(X, Y, Z)
.. raw:: html
.. only:: html .. image:: /plot_types/arrays/images/thumb/sphx_glr_contour_thumb.png :alt: :ref:`sphx_glr_plot_types_arrays_contour.py` .. raw:: html
contour(X, Y, Z)
.. raw:: html
.. only:: html .. image:: /plot_types/arrays/images/thumb/sphx_glr_contourf_thumb.png :alt: :ref:`sphx_glr_plot_types_arrays_contourf.py` .. raw:: html
contourf(X, Y, Z)
.. raw:: html
.. only:: html .. image:: /plot_types/arrays/images/thumb/sphx_glr_barbs_thumb.png :alt: :ref:`sphx_glr_plot_types_arrays_barbs.py` .. raw:: html
barbs(X, Y, U, V)
.. raw:: html
.. only:: html .. image:: /plot_types/arrays/images/thumb/sphx_glr_quiver_thumb.png :alt: :ref:`sphx_glr_plot_types_arrays_quiver.py` .. raw:: html
quiver(X, Y, U, V)
.. raw:: html
.. only:: html .. image:: /plot_types/arrays/images/thumb/sphx_glr_streamplot_thumb.png :alt: :ref:`sphx_glr_plot_types_arrays_streamplot.py` .. raw:: html
streamplot(X, Y, U, V)
.. raw:: html
.. toctree:: :hidden: /plot_types/arrays/imshow /plot_types/arrays/pcolormesh /plot_types/arrays/contour /plot_types/arrays/contourf /plot_types/arrays/barbs /plot_types/arrays/quiver /plot_types/arrays/streamplot