bugGNU Octave - Bugs: bug #55614, axis equal, qt graphics toolkit

 
 

bug #55614: axis equal, qt graphics toolkit

Submitter:  None
Submitted:  Thu 31 Jan 2019 08:16:54 AM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  None
Originator Name:  nicodemi Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.4.1
Operating System:  * GNU/Linux Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 02 Feb 2019 06:22:00 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
Thu 31 Jan 2019 08:16:54 AM UTC, original submission:  

Hello, this is an unexpected behaviour.
I have seen other similar problems with axis equal, but I am not sure it is related.


close
fplot(@sin,[-pi, pi]);
axis([-pi pi -1 1]*1.1)


after the plot shows up, make zoom on some region and finally
run 'axis equal'. The plot disappears leaving an empty axis.
By doing some pan or zoom in/out in the figure the plot might reappear.

This happens with qt graphics toolkit.

This does not happen however if one does


set(gca,'dataaspectratio',[1 1 1])


instead of axis equal.

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)
  • -email is unavailable- added by None (Submitted the item)
  •  

    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-d3ae.
    Corresponding source code