help-octave
[Top][All Lists]
Advanced

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

Re: bar and hist


From: Evan
Subject: Re: bar and hist
Date: Thu, 1 Nov 2007 12:08:33 +0800

On 10/31/07, kahacjde <address@hidden> wrote:
>
> Hello,
>
> bar and hist are using 'patch' graphic objects now. You have to change the
> patch properties like this:
>
> h = bar(rand(10,1));
> set(h,'FaceColor','yellow','EdgeColor',[0.2 0.7 0.4]);
>
> or in one line
>
> bar(rand(10,1), 'FaceColor', 'yellow', 'EdgeColor', [0.2 0.7 0.4]);
>
> Kai

It seems that this doesn't work for hist


reply via email to

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