Mathematica already has ComplexPlot3D that plots ReIm[x, y] against Abs[f(z)] and Arg[f(z)].
But what if I wanted to plot my function using an extension of the x,y,z space? For example, I might have a $f(z) = z^2+1$ and want to plot $w = f(z)$, where $z = x + i y$ and $w = u + i v$, in a more traditional way where the axes are $x,y$ and $u$ and for $v$ I would use colour.
Is this possible?


Mathematica already has ComplexPlot3D that plots ReImNo, it plots Abs, Arg (also called "Mod-Arg 3d plot").
basically, You want "Re-Im 3d plot"
– srghma Apr 15 '22 at 21:15