help-octave
[Top][All Lists]
Advanced

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

Re: simple black line from plot?


From: Robert A. Macy
Subject: Re: simple black line from plot?
Date: Fri, 12 May 2006 09:49:04 -0700

On Fri, 12 May 2006 08:25:15 -0700
 "Keith Goodman" <address@hidden> wrote:
> On 5/12/06, Matthias Brennwald <address@hidden>
> wrote:
> > this may be stupid, but: is there a simple way to plot
> a black line?
> >
> > With Matlab, I do:
> >
> >  > plot(rand(1,10),'k')
> >
> > but this gives a BROWN line in Octave / gnuplot...
> wouldn't it be
> > convenient to have the 'k' available in Octave's plot
> function?
> 
> My k is OK. It is black.

using binary octave2.1.50a-inst.exe on Win98
mine comes up brown also.

but just 
>> plot(rand(1,10));
defaults to a black line

          - Robert -


reply via email to

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