octave-maintainers
[Top][All Lists]
Advanced

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

Re: Add base value support to bars


From: Daniel J Sebald
Subject: Re: Add base value support to bars
Date: Wed, 19 Dec 2007 10:13:54 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041020

Michael Goffioul wrote:
On 12/19/07, Daniel J Sebald <address@hidden> wrote:

Someone having the most up-to-date, please try something like

x = [0:10];
y = x;
bar(x,y,'group');
bar(x,y,'stack');

The options don't work for me.  (But I haven't the latest version of Octave.)


It's "grouped" and "stacked" (note the "ed" suffix).

OK, my latest copy has "group" and "stack" in the documentation, but I see that 
has been fixed in CVS.

Dan


reply via email to

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