Path: news.mathworks.com!not-for-mail
From: "Haijun Gong" <gongxy@gmail.com>
Newsgroups: comp.soft-sys.matlab
Subject: help! question about plot
Date: Thu, 9 Aug 2007 23:26:52 +0000 (UTC)
Organization: CMU
Lines: 8
Message-ID: <f9g7rs$k9f$1@fred.mathworks.com>
Reply-To: "Haijun Gong" <gongxy@gmail.com>
NNTP-Posting-Host: webapp-01-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1186702012 20783 172.30.248.36 (9 Aug 2007 23:26:52 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 9 Aug 2007 23:26:52 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 1077572
Xref: news.mathworks.com comp.soft-sys.matlab:423297


I have some data, t=[1,2,....10^6], y=[.......]
I want to plot y~t, it is simple, my problem is, because I 
am more interested in t=[1,10^4], in the interval t=[10^4, 
10^6], y value does not change too much, so, I want to plot 
y~t, interval t=[1,10^4] with scale 100, and interval t=
[10^4,10^6] with scale 10^4, and they are in the same plot 
just with different scale. I really have no idea. thanks a 
lot!!!