unfilled bars in histogram (SOLVED)

Stephen Bijansky stephenb08 at gmail.com
Sat Aug 30 09:34:48 CDT 2008


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 <dbateman at free.fr>
> Subject: Re: unfilled bars in histogram
> To: help-octave at octave.org
> Message-ID: <19231124.post at talk.nabble.com>
> Content-Type: text/plain; charset=us-ascii
> 
> 
> Can't test but believe
> 
> hist(....,'FaceColor','none')
> 
> should give what you want
> 
> D.
> 




More information about the Help-octave mailing list