help-octave
[Top][All Lists]
Advanced

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

Re: defining colors


From: pathematica
Subject: Re: defining colors
Date: Sat, 19 Nov 2011 16:21:43 -0800 (PST)

After some experimentation using the information provided by Ben, you might
find the following of interest

octave-3.2.3:1> hold on
octave-3.2.3:2> t = linspace(0, 2*pi, 1001);
octave-3.2.3:3> for i = 1:64
> plot(t, sin(t-i/16), 'color', colormap(jet)(i,:))
> endfor
octave-3.2.3:4> 

Presumably, it would be possible to do the same for colormaps other than
jet.


-----
However good you think Octave is, it's much, much better.
--
View this message in context: 
http://octave.1599824.n4.nabble.com/defining-colors-tp4034817p4087606.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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