I am having issues 3d plotting a trivial function f(x,y) = max(x,y).
f(x,y) = max(x,y)
Here is the expected result from wolframalpha:
And here is the python