help-octave
[Top][All Lists]
Advanced

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

Re: mouse on MacOSX/X11


From: Henry F. Mollet
Subject: Re: mouse on MacOSX/X11
Date: Sat, 16 Jul 2005 19:52:33 -0700
User-agent: Microsoft-Entourage/11.1.0.040913

I have to correct my earlier posting. Today using Octave in X11, not
standalone gnuplot, the mouse worked just fine. I.e.:
1. Location of curser in lower left
2. Option click printed location on window
3. Command click gave zooming but don't know how to unzoom.

Not sure why it is working now. Perhaps the computer had to be turned off/on
for needed changes to take effect. If I knew how to save a plot in the
X11/Gnuplot window (but created using Octave, see below), I would have
attached the zoomed figure.

Also, how do I paste text into X11 xTerm window?
Henry

henry-f-mollets-emac:~ hfm$ octave
GNU Octave, version 2.1.71 (powerpc-apple-darwin8.1.0).
Copyright (C) 2005 John W. Eaton.

octave:1> gset term x11
warning: gset is deprecated and will be removed from a future
warning: version of Octave.
warning: You should use the higher-level plot functions
warning: ("plot", "mesh", "semilogx", etc.) instead
warning: of the low-level plotting commands.
warning: If you absolutely must use this function, use the
warning: internal version __gnuplot_set__ instead.
octave:2> plot (1:50,"x")  % now I checked on items 1-3 given above.
octave:3> 


on 7/15/05 5:01 PM, Dmitri A. Sergatskov at address@hidden wrote:

> On 7/15/05, John W. Eaton <address@hidden> wrote:
>> OK, here is perhaps a better test.  In one window, execute the commands
>> 
>>   mkfifo fifo
>>   gnuplot < fifo
>> 
>> and then in another
>> 
>>   cat > fifo
>>   set mouse
>>   plot sin(x)
>>   ... other plotting commands ...
>> 
>> On the OS X system, does this show any different behavior than
>> Octave+gnuplot?  If so, then there might be a bug in the way Octave is
>> communicating with gnuplot.  Otherwise, if the behavior is the same
>> then I think the problem is not in Octave.
>> 
> 
> In this test behavior is consistent with Octave: on linux mouse
> works and on MacOSX does not.
> 
>> jwe
>> 
> 
> Thanks!
> 
> Dmitri.
> --
> 
> 
> 
> -------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
> 
> Octave's home on the web:  http://www.octave.org
> How to fund new projects:  http://www.octave.org/funding.html
> Subscription information:  http://www.octave.org/archive.html
> -------------------------------------------------------------
> 




-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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