Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Reset the Color Order Property of an axis
Date: Fri, 7 Aug 2009 21:32:02 +0000 (UTC)
Organization: University of Utah
Lines: 7
Message-ID: <h5i6gi$t92$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1249680722 29986 172.30.248.35 (7 Aug 2009 21:32:02 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Fri, 7 Aug 2009 21:32:02 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 811741
Xref: news.mathworks.com comp.soft-sys.matlab:561719


I saw this question on the Expert's Exchange and I want to know the answer without paying for it. 

I was wondering does anyone know how to reset the color order and line style manually in matlab?
I know each time you call high-level functions like 'plot' and 'plot3' it resets them automatically (provided you didn't do a 'hold on' beforehand) but how do you do this manually?
I'm NOT trying to set a new color order or line style, I just want to reset them so that my next call to 'plot' starts at the beginning of the current color order and line style lists again and continues.

Thanks in advance.