Thank you so much ^^. My problem was the usage of surface(x,y,MyFun(x,y))
instead of surface(x,y,MyFun.(x,y))
. So can I ask an additional question? How can I set the top view of the surface with the camera=(Int,Int) argument?
Thank you so much ^^. My problem was the usage of surface(x,y,MyFun(x,y))
instead of surface(x,y,MyFun.(x,y))
. So can I ask an additional question? How can I set the top view of the surface with the camera=(Int,Int) argument?