help-octave
[Top][All Lists]
Advanced

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

different colours for different curves in the same plot


From: Federica
Subject: different colours for different curves in the same plot
Date: Tue, 31 May 2011 08:59:47 -0700 (PDT)

Hi,

I'm trying to represent several curves on the same plot using Octave 3.2.4
on Windows. The commands I used to have the unique plot and a relative
legend are:

hold on;
   s=sprintf(";Lu= %d;",LU);
plot(t,m,s);

hold off

where m is the result of a differential equation systems. So I have
different curves for different m but using these commands I have only a
colour for all the curves. Also if I specify the color I have only the
specific color I chose and I have it for all the curves. How can I tell to
Octave to pick a different color for each curve? 

Thank you so much!!!!

Federica

--
View this message in context: 
http://octave.1599824.n4.nabble.com/different-colours-for-different-curves-in-the-same-plot-tp3563544p3563544.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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