Path: news.mathworks.com!not-for-mail
From: "David Doria" <daviddoria@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: silly plotting question
Date: Wed, 3 Oct 2007 21:12:14 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 14
Message-ID: <fe10je$edc$1@fred.mathworks.com>
Reply-To: "David Doria" <daviddoria@gmail.com>
NNTP-Posting-Host: webapp-06-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1191445934 14764 172.30.248.36 (3 Oct 2007 21:12:14 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Wed, 3 Oct 2007 21:12:14 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1105197
Xref: news.mathworks.com comp.soft-sys.matlab:431263



I really should know this...

but i have a figure with a 2d plot, then (with hold on) i
issue a command

plot (x,y,'o')

where (x,y) is out of the current displayed region.  Hence,
nothing is displayed.  How do i say "extend to fit the new
point"?

Thanks,

David