<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166976</link>
    <title>MATLAB Central Newsreader - EZPlot coloring</title>
    <description>Feed for thread: EZPlot coloring</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, 04 Apr 2008 13:09:01 -0400</pubDate>
      <title>EZPlot coloring</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/166976#424729</link>
      <author>David Doria</author>
      <description>I found a function on the file exchange to do this, however &lt;br&gt;
it should be built in!! Can it be added for the next &lt;br&gt;
release so people can do this easily? I was just sitting in &lt;br&gt;
a lecture where a guy was trying to color his plots and he &lt;br&gt;
ended up just making a time vector so he could use the &lt;br&gt;
standard plot() function because it is easily colored.  &lt;br&gt;
Just a suggestion for ease of use!&lt;br&gt;
&lt;br&gt;
%change properties of last curve in current figure&lt;br&gt;
%Examples:&lt;br&gt;
%     setcurve('color','red')&lt;br&gt;
%     setcurve('color','green','linestyle','--')&lt;br&gt;
%Type  help plot  to see available colors and line styles &lt;br&gt;
function setcurve(varargin)&lt;br&gt;
h=get(gca,'children');&lt;br&gt;
set(h(1),varargin{:})</description>
    </item>
  </channel>
</rss>

