bugGNU Octave - Bugs: bug #42308, Set figure position only works once

 
 

bug #42308: Set figure position only works once

Submitter:  Ceral Paquet <octavebugs>
Submitted:  Tue 06 May 2014 04:53:34 PM UTC
   
 
Category:  Plotting with OpenGL Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Duplicate Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * 3.8.1 Operating System:  * GNU/Linux
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 06 May 2014 09:36:37 PM UTC, comment #1: 

This is a known problem with the FLTK toolkit.  The Qt toolkit (part of the 4.0 release) works fine.  See the report for bug #41727.

Rik <rik5>
Group administrator
Tue 06 May 2014 04:53:34 PM UTC, original submission:  

Running this snippet changes the Figure size correctly on the first run but not on subsequent runs.



function testme()

close all
figure
set(gcf,'Position',[23 138 982 420])
imagesc(randn(100))

Ceral Paquet <octavebugs>

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Digest:
   bug dependencies.

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by mtmiller (Updated the item)
  • -email is unavailable- added by rik5 (Updated the item)
  • -email is unavailable- added by octavebugs (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
    2014-05-07 mtmiller Open/ClosedOpen Closed
    2014-05-06 rik5 CategoryPlotting Plotting with OpenGL
        StatusNone Duplicate
        Dependencies- Depends on bugs #41727

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code