Path: news.mathworks.com!not-for-mail
From: "William Slater" <William.L.Slater@LMCO.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Guide Different Axes Scale??
Date: Wed, 9 Jul 2008 20:16:02 +0000 (UTC)
Organization: Lockheed Martin Aeronautics
Lines: 19
Message-ID: <g536a2$5u8$1@fred.mathworks.com>
References: <g533v2$4ic$1@fred.mathworks.com>
Reply-To: "William Slater" <William.L.Slater@LMCO.com>
NNTP-Posting-Host: webapp-02-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1215634562 6088 172.30.248.37 (9 Jul 2008 20:16:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 9 Jul 2008 20:16:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1425690
Xref: news.mathworks.com comp.soft-sys.matlab:478473



"David Doria" <daviddoria@gmail.com> wrote in message
<g533v2$4ic$1@fred.mathworks.com>...
> I am laying out a GUI using GUIDE and I just noticed that
> when I set the heigh to 30 and the width to 70 the axis
> control is a square!!??  How do you change this scaling?
> 
> Thanks,
> 
> Dave

The units of your axes in GUIDE are most likely not set to
'pixels'.  Change the 'Units' property to 'pixels' and reset
the 'Position' property to the dimensions you want.  70x70
should yield a true square.  

Now if your monitor is not calibrated properly, that's
another story... :)

Will