help-octave
[Top][All Lists]
Advanced

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

Re: unfilled bars in histogram (SOLVED)


From: Stephen Bijansky
Subject: Re: unfilled bars in histogram (SOLVED)
Date: Sat, 30 Aug 2008 09:34:48 -0500

Thanks D.  I would not have put that together (patch properties and
histograms), but this is exactly what I want. For future reference, and
a guide to other,

hist (randn (10000, 1), 30, 'FaceColor','none','EdgeColor','red')

Will produce unfilled bars (empty bars), and set the linecolor to red
(doc section 15.2.2.7).

Thanks,
Steve



> 
> Message: 7
> Date: Sat, 30 Aug 2008 00:26:11 -0700 (PDT)
> From: dbateman <address@hidden>
> Subject: Re: unfilled bars in histogram
> To: address@hidden
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset=us-ascii
> 
> 
> Can't test but believe
> 
> hist(....,'FaceColor','none')
> 
> should give what you want
> 
> D.
> 




reply via email to

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