<?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: Setting axes tick labels format	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=setting-axes-tick-labels-format</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Wed, 07 Aug 2019 09:51:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: Antonius Armanious		</title>
		<link>https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format#comment-490062</link>

		<dc:creator><![CDATA[Antonius Armanious]]></dc:creator>
		<pubDate>Wed, 07 Aug 2019 09:51:36 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2856#comment-490062</guid>

					<description><![CDATA[Do you know of a way to change the position of one of the tick labels so that it does not overlap with the tick labels from the neighbouring axes?
Thanks]]></description>
			<content:encoded><![CDATA[<p>Do you know of a way to change the position of one of the tick labels so that it does not overlap with the tick labels from the neighbouring axes?<br />
Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format#comment-430463</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Thu, 21 Jun 2018 13:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2856#comment-430463</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format#comment-430324&quot;&gt;Ron Dekel&lt;/a&gt;.

@Ron - Tick labels are strings. If you want to use images, then set the ticklabels to empty (i.e., do not show any ticks) and programmatically add images at the relevant [negative] axes locations based on the computed tick positions. You will need to update the images and their location whenever the axes resizes or zooms or pans or changes its ticks in whichever way (&lt;a href=&quot;http://undocumentedmatlab.com/blog/undocumented-hg2-graphics-events&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;details&lt;/a&gt;). To be honest, I&#039;m not sure that it&#039;s worth all this effort...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format#comment-430324">Ron Dekel</a>.</p>
<p>@Ron &#8211; Tick labels are strings. If you want to use images, then set the ticklabels to empty (i.e., do not show any ticks) and programmatically add images at the relevant [negative] axes locations based on the computed tick positions. You will need to update the images and their location whenever the axes resizes or zooms or pans or changes its ticks in whichever way (<a href="http://undocumentedmatlab.com/blog/undocumented-hg2-graphics-events" target="_blank" rel="nofollow">details</a>). To be honest, I&#8217;m not sure that it&#8217;s worth all this effort&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ron Dekel		</title>
		<link>https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format#comment-430324</link>

		<dc:creator><![CDATA[Ron Dekel]]></dc:creator>
		<pubDate>Wed, 20 Jun 2018 12:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2856#comment-430324</guid>

					<description><![CDATA[I wonder - is it possible to use images as axis tick labels?
Ron]]></description>
			<content:encoded><![CDATA[<p>I wonder &#8211; is it possible to use images as axis tick labels?<br />
Ron</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format#comment-417298</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Wed, 06 Dec 2017 14:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2856#comment-417298</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format#comment-417096&quot;&gt;Jim Hokanson&lt;/a&gt;.

@Jim - done :-)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format#comment-417096">Jim Hokanson</a>.</p>
<p>@Jim &#8211; done 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jim Hokanson		</title>
		<link>https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format#comment-417096</link>

		<dc:creator><![CDATA[Jim Hokanson]]></dc:creator>
		<pubDate>Wed, 29 Nov 2017 19:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2856#comment-417096</guid>

					<description><![CDATA[Yair,

Would it be possible to add an &quot;update&quot; section by the blurb on the listener to describe the change with HG2? I&#039;m specifically thinking something that references MarkedClean and YRuler. I&#039;m fine but it might be nice for others ...

Thanks,
Jim]]></description>
			<content:encoded><![CDATA[<p>Yair,</p>
<p>Would it be possible to add an &#8220;update&#8221; section by the blurb on the listener to describe the change with HG2? I&#8217;m specifically thinking something that references MarkedClean and YRuler. I&#8217;m fine but it might be nice for others &#8230;</p>
<p>Thanks,<br />
Jim</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: fulvio setti		</title>
		<link>https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format#comment-375197</link>

		<dc:creator><![CDATA[fulvio setti]]></dc:creator>
		<pubDate>Thu, 28 Apr 2016 12:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2856#comment-375197</guid>

					<description><![CDATA[YEEEESSSS !!! It&#039;s many time that i searched this way to have MORE digit in the graphs !!!! THAAANK YOU !!!!]]></description>
			<content:encoded><![CDATA[<p>YEEEESSSS !!! It&#8217;s many time that i searched this way to have MORE digit in the graphs !!!! THAAANK YOU !!!!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sandor Toth		</title>
		<link>https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format#comment-354446</link>

		<dc:creator><![CDATA[Sandor Toth]]></dc:creator>
		<pubDate>Mon, 03 Aug 2015 14:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2856#comment-354446</guid>

					<description><![CDATA[Dear Yair,

do you know a way to change the XTickLabel vertical position, a.k.a its distance from the x-axis line? The generally suggested solution is to recreate the labels using the text() command, but there should be a simpler way to do it!
Do you have any suggestion?

Thanks,
Sandor]]></description>
			<content:encoded><![CDATA[<p>Dear Yair,</p>
<p>do you know a way to change the XTickLabel vertical position, a.k.a its distance from the x-axis line? The generally suggested solution is to recreate the labels using the text() command, but there should be a simpler way to do it!<br />
Do you have any suggestion?</p>
<p>Thanks,<br />
Sandor</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Robert		</title>
		<link>https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format#comment-344784</link>

		<dc:creator><![CDATA[Robert]]></dc:creator>
		<pubDate>Sun, 25 Jan 2015 15:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2856#comment-344784</guid>

					<description><![CDATA[Yair,

thanks for providing this kind of input and the ticklabelformat. I&#039;m also thankful for the comments as I had no idea why the callbacks for axis properties do not work anymore with HG2. Already in HG1 some things are confusing, since somehow the event argument is of different type, depending on...well I don&#039;t really know. But in HG2 addlistener does somehow not work on those properties.

Would it be possible to provide a fully working example callback function for HG2 (maybe in the docstring of the ticklabelformat function)?. The one given above apparently does not work (only tested with HG2). The second argument has only two properties: .Source and something else. I tried to access the ticks via - I think it was - .Source.Tick, but it did not work properly and even crashed MATLAB. All my old callbacks do not work anymore with the new HG2. Sad, that TWM does not supply easy instructions on updating customized tick labels as this is quite a substantial thing, when examining data using a plot and the pan/zoom functionality. Thanks.]]></description>
			<content:encoded><![CDATA[<p>Yair,</p>
<p>thanks for providing this kind of input and the ticklabelformat. I&#8217;m also thankful for the comments as I had no idea why the callbacks for axis properties do not work anymore with HG2. Already in HG1 some things are confusing, since somehow the event argument is of different type, depending on&#8230;well I don&#8217;t really know. But in HG2 addlistener does somehow not work on those properties.</p>
<p>Would it be possible to provide a fully working example callback function for HG2 (maybe in the docstring of the ticklabelformat function)?. The one given above apparently does not work (only tested with HG2). The second argument has only two properties: .Source and something else. I tried to access the ticks via &#8211; I think it was &#8211; .Source.Tick, but it did not work properly and even crashed MATLAB. All my old callbacks do not work anymore with the new HG2. Sad, that TWM does not supply easy instructions on updating customized tick labels as this is quite a substantial thing, when examining data using a plot and the pan/zoom functionality. Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format#comment-343310</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Mon, 05 Jan 2015 14:28:52 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2856#comment-343310</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format#comment-339729&quot;&gt;damayi&lt;/a&gt;.

@Damayi - Yes, in HG2 we need to listen to the HG object&#039;s &lt;code&gt;MarkedClean&lt;/code&gt; event, rather than to a property change event. 

I&#039;ve updated my &lt;a target=&quot;_blank&quot; href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/36254-ticklabelformat&quot; rel=&quot;nofollow&quot;&gt;ticklabelformat utility&lt;/a&gt; accordingly, so that it works with both HG1 (pre-R2014a) and HG2 (R2014b+). Use this utility as-is, and/or look within its source code for the implementation details.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format#comment-339729">damayi</a>.</p>
<p>@Damayi &#8211; Yes, in HG2 we need to listen to the HG object&#8217;s <code>MarkedClean</code> event, rather than to a property change event. </p>
<p>I&#8217;ve updated my <a target="_blank" href="http://www.mathworks.com/matlabcentral/fileexchange/36254-ticklabelformat" rel="nofollow">ticklabelformat utility</a> accordingly, so that it works with both HG1 (pre-R2014a) and HG2 (R2014b+). Use this utility as-is, and/or look within its source code for the implementation details.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: damayi		</title>
		<link>https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format#comment-342523</link>

		<dc:creator><![CDATA[damayi]]></dc:creator>
		<pubDate>Sat, 27 Dec 2014 08:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=2856#comment-342523</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format#comment-339983&quot;&gt;Yair Altman&lt;/a&gt;.

Do you have a resolution for this problem?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/setting-axes-tick-labels-format#comment-339983">Yair Altman</a>.</p>
<p>Do you have a resolution for this problem?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
