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: Thu, 14 Jul 2005 16:35:02 -0700
User-agent: Microsoft-Entourage/11.1.0.040913

I've created the .files as suggested and can confirm that it does not work
in Octave. I had to open standalone gnuplot to be able to see the three
curser actions described. I assume that the third one is called zoom.
Henry

henry-f-mollets-emac:~ hfm$ octave
GNU Octave, version 2.1.71 (powerpc-apple-darwin8.1.0).

octave:1> x=linspace(0,2*pi,100);
octave:2> plot (x,sin(x))
% curser behaved as in AquaTerm i.e. no special "action".
octave:3> quit
henry-f-mollets-emac:~ hfm$ gnuplot
        G N U P L O T
        Version 4.0 patchlevel 0
        last modified Thu Apr 15 14:44:22 CEST 2004
        System: Darwin 8.1.0
Terminal type set to 'X11' % showing that now X11 was default
gnuplot> plot sin(x)
% Now I had special curser "action" as described.

on 7/14/05 4:12 PM, Dmitri A. Sergatskov at address@hidden wrote:

> I got this behavior in standalone gnuplot.
> If I plot with octave then mouse is not active in gnuplot windows.
> In my .gnuplot (which is hardlink to .gnuplotrc) I have:
> 
> set term X11
> set mouse
> 
> I also add 
> __gnuplot_raw__ ("set mouse\n;")
> to .octaverc 
> 
> I use gnuplot-4 binary from sourceforge and octave-2.1.71 from hpc
> site.
> 
> The whole reason to use X11 terminal instead of Aquaterm
> is to be able to zoom with the mouse, and it does not work.
> 
> Sincerely,
> 
> Dmitri. 
> 
> On 7/14/05, Henry F. Mollet <address@hidden> wrote:
>> What are the exact commands for setting the mouse in the 3 .files?
>> Then I can try it. Presently I don't yet have these files or nothing about
>> the mouse in them.
>> 
>> In X11 after I use "set term x11" so I'll get the x-gnuplot window rather
>> than default aquaterm window, without having set anything about the mouse, I
>> have the following behavior:
>> 1. Position of mouse is shown in left-hand bottom corner
>> 2. Option click will mark the location of the curser with an x plus position
>> right on the plot.
>> 3. Command click will change the curser to an arrow and I can select an area
>> which then will fill the whole window.
>> Henry
>> 
>> 
>> 
>> on 7/14/05 2:49 PM, Dmitri A. Sergatskov at address@hidden wrote:
>> 
>>> I cannot get  mouse to work on gnuplot windows when using octave on MacOSX
>>> (10.4) with X11  term enabled. I can get Option-Click and Command-Click to
>>> do what they suppose to do on a standalone gnuplot.
>>> I did set mouse in .gnuplot .gnuplotrc .octaverc etc..
>>> I see that Option-Click does something different (minimizes Term windows?)
>>> from simple Click, but not what I expect.
>>> 
>>> Any help?
>>> 
>>> Sincerely,
>>> 
>>> 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]