help-octave
[Top][All Lists]
Advanced

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

Re: use of ginput with fltk backend


From: Juan Pablo Carbajal
Subject: Re: use of ginput with fltk backend
Date: Fri, 30 Sep 2011 14:12:49 +0200

On Fri, Sep 30, 2011 at 2:53 AM, vatko <address@hidden> wrote:
> Hi,
>
> When I try to use ginput with fltk backend, I get this :
> octave:51> ginput(1)
> feval: function `__fltk_ginput__' not found
>
> Am I doing something wrong, or perhaps ginput does not exist with fltk ?
> From what I have seen on other forums, people seemed to use it with fltk, so
> it seems that it does exist.
> Or perhaps is there an equivalent that I can use with fltk ?
>
> thanks
>
>
>
> --
> View this message in context: 
> http://octave.1599824.n4.nabble.com/use-of-ginput-with-fltk-backend-tp3858278p3858278.html
> Sent from the Octave - General mailing list archive at Nabble.com.
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
>

Hi,
I tested with the following combinations
> setenv('GNUTERM','x11'); graphics_toolkit ('fltk');
> plot(rand(10,1));
> ginput(1)

> setenv('GNUTERM','wxt'); graphics_toolkit ('fltk');
> plot(rand(10,1));
> ginput(1)

All of them work perfectly for me in the dev version 3.5.0+, on Ubuntu 10.10

(Did you tinker with the installation?)

Cheers,
-- 
M. Sc. Juan Pablo Carbajal
-----
PhD Student
University of Zürich
http://ailab.ifi.uzh.ch/carbajal/


reply via email to

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