octave-maintainers
[Top][All Lists]
Advanced

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

Re: FLTK refresh required


From: Dmitri A. Sergatskov
Subject: Re: FLTK refresh required
Date: Thu, 25 Jul 2013 12:18:15 -0500




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


reply via email to

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