help-octave
[Top][All Lists]
Advanced

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

Re: Problem with ginput


From: Benjamin Lindner
Subject: Re: Problem with ginput
Date: Thu, 10 Dec 2009 14:07:23 +0100

> using ginput() from the octave-forge plot package, octave
> still hangs on calling ginput(1).

Using the wxt terminal by issuing putenv("GNUTERM","wxt")
it works

octave> [x,y,b] = ginput(1)
x =  5.1002
y =  0.45119
b =  1

using the windows terminal it doesn't.
I also see, that the windows terminal does *not*
return after a mouse click, even when executing
  pause mouse any
but only after a keypress.

I see this in gnuplot 4.3.0-2009-07-08 CVS and in 4.4-rc1

This looks like a gnuplot windows terminal issue.

benjamin

-- 
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/chbrowser


reply via email to

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