<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/174015</link>
    <title>MATLAB Central Newsreader - text labels in bar plots</title>
    <description>Feed for thread: text labels in bar plots</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, 08 Aug 2008 16:03:03 -0400</pubDate>
      <title>text labels in bar plots</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/174015#448146</link>
      <author>Mastaneh </author>
      <description>Hi everyone,&lt;br&gt;
&lt;br&gt;
I need to apply text (string) labels instead of usual &lt;br&gt;
numbers to the x-axis of my bar plots, but couldn't find &lt;br&gt;
anyway to change them as in h=bar() and set(h,...). Does &lt;br&gt;
anybody know how to do that? &lt;br&gt;
Many thanks in advance :) &lt;br&gt;
Mastaneh </description>
    </item>
    <item>
      <pubDate>Fri, 08 Aug 2008 16:09:01 -0400</pubDate>
      <title>Re: text labels in bar plots</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/174015#448149</link>
      <author>Nick Clark</author>
      <description>Use cell arrays as follows:&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
bar([3 4 5])&lt;br&gt;
set(gca,'XTickLabel',{'me','myself','&amp;I'})</description>
    </item>
    <item>
      <pubDate>Fri, 08 Aug 2008 16:17:01 -0400</pubDate>
      <title>Re: text labels in bar plots</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/174015#448151</link>
      <author>Mastaneh </author>
      <description>&quot;Nick Clark&quot; &amp;lt;bmoviehorror@hotmail.com&amp;gt; wrote in message &lt;br&gt;
&amp;lt;g7hr2t$cqe$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Use cell arrays as follows:&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; bar([3 4 5])&lt;br&gt;
&amp;gt; set(gca,'XTickLabel',{'me','myself','&amp;I'})&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
Thanks a lot Nick! It worked :)</description>
    </item>
    <item>
      <pubDate>Fri, 08 Aug 2008 16:25:03 -0400</pubDate>
      <title>Re: text labels in bar plots</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/174015#448154</link>
      <author>Nick Clark</author>
      <description>Happy to help :)</description>
    </item>
    <item>
      <pubDate>Fri, 22 Aug 2008 20:06:33 -0400</pubDate>
      <title>Re: text labels in bar plots</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/174015#596973</link>
      <author>Ajit</author>
      <description>On Aug 8, 11:25 am, &quot;Nick Clark&quot; &amp;lt;bmoviehor...@hotmail.com&amp;gt; wrote:&lt;br&gt;
&amp;gt; Happy to help :)&lt;br&gt;
&lt;br&gt;
What will make the labels appear vertical instead of horizontal?&lt;br&gt;
Thanks,&lt;br&gt;
-Ajit</description>
    </item>
    <item>
      <pubDate>Mon, 25 Aug 2008 16:23:36 -0400</pubDate>
      <title>Re: text labels in bar plots</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/174015#597225</link>
      <author>Walter Roberson</author>
      <description>Ajit wrote:&lt;br&gt;
&lt;br&gt;
&amp;gt; What will make the labels appear vertical instead of horizontal?&lt;br&gt;
&lt;br&gt;
There is a Matlab File Exchange (FEX) contribution to create &lt;br&gt;
rotated tick labels.&lt;br&gt;
-- &lt;br&gt;
Q = quotation(rand);&lt;br&gt;
if isempty(Q); error('Quotation server filesystem problems')&lt;br&gt;
else sprintf('%s',Q), end</description>
    </item>
  </channel>
</rss>

