|
From: | Dmitri A. Sergatskov |
Subject: | Re: FLTK refresh required |
Date: | Thu, 25 Jul 2013 12:18:15 -0500 |
Thanks Rik
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
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
[Prev in Thread] | Current Thread | [Next in Thread] |