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

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

[Octave-bug-tracker] [bug #53724] axis "equal" clears plot that are larg


From: anonymous
Subject: [Octave-bug-tracker] [bug #53724] axis "equal" clears plot that are larger than the defined axes
Date: Mon, 23 Apr 2018 12:57:16 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0

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

                 Summary: axis "equal" clears plot that are larger than the
defined axes
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Mon 23 Apr 2018 04:57:15 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Dominic Ernst
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.2
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

This but relates to the bug reported and partly fixed in #49775
<https://savannah.gnu.org/bugs/?49755>

Description:
If a 2d plot display of data is limited by axis([x_lo x_hi y_lo y_hi]) it is
cleared immediatley after invoking axis equal.

Reproduction:
Working:

plot(rand(1,20));
axis equal;
axis([1,20,0,2]);


Not working:

plot(rand(1,21));
axis equal;
axis([1,20,0,2]);






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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