<?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: Plot LimInclude properties	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/plot-liminclude-properties/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/plot-liminclude-properties?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=plot-liminclude-properties</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Wed, 22 Oct 2014 18:03:39 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Customizing axes part 2 &#124; Undocumented Matlab		</title>
		<link>https://undocumentedmatlab.com/articles/plot-liminclude-properties#comment-334865</link>

		<dc:creator><![CDATA[Customizing axes part 2 &#124; Undocumented Matlab]]></dc:creator>
		<pubDate>Wed, 22 Oct 2014 18:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1258#comment-334865</guid>

					<description><![CDATA[[...] In HG1, we could do this programmatically using extra line commands (presumably with the additional *LimInclude properties). In HG2 it becomes easier &#8211; we can simply update the relevant baseline&#8217;s properties: [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] In HG1, we could do this programmatically using extra line commands (presumably with the additional *LimInclude properties). In HG2 it becomes easier &#8211; we can simply update the relevant baseline&#8217;s properties: [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: HG2 update &#124; Undocumented Matlab		</title>
		<link>https://undocumentedmatlab.com/articles/plot-liminclude-properties#comment-202858</link>

		<dc:creator><![CDATA[HG2 update &#124; Undocumented Matlab]]></dc:creator>
		<pubDate>Thu, 16 May 2013 14:54:28 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1258#comment-202858</guid>

					<description><![CDATA[[...] axes no longer have *LimInclude properties (this actually makes sense - these properties are still available in plot lines [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] axes no longer have *LimInclude properties (this actually makes sense &#8211; these properties are still available in plot lines [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: datestr performance &#124; Undocumented Matlab		</title>
		<link>https://undocumentedmatlab.com/articles/plot-liminclude-properties#comment-58735</link>

		<dc:creator><![CDATA[datestr performance &#124; Undocumented Matlab]]></dc:creator>
		<pubDate>Wed, 05 Oct 2011 20:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1258#comment-58735</guid>

					<description><![CDATA[[...] Different performance hotspots can have different solutions: caching, vectorization, internal library functions, undocumented graphics properties, smart property selection, smart function selection, smart indexing, smart parameter selection etc. [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] Different performance hotspots can have different solutions: caching, vectorization, internal library functions, undocumented graphics properties, smart property selection, smart function selection, smart indexing, smart parameter selection etc. [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/plot-liminclude-properties#comment-29496</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Fri, 14 Jan 2011 10:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1258#comment-29496</guid>

					<description><![CDATA[For anyone interested, there appears to be an anomaly when using the &lt;b&gt;LimInclude&lt;/b&gt; properties with &lt;b&gt;&lt;i&gt;hgtransform&lt;/i&gt;&lt;/b&gt;: https://www.mathworks.com/matlabcentral/newsreader/view_thread/295878#812396

- Yair]]></description>
			<content:encoded><![CDATA[<p>For anyone interested, there appears to be an anomaly when using the <b>LimInclude</b> properties with <b><i>hgtransform</i></b>: <a href="https://www.mathworks.com/matlabcentral/newsreader/view_thread/295878#812396" rel="nofollow ugc">https://www.mathworks.com/matlabcentral/newsreader/view_thread/295878#812396</a></p>
<p>&#8211; Yair</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt Whitaker		</title>
		<link>https://undocumentedmatlab.com/articles/plot-liminclude-properties#comment-14579</link>

		<dc:creator><![CDATA[Matt Whitaker]]></dc:creator>
		<pubDate>Fri, 06 Aug 2010 22:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1258#comment-14579</guid>

					<description><![CDATA[Hi Yair,
Glad I remembered this tip. Had a plot with 50+ draggable lines on it that updated other plots. Much smoother when I remembered this tip and turned off the XLimInclude , YLimInclude for the draggable lines and the line plot they were updating.

Thanks
Matt]]></description>
			<content:encoded><![CDATA[<p>Hi Yair,<br />
Glad I remembered this tip. Had a plot with 50+ draggable lines on it that updated other plots. Much smoother when I remembered this tip and turned off the XLimInclude , YLimInclude for the draggable lines and the line plot they were updating.</p>
<p>Thanks<br />
Matt</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/plot-liminclude-properties#comment-8701</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Thu, 01 Apr 2010 18:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1258#comment-8701</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/plot-liminclude-properties#comment-8695&quot;&gt;Matt Whitaker&lt;/a&gt;.

exactly - thanks for the clarification example]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/plot-liminclude-properties#comment-8695">Matt Whitaker</a>.</p>
<p>exactly &#8211; thanks for the clarification example</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt Whitaker		</title>
		<link>https://undocumentedmatlab.com/articles/plot-liminclude-properties#comment-8695</link>

		<dc:creator><![CDATA[Matt Whitaker]]></dc:creator>
		<pubDate>Thu, 01 Apr 2010 15:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1258#comment-8695</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/plot-liminclude-properties#comment-8668&quot;&gt;Matt Whitaker&lt;/a&gt;.

Ok got it now. 

So if I run the code below it illustrates the point:
&lt;pre lang=&quot;matlab&quot;&gt;
cla;
t=0:.01:7.5;
lineHdl = plot(t,sin(t));
line(&#039;xdata&#039;,[7.5,7.5], &#039;ydata&#039;,[-5,5], &#039;color&#039;,&#039;r&#039;, ...
     &#039;YLimInclude&#039;,&#039;off&#039;); 
box off

pause(2)
set(lineHdl,&#039;YData&#039;,2*sin(t));
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/plot-liminclude-properties#comment-8668">Matt Whitaker</a>.</p>
<p>Ok got it now. </p>
<p>So if I run the code below it illustrates the point:</p>
<pre lang="matlab">
cla;
t=0:.01:7.5;
lineHdl = plot(t,sin(t));
line('xdata',[7.5,7.5], 'ydata',[-5,5], 'color','r', ...
     'YLimInclude','off'); 
box off

pause(2)
set(lineHdl,'YData',2*sin(t));
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/plot-liminclude-properties#comment-8674</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Thu, 01 Apr 2010 05:56:31 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1258#comment-8674</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/plot-liminclude-properties#comment-8668&quot;&gt;Matt Whitaker&lt;/a&gt;.

@Matt - that&#039;s exactly the point: I want the limits to remain &lt;u&gt;automatic&lt;/u&gt; and be updated with the plot data - I just don&#039;t want some particular elements, like the wavefront line, to influence the limits. In your solution, if I now modify the plot data, the axes limits will remain fixed at they previous state.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/plot-liminclude-properties#comment-8668">Matt Whitaker</a>.</p>
<p>@Matt &#8211; that&#8217;s exactly the point: I want the limits to remain <u>automatic</u> and be updated with the plot data &#8211; I just don&#8217;t want some particular elements, like the wavefront line, to influence the limits. In your solution, if I now modify the plot data, the axes limits will remain fixed at they previous state.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt Whitaker		</title>
		<link>https://undocumentedmatlab.com/articles/plot-liminclude-properties#comment-8668</link>

		<dc:creator><![CDATA[Matt Whitaker]]></dc:creator>
		<pubDate>Wed, 31 Mar 2010 21:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=1258#comment-8668</guid>

					<description><![CDATA[Hi Yair,
Thanks, I think this will be very useful when you have a lot of graphics objects on the axes but you know what the overall dimensions will be. I&#039;ll be trying this tip out right away.

Perhaps you could expand on why you would use this in place of setting the YLImMode as in:

&lt;pre lang=&quot;matlab&quot;&gt;
cla;
t=0:.01:7.5;
plot(t,sin(t));

lineHdl = line(&#039;xdata&#039;,[7.5,7.5], &#039;ydata&#039;,[-5,5], &#039;color&#039;,&#039;r&#039;); 
set(gca,&#039;YLim&#039;,[-1,1],&#039;YLimMode&#039;,&#039;manual&#039;);
box off

pause(3);

%move the line
set(lineHdl,&#039;XData&#039;,[10,10]);
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Hi Yair,<br />
Thanks, I think this will be very useful when you have a lot of graphics objects on the axes but you know what the overall dimensions will be. I&#8217;ll be trying this tip out right away.</p>
<p>Perhaps you could expand on why you would use this in place of setting the YLImMode as in:</p>
<pre lang="matlab">
cla;
t=0:.01:7.5;
plot(t,sin(t));

lineHdl = line('xdata',[7.5,7.5], 'ydata',[-5,5], 'color','r'); 
set(gca,'YLim',[-1,1],'YLimMode','manual');
box off

pause(3);

%move the line
set(lineHdl,'XData',[10,10]);
</pre>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
