octave-maintainers
[Top][All Lists]
Advanced

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

Line colors different...


From: Daniel J Sebald
Subject: Line colors different...
Date: Wed, 07 Mar 2007 11:47:33 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

Run Søren's script several times:

  figure
  hold on
    f = sin(0:0.1:2*pi);
    plot(f)
    plot(1+f)
  hold off

and the color of the lines is different in each plot.  First blue/green, then 
red/cyan, then purple/yellow, etc.

I would think that each plot would go back to blue/green.

Dan


reply via email to

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