Trying to explain to a non-mathematician the meaning of complex numbers, I came across a nice geometric intuition for "seeing" the complex zeros of a function. Suppose $f:\mathbb{C}\longrightarrow\mathbb{C}$ is a function. Then \begin{equation} f(x+iy) = A(x,y) + iB(x,y) \end{equation} The problem is that we cannot graph $f$ because we have a 3-dimensional constrained visual understanding. But if we consider the locus $\Gamma$ of points on the plane such that $B(x,y)=0$, we can actually plot a graph with the information about the zeros of $f$. On $\Gamma$ the function takes only real values so we can plot $f$ as a height map over $\Gamma$ in $3D$ space.
For example, if $f(x+iy)=(x+iy)^2$, we have that \begin{equation} f(x+iy) = x^2-y^2 + 2ixy \end{equation} and setting $2xy=0$ gives us the union of the x-axis and the y-axis. Plotting $f$ over this set gives the union of two parametric curves: \begin{equation} (t,0,t^2)\qquad\text{and}\qquad (0,t,-t^2) \end{equation} If we now consider the function $f(x+iy)=(x+iy)^2 + c$ we can see that what the parameter $c$ does is to shift these parametric curves up and down along the $z$-axis. The intersection of these curves with the $z=0$ plane shows how the zeros of the function move around in a very visual way.
In short, setting the imaginary part of a complex function equal to zero defines the locus of points on $\mathbb{C}$ or on the plane where the function takes only real values, letting us see that part of the function as a height map.
Question: does this geometric locus have a name? Is it used in some way somewhere?