octave-maintainers
[Top][All Lists]
Advanced

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

Re: mouse rotation for fltk backend


From: Ben Abbott
Subject: Re: mouse rotation for fltk backend
Date: Wed, 21 Jul 2010 20:47:56 -0400

On Jul 18, 2010, at 10:50 PM, Michael D Godfrey wrote:

> On 07/18/2010 06:58 PM, Ben Abbott wrote:
>> p.s. I'm running MacOS X 10.6.4 with fltk-aqua 1.1.10.
>>   
>> 
> My experience is that the buttons do not appear under Mac OS X.
> You may be able to get the effect by use of ctrl-p and ctrl-r.
> Or, ctrl-g for grid lines.
> 
> I tried to find why the buttons do not appear, but have not
> succeeded.
> 
> Michael
> 

Apparently the aqua version of fltk isn't completely broken. If I increase the 
size of the figure slightly, the bar with the buttons appears.

        backend fltk
        close all
        plot (1:10)
        set (gcf, "position", get (0, "defaultfigureposition") .* [1 1 1.1 1])

Michael, does this work for you? ... and are you using fltk-aqua or fltk-x11?

Ben


reply via email to

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