[Scilab-users] surf and plot3d

Jens Simon Strom j.s.strom at hslmg.de
Sun May 14 18:51:20 CEST 2017


Hi,
Please check the graph below:

x=[0  1];  y=[0  2];
[X,Y]=ndgrid(x,y)
Z=X+2*Y
xdel();
surf(x,y,Z)
param3d(X,Y,Z)
ce=gce();    ce.line_mode="off";    ce.mark_mode  =  "on";    ce.mark_size  =  10
ca=gca();  ca.rotation_angles=[65  290];

The facet corners do not coincide with the marks in Version 5.4.0. and 5.5.2.. Shouldn't they?

Kind regards
Jens

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20170514/3bd57eea/attachment.htm>


More information about the users mailing list