Gridded data# Plots of arrays and images 𝑍𝑖,𝑗 and fields 𝑈𝑖,𝑗,𝑉𝑖,𝑗 on regular grids and corresponding coordinate grids 𝑋𝑖,𝑗,𝑌𝑖,𝑗. imshow(Z) imshow(Z) pcolormesh(X, Y, Z) pcolormesh(X, Y, Z) contour(X, Y, Z) contour(X, Y, Z) contourf(X, Y, Z) contourf(X, Y, Z) barbs(X, Y, U, V) barbs(X, Y, U, V) quiver(X, Y, U, V) quiver(X, Y, U, V) streamplot(X, Y, U, V) streamplot(X, Y, U, V)