[Scilab-users] surf with isoview

Rafael Guerra jrafaelbguerra at hotmail.com
Fri Jan 6 23:28:57 CET 2017


Hi Jens,

Please check this out:

// START OF CODE
clf;
X = repmat([1 2 3 5],4,1);
Y = repmat([10 20 30 50]',1,4);
Z = X + exp(-Y/50);
surf(X,Y,Z)
h=gca();
h.cube_scaling="off";
h.isoview="on";
//END OF CODE

Result seems isometric enough to me.

Regards,
Rafael

-----Original Message-----
From: users [mailto:users-bounces at lists.scilab.org] On Behalf Of Jens Simon Strom
Sent: Friday, January 06, 2017 11:07 PM
To: International users mailing list for Scilab. <users at lists.scilab.org>
Subject: [Scilab-users] surf with isoview

Hallo,
When I switch  isoview on after a surf plot I don't get an isometric 
plot. One can work around by defining cube shape data_bounds. Is that 
the method of first choice?
Kind regards
Jens
_______________________________________________
users mailing list
users at lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users



More information about the users mailing list