<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/165966</link>
    <title>MATLAB Central Newsreader - add a scale or 'ruler' to a graph</title>
    <description>Feed for thread: add a scale or 'ruler' to a graph</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>Wed, 19 Mar 2008 14:02:07 -0400</pubDate>
      <title>add a scale or 'ruler' to a graph</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/165966#421716</link>
      <author>martin </author>
      <description>hi&lt;br&gt;
is there an easy way to add a 'ruler' (like the one&lt;br&gt;
I-don't-know-the-english-expression on a map) giving the&lt;br&gt;
scale (1cm on the plot means 3 units or something like this)??&lt;br&gt;
&lt;br&gt;
I have to draw simple scetch-maps, and real axis need too&lt;br&gt;
much space, so I'd like to reduce them to a, say,&lt;br&gt;
white-and-gray bar with warks for the simgle units....&lt;br&gt;
&lt;br&gt;
any matching keywords or ideas?&lt;br&gt;
&lt;br&gt;
thanks..&lt;br&gt;
martin</description>
    </item>
    <item>
      <pubDate>Thu, 20 Mar 2008 18:32:03 -0400</pubDate>
      <title>Re: add a scale or 'ruler' to a graph</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/165966#422012</link>
      <author>Thomas Clark</author>
      <description>Change the x tick labels to be the appropriate scales - that&lt;br&gt;
way you don't need a scaling bar. The labels don't have to&lt;br&gt;
correspond to the units!&lt;br&gt;
&lt;br&gt;
Search for xticklabels in the help documentation for a how-to.&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/creating_plots/f0-41699.html&amp;http://www.mathworks.com/cgi-bin/texis/webinator/search?pr=Documentation&amp;db=MSS&amp;prox=page&amp;rorder=750&amp;rprox=750&amp;rdfreq=500&amp;rwfreq=500&amp;rlead=250&amp;sufs=0&amp;order=r&amp;documentation=Documentation&amp;is_summary_on=1&amp;ResultCount=10&amp;query=xticklabels&amp;submit=Search&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/creating_plots/f0-41699.html&amp;http://www.mathworks.com/cgi-bin/texis/webinator/search?pr=Documentation&amp;db=MSS&amp;prox=page&amp;rorder=750&amp;rprox=750&amp;rdfreq=500&amp;rwfreq=500&amp;rlead=250&amp;sufs=0&amp;order=r&amp;documentation=Documentation&amp;is_summary_on=1&amp;ResultCount=10&amp;query=xticklabels&amp;submit=Search&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
Cheers&lt;br&gt;
&lt;br&gt;
Tom Clark</description>
    </item>
    <item>
      <pubDate>Thu, 20 Mar 2008 19:15:04 -0400</pubDate>
      <title>Re: add a scale or 'ruler' to a graph</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/165966#422023</link>
      <author>martin </author>
      <description>&quot;Thomas Clark&quot; &amp;lt;t.clarkremove_spam@cantab.net&amp;gt; wrote in&lt;br&gt;
message &amp;lt;fruaj2$mbn$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Change the x tick labels to be the appropriate scales - that&lt;br&gt;
&amp;gt; way you don't need a scaling bar. The labels don't have to&lt;br&gt;
&amp;gt; correspond to the units!&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Search for xticklabels in the help documentation for a how-to.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/creating_plots/f0-41699.html&amp;http://www.mathworks.com/cgi-bin/texis/webinator/search?pr=Documentation&amp;db=MSS&amp;prox=page&amp;rorder=750&amp;rprox=750&amp;rdfreq=500&amp;rwfreq=500&amp;rlead=250&amp;sufs=0&amp;order=r&amp;documentation=Documentation&amp;is_summary_on=1&amp;ResultCount=10&amp;query=xticklabels&amp;submit=Search&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/creating_plots/f0-41699.html&amp;http://www.mathworks.com/cgi-bin/texis/webinator/search?pr=Documentation&amp;db=MSS&amp;prox=page&amp;rorder=750&amp;rprox=750&amp;rdfreq=500&amp;rwfreq=500&amp;rlead=250&amp;sufs=0&amp;order=r&amp;documentation=Documentation&amp;is_summary_on=1&amp;ResultCount=10&amp;query=xticklabels&amp;submit=Search&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Cheers&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Tom Clark&lt;br&gt;
thanks. ok. &lt;br&gt;
is there a way to make a bar with a certain thickness out of&lt;br&gt;
the axis' vestiges, best  changing color (w-k-w or&lt;br&gt;
something) with every xtick?</description>
    </item>
    <item>
      <pubDate>Fri, 21 Mar 2008 14:01:02 -0400</pubDate>
      <title>Re: add a scale or 'ruler' to a graph</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/165966#422145</link>
      <author>Paul </author>
      <description>&quot;martin &quot; &amp;lt;mmqwertz@gmx.de&amp;gt; wrote in message&lt;br&gt;
&amp;lt;frud3o$olj$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &quot;Thomas Clark&quot; &amp;lt;t.clarkremove_spam@cantab.net&amp;gt; wrote in&lt;br&gt;
&amp;gt; message &amp;lt;fruaj2$mbn$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; Change the x tick labels to be the appropriate scales - that&lt;br&gt;
&amp;gt; &amp;gt; way you don't need a scaling bar. The labels don't have to&lt;br&gt;
&amp;gt; &amp;gt; correspond to the units!&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Search for xticklabels in the help documentation for a&lt;br&gt;
how-to.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/creating_plots/f0-41699.html&amp;http://www.mathworks.com/cgi-bin/texis/webinator/search?pr=Documentation&amp;db=MSS&amp;prox=page&amp;rorder=750&amp;rprox=750&amp;rdfreq=500&amp;rwfreq=500&amp;rlead=250&amp;sufs=0&amp;order=r&amp;documentation=Documentation&amp;is_summary_on=1&amp;ResultCount=10&amp;query=xticklabels&amp;submit=Search&quot;&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/creating_plots/f0-41699.html&amp;http://www.mathworks.com/cgi-bin/texis/webinator/search?pr=Documentation&amp;db=MSS&amp;prox=page&amp;rorder=750&amp;rprox=750&amp;rdfreq=500&amp;rwfreq=500&amp;rlead=250&amp;sufs=0&amp;order=r&amp;documentation=Documentation&amp;is_summary_on=1&amp;ResultCount=10&amp;query=xticklabels&amp;submit=Search&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Cheers&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Tom Clark&lt;br&gt;
&amp;gt; thanks. ok. &lt;br&gt;
&amp;gt; is there a way to make a bar with a certain thickness out of&lt;br&gt;
&amp;gt; the axis' vestiges, best  changing color (w-k-w or&lt;br&gt;
&amp;gt; something) with every xtick?&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
the mapping toolbox has a scale feature.  Maybe you can make&lt;br&gt;
maps instead of plots (they would look the same). </description>
    </item>
  </channel>
</rss>

