help-octave
[Top][All Lists]
Advanced

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

Re: Plotting a black line


From: Henry F. Mollet
Subject: Re: Plotting a black line
Date: Fri, 19 Nov 2004 19:11:41 -0800
User-agent: Microsoft-Entourage/10.1.1.2418

By trial and error I once found that I can create a grey line. -@ sets
linespoints plot style, then the 0 sets the color but 0 is not listed in the
manual but it produces a gray line on my screen, same color as the axis but
not has "heavy".
Henry

octave:2> x=[0:0.1:1];
octave:3> y = 2*x
octave:6> plot (x,y,"address@hidden")




on 11/19/04 5:36 AM, Ploett Norbert at address@hidden wrote:

> Hello experts :-),
> 
> for the plot style there are letters rgbmcw for colors, but how can I force
> the plotting of a _black_ line?
> 
> Norbert
> 
> 
> 
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------
> 



-------------------------------------------------------------
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
-------------------------------------------------------------



reply via email to

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