Mesh plots are a common tool to visualize three dimensional surfaces. They're used in many textbooks and provided by MATLAB, Wolfram Alpha, and others. Surprisingly, I can't find a mathematical definition anywhere: the closest I've found is at Mesh Plots Scientific Visualization which states
Definition 12 (Mesh Plot) A plot which depicts a function q(x, y) by plotting a fishnetshaped lattice of horizontal and vertical lines in three-dimensional space as if the net had been draped over the surface of q.
Alternative Names: FISHNET PLOT, WIREFRAME DIAGRAM
(emphasis added) which isn't much of a definition.
What is the mathematical definition of a mesh plot? I conjecture that it is along these lines: Given a continuous function $f(x,y)$:
- Create a series of lines in a grid on the $xy$ plane (e.g. $x = nk$ and $y = nk$ for all $n \in \mathbb N$).
- Lift each point on the line above (or below) the $xy$ plane by $f(x,y)$
- Choose an arbitrary camera point, and project the lines onto the camera; plot what the camera sees.
This definition, besides still being quite rough, doesn't seem to account for the various mesh graphs I see, which seem to show curving of the mesh I can't explain as coming from the above.
Note: Not to be confused with lattice graphs
Firstly we have a definition of "coordinate curve". Then, a mesh is a series (2 intersecting families) of coordinate curves. We could formally define "mesh" to be any (non-empty) set of coordinate curves and then talk about a regular, equidistant mesh etc.