Re: [Scilab-users] Lengend for 3d-plot and an horizontal plane at z=0

2017-03-26 Thread fujimoto2005
Dear Rafael Thank you for your helpful answer. I can solve the problem. By the way, is there legend function for 3d-plot? Best regard -- View this message in context: http://mailinglists.scilab.org/Lengend-for-3d-plot-and-an-horizontal-plane-at-z-0-tp4035999p4036010.html Sent from the

Re: [Scilab-users] Lengend for 3d-plot and an horizontal plane at z=0

2017-03-25 Thread Rafael Guerra
For 2. , see picture attached and code below with tight limits 'on' and face color = 'none': //START OF CODE x0 = linspace(25,120,100); y0 = linspace(0.5,2.5,100); [x y] = meshgrid(x0,y0); z1 = 3e7*(y-mean(y))+0.1*x; clf

[Scilab-users] Lengend for 3d-plot and an horizontal plane at z=0

2017-03-25 Thread fujimoto2005
I have 3d-plot with 2 surfaces as an attached file. I want to improve its appearance. 1, Can I add the legend for each surface as 2d-plot? Help file tells me 'Legend' is only for 2d-plot and I can't find the same functionality for 3d-plot. 2, How can I add a horizontal plane at z=0. I want to