bugGNU Octave - Bugs: bug #51435, 3-D plot viewing from...

 
 

bug #51435: 3-D plot viewing from elevation=90°, axis doesn't return z-limits

Submitter:  None
Submitted:  Mon 10 Jul 2017 08:31:49 PM UTC
   
 
Category:  Octave Function Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Matlab Compatibility
Status:  Wont Fix Assigned to:  None
Originator Name:  Kidron Originator Email:  -email is unavailable-
Open/Closed:  * Closed Release:  * 4.2.1
Operating System:  * Any Fixed Release:  None
Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 10 Jul 2017 10:30:42 PM UTC, comment #3: 

Bottom of the page, the output argument lim.  Quoting from the source:


Current limit values, returned as a four-element or six-element vector.

    For Cartesian axes in a 2-D view, lim is of the form [xmin xmax ymin ymax]. For axes in a 3-D view, lim is of the form [xmin xmax ymin ymax zmin zmax].



Rik <rik5>
Group administrator
Mon 10 Jul 2017 10:22:12 PM UTC, comment #2: 

The MATLAB link You provided there is no mantion of OMISSION of z-limits when viewing from North pole.

Naftali Kidron <kauftheil>
Mon 10 Jul 2017 08:48:30 PM UTC, comment #1: 

This behavior is intentional and required for compatibility with Matlab, as documented here:

https://www.mathworks.com/help/matlab/ref/axis.html

John W. Eaton <jwe>
Group administrator
Mon 10 Jul 2017 08:31:49 PM UTC, original submission:  

In 3-D plot, after either
view(azimut, 90)
or
view (2)
or rotating with the mouse, calling
limits=axis,
returns a 4 element vector [x_lo x_hi y_lo y_hi]
instead a 6 element vector [x_lo x_hi y_lo y_hi z_lo z_hi]

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 kauftheil (Posted a comment)
  • -email is unavailable- added by rik5 (Updated the item)
  • -email is unavailable- added by jwe (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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2017-07-10 rik5 Item GroupIncorrect Result Matlab Compatibility
        StatusNone Wont Fix
        Open/ClosedOpen Closed
        Operating SystemMicrosoft Windows Any

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code