help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More plotting colors??


From: Andy Buckle
Subject: Re: More plotting colors??
Date: Thu, 11 Oct 2012 09:08:27 +0100

On 11 October 2012 01:30, injoi <address@hidden> wrote:
> I am plotting multiple data traces and I need them all to be on one graph so
> I can easily compare but I need more colors to tell what is what.
>
> Is there a way to plot more than the 6 given colors?
>
>
>
> -----
> Windows 7, intel Xeon(R) 3.3GHz
>
> Thanks, Nohtal

red=1; green=0; blue=0.8;
plot([0 1],[0 1],'color',[red green blue])

-- 
/* andy buckle */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]