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: Rik
Subject: [Octave-bug-tracker] [bug #52135] bar cannot plot two stacked bars
Date: Thu, 28 Sep 2017 11:31:26 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

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

In response to comment #2, the rest of the bar code depends on y being a
column vector.  We can't just remove it or ordinary bar invocations will
fail.

Just for grins, I commented those three lines out.  Here are the results


octave:1> bar ([1 2], [3; 4])  # Works, because Y is already a column vector
octave:1> bar ([1 2], [3, 4])  # Fails, because Y is a row vector
error: set: invalid number of arguments
error: called from
    __bar__>bars at line 340 column 7
    __bar__ at line 201 column 12
    bar at line 118 column 16




    _______________________________________________________

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]