octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #52135] bar cannot plot two stacked bars


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #52135] bar cannot plot two stacked bars
Date: Fri, 29 Sep 2017 13:10:05 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Follow-up Comment #19, bug #52135 (project octave):

Eh, maybe this is fine:


bar ([3 4 5], 'stacked')


If we think of the above as being stacked with three stacks and only a single
sub-component per stack (rather than a single stack consisting of three
sub-components), then it is the equivalent of


bar ([3 4 5], 'grouped')


thought of as three groups with a single sub-component per group.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52135>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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