How to plot an equivalent of matlabs' surf plot in julia

Dear all,

How can I plot a 3D plot but from a top view. In fact what Im searching for is an equivalent function of surf() in matlab.

Thanks in advance.

The counterpart of Matlab’s surf is surface in Makie. But if you just want a top view, can’t you just use heatmap (similar to image in Matlab)?