octave-maintainers
[Top][All Lists]
Advanced

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

Re: FLTK refresh required


From: Ben Abbott
Subject: Re: FLTK refresh required
Date: Thu, 25 Jul 2013 20:01:35 +0200

On Jul 25, 2013, at 7:18 PM, Dmitri A. Sergatskov wrote:

> On Thu, Jul 25, 2013 at 10:35 AM, Ben Abbott <address@hidden> wrote:
> 
> On Jul 25, 2013, at 3:49 PM, Rik wrote:
> 
> 
> > octave:2> figure;
> > octave:3> axes
> > octave:4> get (gcf, 'position')
> > ans =
> >
> >   304   215   560   380
> >
> > octave:5> get (0, "defaultfigureposition")
> > ans =
> >
> >   300   200   560   420
> >
> > --Rik
> 
> Thanks Rik
> 
> On Mac OSX, the width and height are "560 420" in both cases.  I don't know 
> why your height is 380, but as far as I know, it should be 420.
> 
> Ben
> 
> I just want to confirm that I have essentially the same results as Rik
> (notice differences in x and y position -- not sure if that is of any 
> importance).
> octave:1> graphics_toolkit fltk
> octave:2> figure;
> octave:3> axes
> octave:4> get (gcf, 'position')
> ans =
> 
>    300   240   560   380
> 
> octave:5> get (0, "defaultfigureposition")
> ans =
> 
>    300   200   560   420
> 
> Dmitri.

Ok. Thanks.

Can anyone explain why the figure "position" is not equal to the 
defaultfigureposition under Linux?

Ben



reply via email to

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