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

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

[Octave-bug-tracker] [bug #43585] rectangle wrong axis calculation


From: Andreas Weber
Subject: [Octave-bug-tracker] [bug #43585] rectangle wrong axis calculation
Date: Wed, 12 Nov 2014 10:38:08 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Iceweasel/31.2.0

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

                 Summary: rectangle wrong axis calculation
                 Project: GNU Octave
            Submitted by: andy1978
            Submitted on: Mi 12 Nov 2014 10:38:07 GMT
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Since cset 75f8926deef1 the following code only shows the axes because axis
limits are calculated wrong.


scatter ([3 5 6], [4 2 1])
axis equal
rectangle ('Position', [0, 0, 5, 5]);


axis () returns

ans =
   1.7500   4.2500   1.5000   3.5000


so no scatter point or rectangle is visible. Octave 3.8.2 and default cset
10082673a8f0 (parent of 75f8926deef1) returns for axis:


ans =
  -0.12500   6.12500   0.00000   5.00000


which is okay. Btw, the "error: set: "zlim" is read-only" for rectangle,
introduced from cset 75f8926deef1, was fixed with cset 87c3848cf3c0.





    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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