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: Thu, 28 Sep 2017 16:49:11 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

The attached patch seems to do it by my way of thinking.  Let me know what you
think.  Try:


h = bar (1, [3 4], 'stacked')


or (same result)


h = bar (1, [3; 4], 'stacked')


and follow up with


set(h(1), 'barlayout', 'grouped')


Note that for some reason the "h = bar()" is returning two handles, both of
which seem to control the bar graph appearance.  Is that a separate bug?

(file #41951)
    _______________________________________________________

Additional Item Attachment:

File name: octave-bar_graph_single_stack-djs2017sep28.patch Size:1 KB


    _______________________________________________________

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]