bugGNU Octave - Bugs: bug #65756, Figure "outerposition"...

 
 

bug #65756: Figure "outerposition" property is only partly functional

Submitter:  Rik <rik5>
Submitted:  Sat 18 May 2024 03:29:11 PM UTC
   
 
Category:  Plotting Severity:  3 - Normal
Priority:  5 - Normal Item Group:  Incorrect Result
Status:  Confirmed Assigned to:  None
Originator Name:  Open/Closed:  * Open
Release:  * dev Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 18 May 2024 03:29:11 PM UTC, original submission:  

The "outerposition" property does not seem to be updated when the "units" property is changed.  Example code:


hf = figure ();
get (hf, 'outerposition')
set (hf, 'units', 'normalized')
get (hf, 'outerposition')
get (hf, 'position')
ans =

  -1  -1  -1  -1

ans =

  -1  -1  -1  -1

ans =

   0.1168   0.1382   0.2188   0.2917


Also, setting the outerposition doesn't change the location or size of the figure window.


set (hf, 'outerposition', [0, 0, 0.5, 0.75])


Rik <rik5>
Group administrator

 

(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 (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.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-4b4b.
    Corresponding source code