help-octave
[Top][All Lists]
Advanced

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

Re: doubt in __pltopt__


From: Henry F. Mollet
Subject: Re: doubt in __pltopt__
Date: Sat, 23 Jul 2005 10:47:17 -0700
User-agent: Microsoft-Entourage/11.1.0.040913

1. I don't know about yellow but the attached gives the changes required to
get black with "k". Rename the existing __pltopt1__.m first so you have a
backup. Then move the attached into the same directory as your plot.m.  If
you look at the attached file and scroll down, you'll find that 1 line is
commented out and 4 were added according to instructions given in a post by
? in Nov. 2004.

2. I'm not sure I completely understand how plot.m works but the above
changes in __pltopt1__.m work.

plot.m calls __plt__ ("plot", varargin{:});
__plt__ in turn calls __pltopt, __plt2__, __plt1__ depending on x-set and
y-set.
__pltopt__ then has t = __pltopt1__(), so this must invoke _pltopt1__  i.e.
the file that had to be changed so we can use "k" for black.
Henry

on 7/23/05 4:41 AM, Jorge Barros de Abreu at address@hidden wrote:

> Ok.
> 
> The doubt was cleared by "help -i plot"
> 
> But still is there no "yellow" and "black"?????
> 
> 
>> In __pltopt__ there are colors. I have doubt about color names:
>> r - red
>> g - green
>> b - blue
>> m - magenta
>> c - cyano
>> w - white
>> Is it correct? Is the name of the collors correct???
>> 
>> 
> 
> 
> 
> -------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
> 
> Octave's home on the web:  http://www.octave.org
> How to fund new projects:  http://www.octave.org/funding.html
> Subscription information:  http://www.octave.org/archive.html
> -------------------------------------------------------------
> 

Attachment: __pltopt1__.m
Description: Binary data


reply via email to

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