<?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: Handle Graphics Behavior	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/handle-graphics-behavior/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/handle-graphics-behavior?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=handle-graphics-behavior</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Thu, 11 Mar 2021 19:10:15 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.3</generator>
	<item>
		<title>
		By: todd welti		</title>
		<link>https://undocumentedmatlab.com/articles/handle-graphics-behavior#comment-510265</link>

		<dc:creator><![CDATA[todd welti]]></dc:creator>
		<pubDate>Thu, 11 Mar 2021 19:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=3665#comment-510265</guid>

					<description><![CDATA[Is there any way to prevent Matlab opening axis props window when you quickly  turn off/on a plot line from the plot browser?  I find that most annoying.]]></description>
			<content:encoded><![CDATA[<p>Is there any way to prevent Matlab opening axis props window when you quickly  turn off/on a plot line from the plot browser?  I find that most annoying.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ondrej		</title>
		<link>https://undocumentedmatlab.com/articles/handle-graphics-behavior#comment-418527</link>

		<dc:creator><![CDATA[Ondrej]]></dc:creator>
		<pubDate>Wed, 17 Jan 2018 17:11:30 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=3665#comment-418527</guid>

					<description><![CDATA[As always, Yair saved my day. Just an info. In the latest Matlab (probably since 2016B), the zoom and pan is disabled for polar plots (it is explicitly stated when one opens polar.m).
Enabling it again using hggetbehavior solved everything.]]></description>
			<content:encoded><![CDATA[<p>As always, Yair saved my day. Just an info. In the latest Matlab (probably since 2016B), the zoom and pan is disabled for polar plots (it is explicitly stated when one opens polar.m).<br />
Enabling it again using hggetbehavior solved everything.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/handle-graphics-behavior#comment-356852</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Sat, 12 Sep 2015 16:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=3665#comment-356852</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/handle-graphics-behavior#comment-356802&quot;&gt;kusi&lt;/a&gt;.

@Kusi - there is no way to know with undocumented features until when they will be supported. This specific feature still works in R2015b, but it may indeed stop working in R2016a, or R2020b, or R2099a. Nobody can say. The choice of whether to use it or not is yours.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/handle-graphics-behavior#comment-356802">kusi</a>.</p>
<p>@Kusi &#8211; there is no way to know with undocumented features until when they will be supported. This specific feature still works in R2015b, but it may indeed stop working in R2016a, or R2020b, or R2099a. Nobody can say. The choice of whether to use it or not is yours.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kusi		</title>
		<link>https://undocumentedmatlab.com/articles/handle-graphics-behavior#comment-356802</link>

		<dc:creator><![CDATA[kusi]]></dc:creator>
		<pubDate>Fri, 11 Sep 2015 16:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=3665#comment-356802</guid>

					<description><![CDATA[Hi!

I want to use 
&lt;pre lang=&quot;matlab&quot;&gt;
hasbehavior(hLine, &#039;legend&#039;, false);
&lt;/pre&gt;
in Matlab2015a. It seems to still work, despite HG2. Looking at the m-file, the copyright is 2012, therefore I&#039;m not sure this function is intended to stay around with HG2. What do you think? Can I rely on this function?

Thanks!
Kusi]]></description>
			<content:encoded><![CDATA[<p>Hi!</p>
<p>I want to use </p>
<pre lang="matlab">
hasbehavior(hLine, 'legend', false);
</pre>
<p>in Matlab2015a. It seems to still work, despite HG2. Looking at the m-file, the copyright is 2012, therefore I&#8217;m not sure this function is intended to stay around with HG2. What do you think? Can I rely on this function?</p>
<p>Thanks!<br />
Kusi</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/handle-graphics-behavior#comment-170114</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Sun, 10 Mar 2013 00:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=3665#comment-170114</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/handle-graphics-behavior#comment-169362&quot;&gt;Nimrod&lt;/a&gt;.

@Nimrod - read the documentation of the &lt;i&gt;&lt;b&gt;help&lt;/b&gt;&lt;/i&gt; function. Specifically, &lt;i&gt;&lt;b&gt;zoom&lt;/b&gt;(&#039;xon&#039;)&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/handle-graphics-behavior#comment-169362">Nimrod</a>.</p>
<p>@Nimrod &#8211; read the documentation of the <i><b>help</b></i> function. Specifically, <i><b>zoom</b>(&#8216;xon&#8217;)</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nimrod		</title>
		<link>https://undocumentedmatlab.com/articles/handle-graphics-behavior#comment-169362</link>

		<dc:creator><![CDATA[Nimrod]]></dc:creator>
		<pubDate>Fri, 08 Mar 2013 17:55:54 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=3665#comment-169362</guid>

					<description><![CDATA[Hi,
This is a very nice manual but I&#039;m still having problems with the Zoom option that I hope you can help:
I have a GUI (built in GUIDE). This GUI runs a simulation and in the end 2 figures are opened.

I want to have the ability to use the Zoom In option but to lock the Y axis - I want only the X axis to change (Horizontal zoom)
Is that possible? If so, can you please help me understand where in the code do I write this and how?

Thanks!]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
This is a very nice manual but I&#8217;m still having problems with the Zoom option that I hope you can help:<br />
I have a GUI (built in GUIDE). This GUI runs a simulation and in the end 2 figures are opened.</p>
<p>I want to have the ability to use the Zoom In option but to lock the Y axis &#8211; I want only the X axis to change (Horizontal zoom)<br />
Is that possible? If so, can you please help me understand where in the code do I write this and how?</p>
<p>Thanks!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
