help-octave
[Top][All Lists]
Advanced

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

Re: bar and hist


From: David Bateman
Subject: Re: bar and hist
Date: Mon, 05 Nov 2007 10:48:57 +0100
User-agent: Thunderbird 1.5.0.7 (X11/20060921)

Evan wrote:
> 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
>   
This works fine for me.. All of the additional arguments to bar are
passed to the underlying patch command.. So this should work..

D.

-- 
David Bateman                                address@hidden
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



reply via email to

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