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

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

[Octave-bug-tracker] [bug #46969] bar(): barwidth


From: anonymous
Subject: [Octave-bug-tracker] [bug #46969] bar(): barwidth
Date: Mon, 25 Jan 2016 12:42:43 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

URL:
  <http://savannah.gnu.org/bugs/?46969>

                 Summary: bar(): barwidth
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 25 Jan 2016 12:42:42 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: nicmus
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: GNU/Linux

    _______________________________________________________

Details:

the parameter barwidth doesn't work fine with a bar plot of one element.

try to change the bw parameter

bw = 0.5;
bar(1,0.5,'barwidth',bw)


with more then one element things work fine

bw = 0.5;
bar([1 2],[0.5 0.4],'barwidth',bw)


probably related to #46968 <http://savannah.gnu.org/bugs/?46968>




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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