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

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

[Octave-bug-tracker] [bug #53336] axis equal clears plot when called aft


From: anonymous
Subject: [Octave-bug-tracker] [bug #53336] axis equal clears plot when called after xlim/ylim
Date: Tue, 13 Mar 2018 11:11:23 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0

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

                 Summary: axis equal clears plot when called after xlim/ylim
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Tue 13 Mar 2018 03:11:21 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Wilfrid Ingignoli
        Originator Email:  address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

The following script

x = -1:0.01:1;
y = x;
figure(1);
plot(x, y);
xlim([-0.2, 0.2]);
ylim([-0.5, 0.5]);
axis('equal');

causes the figure to clear after the "axis equal" command is invoked.

Closed bug https://savannah.gnu.org/bugs/?49755 corrected the issue "axis
equal clears plot". But, if we invoke the "xlim/ylim" command  before invoking
the "axis equal" command, the "axis equal" command still causes the figure to
clear.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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