help-octave
[Top][All Lists]
Advanced

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

Re: Res: Re: Plot - Different colors


From: Ben Abbott
Subject: Re: Res: Re: Plot - Different colors
Date: Wed, 03 Feb 2010 05:16:20 -0500

On Feb 2, 2010, at 9:58 PM, Marize Simões wrote:

> 
>  
> -------Mensagem original-------
>  
> De: Ben Abbott
> Data: 03/02/2010 00:43:39
> Para: rizesimoes
> Cc: address@hidden
> Assunto: Re: Plot - Different colors
>  
>> On Feb 2, 2010, at 5:08 PM, rizesimoes wrote:
>>  
>> > Hi user's
>> >
>> > There is a temporal series and I must to colorize it, in some parts of the 
>> > series I need to [alter?] the ploted color. Is is possible to accomplish 
>> > that in octave?
>> >
>> >
>> > Best regards
>> >
>> > Marize Simões
>>  
>> Can you explain what you mean by a temporal series? ... perhaps an html link 
>> to an example?
>>  
>> Ben
>  Ben,
>  
> Do you understand portuguese?
> WIll be very easy explain to you...rs
>  
> but...
>  
> I wrong....is Time Series......http://en.wikipedia.org/wiki/Time_series
>  
> Tks
>  
> Marize Simões
> 

Please reply-all, and reply below so that others can read along and offer help.

I don't understand portuguese.

I don't know what version of Octave you are using, but if you are up to date 
then you can change the order of the colors by modifying the axes colororder 
property.

To see the RBG values of the current colororder, type

        colororder = get (gca, "colororder")

To change it ...

        set (gca, "colororder", colororder)

Ben




reply via email to

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