<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Plotting multiple Y scales</title>
	<atom:link href="http://blogs.mathworks.com/pick/2006/05/26/plotting-multiple-y-scales/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/pick/2006/05/26/plotting-multiple-y-scales/</link>
	<description>&#60;a href=&#34;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1093599&#38;objectType=author&#34;&#62;Brett&#60;/a&#62; &#38; &#60;a href=&#34;http://www.mathworks.com/matlabcentral/fileexchange/loadAuthor.do?objectId=1094142&#38;objectType=author&#34;&#62;Jiro&#60;/a&#62; share favorite user-contributed submissions from the File Exchange.</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:12:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2006/05/26/plotting-multiple-y-scales/#comment-14197</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 20 Jul 2011 18:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1879#comment-14197</guid>
		<description>@BP,

You can use XLIM.  There are two axes there, be sure to use it on BOTH!  Beware, the XLIMS are selected very carefully to line up.  XLIM takes a vector of handles.  You might you linkaxis too.

Doug</description>
		<content:encoded><![CDATA[<p>@BP,</p>
<p>You can use XLIM.  There are two axes there, be sure to use it on BOTH!  Beware, the XLIMS are selected very carefully to line up.  XLIM takes a vector of handles.  You might you linkaxis too.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BP</title>
		<link>http://blogs.mathworks.com/pick/2006/05/26/plotting-multiple-y-scales/#comment-14194</link>
		<dc:creator>BP</dc:creator>
		<pubDate>Tue, 19 Jul 2011 20:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1879#comment-14194</guid>
		<description>Hello, I was wondering if someone could help me. I am trying to change the scale on my x axis, to simply magnify my results. I have two y axes using the plotyy and if I try to change the x axis limits, it only changes the numbers for the set of data on the left y axis. The x axis for the right side stays the same. I was not even aware they weren&#039;t connected. For various reasons I have to do this after I run my code. I have been using the property editor, and I can&#039;t seem to even select the x axis for the right set of data. Is there a way to group these? or a way to select the right axis to change it&#039;s limits? 
Thanks for your help,
BP</description>
		<content:encoded><![CDATA[<p>Hello, I was wondering if someone could help me. I am trying to change the scale on my x axis, to simply magnify my results. I have two y axes using the plotyy and if I try to change the x axis limits, it only changes the numbers for the set of data on the left y axis. The x axis for the right side stays the same. I was not even aware they weren&#8217;t connected. For various reasons I have to do this after I run my code. I have been using the property editor, and I can&#8217;t seem to even select the x axis for the right set of data. Is there a way to group these? or a way to select the right axis to change it&#8217;s limits?<br />
Thanks for your help,<br />
BP</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve L</title>
		<link>http://blogs.mathworks.com/pick/2006/05/26/plotting-multiple-y-scales/#comment-14071</link>
		<dc:creator>Steve L</dc:creator>
		<pubDate>Fri, 18 Mar 2011 13:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1879#comment-14071</guid>
		<description>Logan,

If your tick labels are the defaults, you can do this using the LINKAXES function.

If you have set special tick labels (say with the DATETICK function) then call ZOOM with an output argument. This output is the zoom mode object, and has several properties that you can use to control what happens before and after zooming occurs. The particular property in which you&#039;d be most interested is the ActionPostCallback. As the name suggests, this callback is called after the axes are zoomed and allows you to do things like calling DATETICK to update the labels to reflect the new tick locations.

For more information, see the &lt;a href=&quot;http://www.mathworks.com/help/techdoc/ref/zoom.html&quot; rel=&quot;nofollow&quot;&gt;ZOOM reference page&lt;/a&gt; in the documentation.</description>
		<content:encoded><![CDATA[<p>Logan,</p>
<p>If your tick labels are the defaults, you can do this using the LINKAXES function.</p>
<p>If you have set special tick labels (say with the DATETICK function) then call ZOOM with an output argument. This output is the zoom mode object, and has several properties that you can use to control what happens before and after zooming occurs. The particular property in which you&#8217;d be most interested is the ActionPostCallback. As the name suggests, this callback is called after the axes are zoomed and allows you to do things like calling DATETICK to update the labels to reflect the new tick locations.</p>
<p>For more information, see the <a href="http://www.mathworks.com/help/techdoc/ref/zoom.html" rel="nofollow">ZOOM reference page</a> in the documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Logan</title>
		<link>http://blogs.mathworks.com/pick/2006/05/26/plotting-multiple-y-scales/#comment-14069</link>
		<dc:creator>Logan</dc:creator>
		<pubDate>Thu, 17 Mar 2011 21:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1879#comment-14069</guid>
		<description>Not sure if this is the right forum for this but...

I would like to re-ask part of Tobias&#039;s question from two years ago, which didn&#039;t seem to be fully answered:

&quot;Is it possible to (easily) manipulate the zoom-function in PLOTYY-plots so that the y-axes gets updated when I zoom in? At the moment the axis-settings are very crude and they dont update, when I zoom in the window, so that I wont have any axis-ticks, when I zoom in deeply.&quot;

I am having the same problem with the y-axes not updating when I zoom in deeply.</description>
		<content:encoded><![CDATA[<p>Not sure if this is the right forum for this but&#8230;</p>
<p>I would like to re-ask part of Tobias&#8217;s question from two years ago, which didn&#8217;t seem to be fully answered:</p>
<p>&#8220;Is it possible to (easily) manipulate the zoom-function in PLOTYY-plots so that the y-axes gets updated when I zoom in? At the moment the axis-settings are very crude and they dont update, when I zoom in the window, so that I wont have any axis-ticks, when I zoom in deeply.&#8221;</p>
<p>I am having the same problem with the y-axes not updating when I zoom in deeply.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2006/05/26/plotting-multiple-y-scales/#comment-13980</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Thu, 13 Jan 2011 15:49:26 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1879#comment-13980</guid>
		<description>@Hanh,

If the function you want to use accepts vectors but not matrices, you should just pull out the vectors you want from the matrices you have.

Doug</description>
		<content:encoded><![CDATA[<p>@Hanh,</p>
<p>If the function you want to use accepts vectors but not matrices, you should just pull out the vectors you want from the matrices you have.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hanh</title>
		<link>http://blogs.mathworks.com/pick/2006/05/26/plotting-multiple-y-scales/#comment-13979</link>
		<dc:creator>Hanh</dc:creator>
		<pubDate>Thu, 13 Jan 2011 14:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1879#comment-13979</guid>
		<description>x and y are mxn matirce</description>
		<content:encoded><![CDATA[<p>x and y are mxn matirce</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2006/05/26/plotting-multiple-y-scales/#comment-13978</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Wed, 12 Jan 2011 16:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1879#comment-13978</guid>
		<description>@Hanh,

If they are not vectors, what are they?

Doug</description>
		<content:encoded><![CDATA[<p>@Hanh,</p>
<p>If they are not vectors, what are they?</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hanh</title>
		<link>http://blogs.mathworks.com/pick/2006/05/26/plotting-multiple-y-scales/#comment-13977</link>
		<dc:creator>Hanh</dc:creator>
		<pubDate>Wed, 12 Jan 2011 15:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1879#comment-13977</guid>
		<description>Could any one please give me a hint of how to plot y1, y2, y3 again x1, x2, x3 and shows 3 y-axes in the same figure. y1,y2,y3 and x1,x2,x3 are matrices. I have tried plotyyy and find out that the function works fine if x1,x2,x3 and y1,y2,y3 are vectors.

Thanks!</description>
		<content:encoded><![CDATA[<p>Could any one please give me a hint of how to plot y1, y2, y3 again x1, x2, x3 and shows 3 y-axes in the same figure. y1,y2,y3 and x1,x2,x3 are matrices. I have tried plotyyy and find out that the function works fine if x1,x2,x3 and y1,y2,y3 are vectors.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug</title>
		<link>http://blogs.mathworks.com/pick/2006/05/26/plotting-multiple-y-scales/#comment-13966</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 21 Dec 2010 16:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1879#comment-13966</guid>
		<description>@Hanh,

That is what this post was about.

Doug</description>
		<content:encoded><![CDATA[<p>@Hanh,</p>
<p>That is what this post was about.</p>
<p>Doug</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hanh</title>
		<link>http://blogs.mathworks.com/pick/2006/05/26/plotting-multiple-y-scales/#comment-13965</link>
		<dc:creator>Hanh</dc:creator>
		<pubDate>Tue, 21 Dec 2010 13:29:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/pick/?p=1879#comment-13965</guid>
		<description>How can I plot multiple series on one y-axis (on the left) and another series on another y-axis (on the right)

Thanks!</description>
		<content:encoded><![CDATA[<p>How can I plot multiple series on one y-axis (on the left) and another series on another y-axis (on the right)</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

