Plots.jl - Turn off axis and grid lines

nal*_*d88 12 julia plots.jl

I am trying to make a surface plot without the axis and grid lines. I found that I can turn off the grid with grid = false but I can't find a way to remove the axis lines.

surface(x2d, y2d, z2d, fill_z = color_mat, fc = :haline, grid=false)
Run Code Online (Sandbox Code Playgroud)

在此处输入图片说明

Thanks!

Mic*_*ard 8

你几乎可以但不能完全摆脱它们ticks = false


小智 8

axis=([], false) 应该做的伎俩