On 11/13/2012 08:54 AM, Henque wrote:
> Hello,
>
> I've installed octave 3.6.2 on windows XP. And I try to use the function
> "ginput" :
>
> imshow(rand(100))
> [x,y]=ginput(1)
>
> But I get this error:
>
> error: feval: function '__qt_ginput__' no found
> error: called from:
> error:<>\m\plot\ginput.m at line 41, column 21
>
>
> Does anyone have an idea?

Hi Héctor,

I'm not exactly sure because this works on a fairly recent development 
version on my linux system.  I am using gnuplot for the graphics and get 
a toolkit description of

octave:3> toolkit = (get (gcf, "__graphics_toolkit__"))
toolkit = gnuplot

for both command line interface and GUI.

 From the error message you've shown, you should get a toolkit 
description of "qt".  I've searched the script codes in the source tree 
and don't immediately see how "qt" could end up in your figure structure.

What graphics are you using on your Windows XP system?  Is it gnuplot, 
fltk, something else?  (I ask because I haven't much experience with how 
Octave behaves under Windows.)  If you don't know that, please describe 
what the window containing the image of random grey pixels looks like.

Dan

------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to