help-octave
[Top][All Lists]
Advanced

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

Re: Octave plot with multiple colors in one plt


From: Octavity
Subject: Re: Octave plot with multiple colors in one plt
Date: Fri, 25 Jul 2014 11:26:49 -0700 (PDT)

Hi All,

The (hold "all") worked!

My statement reads thus:
colors= get(gca,'colororder')
hold("all"),grid("on")
figure(1)
plot(t,deltaT,set(gca(),'colororder',colors)

and plot showed up with different graphs called from the plot above.

Thank You... this colororder thing has been my nightmare. I was forced to
ask for help. Glad I did.
Thanks Hold all.

Thanks Ben, Francesco & Mike




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Octave-plot-with-multiple-colors-in-one-plt-tp4665725p4665774.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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