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

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

[Octave-bug-tracker] [bug #49031] Axes "position" wrong after "axis equa


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #49031] Axes "position" wrong after "axis equal"
Date: Thu, 8 Sep 2016 15:13:52 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

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

                 Summary: Axes "position" wrong after "axis equal"
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: Thu 08 Sep 2016 03:13:50 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

After calling "axis equal", the length of x and y axes is changed onscreen but
the "position" property of the axes does not reflect this change:


hax = axes ();
get (hax, 'position')
image (rand (3, 10))
axis equal
get (hax, 'position')


I tested this example in Matlab: neither the axes "position" property nor the
onscreen axes position are changed.

IMHO not being able to trust the axes "position" property is a pretty severe
bug.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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