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

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

[Octave-bug-tracker] [bug #37966] newplot and subplot (1, 1, 1) produce


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #37966] newplot and subplot (1, 1, 1) produce different axes for FLTK
Date: Sun, 04 Aug 2013 02:27:57 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.95 Safari/537.36

Update of bug #37966 (project octave):

                  Status:                    None => Fixed                  
             Assigned to:                    None => bpabbott               
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

This has been fixed in the default branch.


newplot
get (gca, 'position')
ans =   0.13000   0.11000   0.77500   0.81500
clf
subplot (1,1,1)
get (gca, 'position')
ans =   0.13000   0.11000   0.77500   0.81500



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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