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

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

[Octave-bug-tracker] [bug #46968] bar() : argument problem


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #46968] bar() : argument problem
Date: Fri, 12 Feb 2016 12:13:39 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36

Update of bug #46968 (project octave):

              Item Group:        Incorrect Result => Feature Request        
                  Status:                    None => Wont Fix               
             Open/Closed:                    Open => Closed                 
        Operating System:               GNU/Linux => Any                    

    _______________________________________________________

Follow-up Comment #2:

The same as in comment #1 for Matlab 2015b.  The documentation might be
improved regarding x and y to be vectors of same length, but for "plot" the
desired behavior of is explicitly mentioned.

https://www.gnu.org/software/octave/doc/interpreter/Two_002dDimensional-Plots.html

A workaround for you might be:


h1 = bar (1, 2, "r"); hold on; h2 = bar (1, 1);

set (h1, "facecolor", "g")


But for me this behavior is not very desirable.

So closing this item.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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