Answering myself, after reading I noticed I wasn't using the good command : 
Axis was wrong...
They are border =false and ticks = false 

x=linspace(-2,2)
t=linspace(-pi/4,pi/4)
f(x) = sqrt(4-x^2)
g(x) = -sqrt(4-x^2)
plot(h,fill=g,color=:red,-2,2,legend=false,grid=false,border=false,ticks=false,aspect_ratio=1)
plot!(h,fill=f,color=:black, -2,2,aspect_ratio=1)
plot!(h,color=:white, -2,2,aspect_ratio=1)


Le mardi 28 juin 2016 17:48:34 UTC+2, Henri Girard a écrit :
>
> I don't see any command to get rid of axis in Plots or hide them
> I tried axis=false axes =false idem with none but nothing works...
>
>

Reply via email to