[Scilab-users] surf and %nan

Richard llom richard.llom at gmail.com
Wed Nov 22 10:55:19 CET 2017


Ok, I corrected the syntax and it works now with regard to the nans:
[a,b] = find(asc_data==-999);
asc_data([a;b]) = %nan;

The black color btw, seems to be from the edge color, if I do
surf(asc_data,'edgecol','white');
it is all white.

How can I turn the egdecolor completely off? preferably via
suh = get('hdl');
suh.edgecolor = 0;
(which doesn't work)

regards
richard


BTW:
I'm usinge Win10 and scilab 6 here at work.
At home I could test on linux and scilab, however I kind of doubt it is an
OS problem.



--
Sent from: http://mailinglists.scilab.org/Scilab-users-Mailing-Lists-Archives-f2602246.html



More information about the users mailing list