bugGNU Octave - Bugs: bug #53336, axis equal clears plot when called...

 
 

bug #53336: axis equal clears plot when called after xlim/ylim

Submitter:  None
Submitted:  Tue 13 Mar 2018 03:11:21 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Fixed Assigned to:  None
Originator Name:  Wilfrid Ingignoli Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.1
Operating System:  * Microsoft Windows Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 02 Feb 2019 06:26:29 AM UTC, comment #1: 

Fixed on the development branch in this cset: https://hg.savannah.gnu.org/hgweb/octave/rev/a7dfb00d5bf5.

This will be a part of the Octave 6.1 release.  To access the fix sooner download axis.m from the Mercurial development branch and replace your local copy.

Closing report.


Rik <rik5>
Group administrator
Tue 13 Mar 2018 03:11:21 PM UTC, original submission:  

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.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by rik5 (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2019-02-02 rik5 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code