Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Equivalent for Matlab 'axis equal'

3,448 views
Skip to first unread message

Sukumar

unread,
Feb 17, 2010, 6:23:00 AM2/17/10
to
Hi all,

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

mike

unread,
Feb 17, 2010, 8:39:12 AM2/17/10
to
Maybe this can help you:

a = gca();
a.isoview = 'on';

mike

unread,
Feb 24, 2010, 1:35:54 PM2/24/10
to
hi again,
just curious: did this help you?

igoose

unread,
Dec 10, 2012, 8:39:40 PM12/10/12
to
0 new messages