I am trying to make a surface plot without axis and grid lines. I found that I can turn off the grid using grid = false, but I cannot find a way to remove the axes.
surface(x2d, y2d, z2d, fill_z = color_mat, fc = :haline, grid=false)

Thank!
source
share