<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/124848</link>
    <title>MATLAB Central Newsreader - Hide numbers on axis (plot)</title>
    <description>Feed for thread: Hide numbers on axis (plot)</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2012 by 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>MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Fri, 19 May 2006 14:11:42 -0400</pubDate>
      <title>Hide numbers on axis (plot)</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/124848#314335</link>
      <author>Brandon Aubie</author>
      <description>Hi,&lt;br&gt;
&lt;br&gt;
I'd like to hide the numbers on an axis in my plot since they are&lt;br&gt;
arbitrary and just distract from the data being plotted. When I do&lt;br&gt;
&quot;axis off&quot; I also lose my axis label. I would also like the line&lt;br&gt;
where the axis is, just not the numbers.&lt;br&gt;
&lt;br&gt;
Any ideas?</description>
    </item>
    <item>
      <pubDate>Fri, 19 May 2006 21:20:43 -0400</pubDate>
      <title>Re: Hide numbers on axis (plot)</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/124848#314346</link>
      <author>CRet</author>
      <description>Hi,&lt;br&gt;
&lt;br&gt;
You can manualy select ticks values by using the YTick property of the axis.&lt;br&gt;
At least, an empty array will remove any ticks :&lt;br&gt;
&lt;br&gt;
&amp;gt;&amp;gt; set(gca,'YTick',[]);&lt;br&gt;
&lt;br&gt;
Look at documentation about SET/GET function and figure or axes properties&lt;br&gt;
for more info on how you can customize plots in MatLab.&lt;br&gt;
&amp;nbsp;Another usefull property is YTickLabel which allowed any string or literals&lt;br&gt;
to be use for axis labels.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
C.Ret&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&quot;Brandon Aubie&quot; &amp;lt;brandon.aubie@TAKETHISOUTelecore.com&amp;gt; wrote in&lt;br&gt;
news:ef35c22.-1@webx.raydaftYaTP...&lt;br&gt;
&amp;gt; Hi,&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; I'd like to hide the numbers on an axis in my plot since they are&lt;br&gt;
&amp;gt; arbitrary and just distract from the data being plotted. When I do&lt;br&gt;
&amp;gt; &quot;axis off&quot; I also lose my axis label. I would also like the line&lt;br&gt;
&amp;gt; where the axis is, just not the numbers.&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Any ideas?</description>
    </item>
  </channel>
</rss>

