<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157347</link>
    <title>MATLAB Central Newsreader - Drawing &quot;standard&quot; 2D axes in MATLAB</title>
    <description>Feed for thread: Drawing &quot;standard&quot; 2D axes in MATLAB</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>Mon, 08 Oct 2007 20:24:05 -0400</pubDate>
      <title>Drawing &quot;standard&quot; 2D axes in MATLAB</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157347#395662</link>
      <author>First Last</author>
      <description>Is there a trivial way to draw the y = 0 and x = 0 lines in&lt;br&gt;
MATLAB? It should be easy to do ... </description>
    </item>
    <item>
      <pubDate>Mon, 08 Oct 2007 20:27:49 -0400</pubDate>
      <title>Re: Drawing &quot;standard&quot; 2D axes in MATLAB</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157347#395663</link>
      <author>roberson@ibd.nrc-cnrc.gc.ca (Walter Roberson)</author>
      <description>In article &amp;lt;fee3l5$i9m$1@fred.mathworks.com&amp;gt;,&lt;br&gt;
First Last &amp;lt;nospam@nospamplease.com&amp;gt; wrote:&lt;br&gt;
&amp;gt;Is there a trivial way to draw the y = 0 and x = 0 lines in&lt;br&gt;
&amp;gt;MATLAB? It should be easy to do ... &lt;br&gt;
&lt;br&gt;
You could use line(). Unfortunately you won't know the appropriate&lt;br&gt;
bounds until after you have plotted your other data. Once you&lt;br&gt;
have done the other plot, you can examine the axis's XLim and YLim&lt;br&gt;
to determine the bounds to write to.&lt;br&gt;
-- &lt;br&gt;
We regret to announce that sub-millibarn resolution bio-hyperdimensional&lt;br&gt;
plasmatic space polyimaging has been delayed until the release&lt;br&gt;
of Windows Vista SP2.</description>
    </item>
    <item>
      <pubDate>Mon, 08 Oct 2007 20:44:55 -0400</pubDate>
      <title>Re: Drawing</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/157347#395665</link>
      <author>Jos </author>
      <description>&quot;First Last&quot; &amp;lt;nospam@nospamplease.com&amp;gt; wrote in message &lt;br&gt;
&amp;lt;fee3l5$i9m$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; Is there a trivial way to draw the y = 0 and x = 0 lines &lt;br&gt;
in&lt;br&gt;
&amp;gt; MATLAB? It should be easy to do ... &lt;br&gt;
&lt;br&gt;
take a look at my GRIDXY:&lt;br&gt;
&lt;a href=&quot;http://www.mathworks.com/matlabcentral/fileexchange/loadFile&quot;&gt;http://www.mathworks.com/matlabcentral/fileexchange/loadFile&lt;/a&gt;&lt;br&gt;
.do?objectId=9973&amp;objectType=FILE&lt;br&gt;
&lt;br&gt;
(beware of line wraps) ;&lt;br&gt;
&lt;br&gt;
An example:&lt;br&gt;
plot(randn(1000,1),randn(1000,1),'b.') ;&lt;br&gt;
gridxy(0,0,'color','k','linestyle','-','linewidth',2)&lt;br&gt;
&lt;br&gt;
hth&lt;br&gt;
Jos</description>
    </item>
  </channel>
</rss>

