0
polar graph : invisible axis

Hi everyone,

Do someone know how to make invisible the axis of a polar graph ?

Here's an example on wich I don't manage to eliminate the axis :

rho=2.4:0.1:3.2;theta=(1/3:0.02:1/2)*%pi;
z=30+round(theta'*(1+rho^2));
f=gcf();
f.color_map=hotcolormap(128);
clf();graypolarplot(theta,rho,z)

Thanks in advance,

Bilaz38


Scilab 17-01-19, 7:08 p.m. Bilaz38
0
f.axes_visible = ["off","off","off"];
26-02-19, 5:36 p.m. RoundTriangle
[x_axes,y_axes,z_axes]

26-02-19, 5:37 p.m. RoundTriangle

Login to add comment


Log-in to answer to this question.