MATLAB: Problem with fsurf (where is the controur?)

fsurfMATLAB

using:
f = @(x,y) (x^0.3)*(y^0.3)
fsurf(f,[0,10],'ShowContours','on')
but I do not seem to get the countour below the surface, only the surface. Why?

Best Answer

When I try in R2019a, the contour is there, but you need to rotate the plot to see it as it is underneath the surface.