octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #42308] Set figure position only works once


From: Ceral Paquet
Subject: [Octave-bug-tracker] [bug #42308] Set figure position only works once
Date: Tue, 06 May 2014 16:53:37 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Firefox/24.0

URL:
  <http://savannah.gnu.org/bugs/?42308>

                 Summary: Set figure position only works once
                 Project: GNU Octave
            Submitted by: octavebugs
            Submitted on: Tue 06 May 2014 04:53:34 PM GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.8.1
        Operating System: GNU/Linux

    _______________________________________________________

Details:

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))





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42308>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]