[Scilab-users] Subplot and isoview

Dang, Christophe Christophe.Dang at sidel.com
Thu Jan 24 11:38:25 CET 2013


Hello,

isoview does not work the way I expect to in a subplot.

E.g. the following script draws an ellipse instead of a circle.

clf;
subplot(2, 1, 1)
theta = linspace(0, 2*%pi, 20);
plot(cos(theta), sin(theta));
a = get('current_axes');
a.isoview = 'on';

How can I get a circle?

-- 
Christophe Dang Ngoc Chan
Mechanical calculation engineer
This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error), please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.





More information about the users mailing list