Path: news.mathworks.com!newsfeed-00.mathworks.com!nntp.TheWorld.com!news.mathforum.org!not-for-mail
From: "giordano.sagredo@gmail.com" <giordano.sagredo@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Figure format (tick marks) changed when using print -depsc
Date: Mon, 23 Feb 2009 09:20:04 EST
Organization: The Math Forum
Lines: 5
Message-ID: <19344897.1235398834586.JavaMail.jakarta@nitrogen.mathforum.org>
References: <gnu7dl$93$1@fred.mathworks.com>
NNTP-Posting-Host: nitrogen.mathforum.org
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: support1.mathforum.org 1235398834 26936 144.118.30.135 (23 Feb 2009 14:20:34 GMT)
X-Complaints-To: news@news.mathforum.org
NNTP-Posting-Date: Mon, 23 Feb 2009 14:20:34 +0000 (UTC)
Xref: news.mathworks.com comp.soft-sys.matlab:520180


Richard Quist suggested:
>set(fig, 'PaperPositionMode', 'auto');
>will tell MATLAB to generate output for the figure at the >same size as the onscreen figure.

Thank you very much, Richard. That did the trick! Yippee!