<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154297</link>
    <title>MATLAB Central Newsreader - help! question about plot</title>
    <description>Feed for thread: help! question about plot</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2008 by The MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>The MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Fri, 24 Aug 2007 23:52:31 -0400</pubDate>
      <title>Re: help! question about plot</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154297#389303</link>
      <author>Haijun Gong</author>
      <description>Hi us&lt;br&gt;
&amp;nbsp;&amp;nbsp;I mean, &lt;br&gt;
&amp;nbsp;Because, these two lines still have the same scales on the &lt;br&gt;
xaxis, for example, in your plot, I hope, the red line is &lt;br&gt;
in the range [1,4], the green one is in [10,100], and they &lt;br&gt;
have different scales, and I hope the red line in [1,4] is &lt;br&gt;
not compressed. that is, in your plot, we change nothing, &lt;br&gt;
just replace 6,7,8,9,10 with [60,100], and the plot looks &lt;br&gt;
the same, that is what I need. thank you!&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
"us " &amp;lt;us@neurol.unizh.ch&amp;gt; wrote in message &lt;br&gt;
&amp;lt;fa05ff$j5k$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Haijun Gong:&lt;br&gt;
&amp;gt; &amp;lt;SNIP being an impolite chap...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; It still does not solve this problem,...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; well, why not?!&lt;br&gt;
&amp;gt; would you mind being a bit more specific...&lt;br&gt;
&amp;gt; your rant - just by itself - is useless...&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; us&lt;br&gt;
&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Thu, 16 Aug 2007 00:24:15 -0400</pubDate>
      <title>Re: help! question about plot</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154297#387908</link>
      <author>us</author>
      <description>Haijun Gong:&lt;br&gt;
&amp;lt;SNIP being an impolite chap...&lt;br&gt;
&lt;br&gt;
&amp;gt; It still does not solve this problem,...&lt;br&gt;
&lt;br&gt;
well, why not?!&lt;br&gt;
would you mind being a bit more specific...&lt;br&gt;
your rant - just by itself - is useless...&lt;br&gt;
&lt;br&gt;
us&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Tue, 14 Aug 2007 20:01:43 -0400</pubDate>
      <title>Re: help! question about plot</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154297#387760</link>
      <author>someone </author>
      <description>"Haijun Gong" &amp;lt;gongxy@gmail.com&amp;gt; wrote in message &lt;br&gt;
&amp;lt;f9g7rs$k9f$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I have some data, t=[1,2,....10^6], y=[.......]&lt;br&gt;
&amp;gt; I want to plot y~t, it is simple, my problem is, because &lt;br&gt;
I &lt;br&gt;
&amp;gt; am more interested in t=[1,10^4], in the interval t=&lt;br&gt;
[10^4, &lt;br&gt;
&amp;gt; 10^6], y value does not change too much, so, I want to &lt;br&gt;
plot &lt;br&gt;
&amp;gt; y~t, interval t=[1,10^4] with scale 100, and interval t=&lt;br&gt;
&amp;gt; [10^4,10^6] with scale 10^4, and they are in the same &lt;br&gt;
plot &lt;br&gt;
&amp;gt; just with different scale. I really have no idea. thanks &lt;br&gt;
a &lt;br&gt;
&amp;gt; lot!!!&lt;br&gt;
&lt;br&gt;
Maybe "plotyy" would be of some help to you.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Tue, 14 Aug 2007 19:45:41 -0400</pubDate>
      <title>Re: help! question about plot</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154297#387759</link>
      <author>Haijun Gong</author>
      <description>It still does not solve this problem,&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
"us " &amp;lt;us@neurol.unizh.ch&amp;gt; wrote in message &amp;lt;f9g9do$9j1&lt;br&gt;
$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Haijun Gong:&lt;br&gt;
&amp;gt; &amp;lt;SNIP wants to partition his/her plot&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; one of the copious solutions&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; % the data&lt;br&gt;
&amp;gt;      t=1:10; % let's be a bit more modest...&lt;br&gt;
&amp;gt;      y=rand(size(t));&lt;br&gt;
&amp;gt;      e1=1:4; % epoch 1&lt;br&gt;
&amp;gt;      e2=6:10; % epoch 2: note gap&lt;br&gt;
&amp;gt; % the engine&lt;br&gt;
&amp;gt;      line(t(e1),-1+.1*y(e1),...&lt;br&gt;
&amp;gt;          'marker','o','color',[1,0,0]);&lt;br&gt;
&amp;gt;      line(t(e2),1+2*y(e2),...&lt;br&gt;
&amp;gt;          'marker','s','color',[0,1,0]);&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; us&lt;br&gt;
&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Thu, 09 Aug 2007 23:53:28 -0400</pubDate>
      <title>Re: help! question about plot</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154297#387134</link>
      <author>us</author>
      <description>Haijun Gong:&lt;br&gt;
&amp;lt;SNIP wants to partition his/her plot&lt;br&gt;
&lt;br&gt;
one of the copious solutions&lt;br&gt;
&lt;br&gt;
% the data&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;t=1:10; % let's be a bit more modest...&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;y=rand(size(t));&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;e1=1:4; % epoch 1&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;e2=6:10; % epoch 2: note gap&lt;br&gt;
% the engine&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;line(t(e1),-1+.1*y(e1),...&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'marker','o','color',[1,0,0]);&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;line(t(e2),1+2*y(e2),...&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;'marker','s','color',[0,1,0]);&lt;br&gt;
&lt;br&gt;
us&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Thu, 09 Aug 2007 23:26:52 -0400</pubDate>
      <title>help! question about plot</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/154297#387128</link>
      <author>Haijun Gong</author>
      <description>I have some data, t=[1,2,....10^6], y=[.......]&lt;br&gt;
I want to plot y~t, it is simple, my problem is, because I &lt;br&gt;
am more interested in t=[1,10^4], in the interval t=[10^4, &lt;br&gt;
10^6], y value does not change too much, so, I want to plot &lt;br&gt;
y~t, interval t=[1,10^4] with scale 100, and interval t=&lt;br&gt;
[10^4,10^6] with scale 10^4, and they are in the same plot &lt;br&gt;
just with different scale. I really have no idea. thanks a &lt;br&gt;
lot!!!&lt;br&gt;
</description>
    </item>
  </channel>
</rss>
