I am a regular user of scilab. I need to plot a lot of Mohr's circles
(for 2D state of stress), where scale of x and y axis must be equal.
In matlab there is 'axis equal' command, to be used after plot
command. Is there any scilab equivalent or any other trick to achieve
the same effect?
Thanks
a = gca();
a.isoview = 'on';