help-octave
[Top][All Lists]
Advanced

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

Re: closeplot


From: Shai Ayal
Subject: Re: closeplot
Date: Thu, 20 Nov 2003 16:10:21 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007

Found a nice trick myself (sometimes you just have to read the manual)

gnuplot_command_plot="set mouse; pl"

will take care of everything

        Shai

Miquel Cabanas wrote:
hi,

On Thu, Nov 20, 2003 at 02:27:44PM +0200, Shai Ayal wrote:

closeplot;
gset mouse
plot(1:10)

is ok, but I keep forgetting the gset command :)

it is of course possible(?) to redefine the closeplot
command so that it issues the gset mouse command, but
is there a better way ?


closeplot is a built in function which means you will have
to touch the c++ code to implement your mods. It's easier
to append `gset mouse' to the file plot.m

Use the command `which plot' to find where your local copy
lives. Then, make a local copy so that your mods don't mess
with other's preferences. Last modify it, it's pretty easy.

Incidentally, this implies that you have set up the LOADPATH
variable to point to your local path in first instance (check
`help path' for details).

Miquel



--
Shai Ayal, Ph.D.
Scientific Project Manager
BioControl Medical (B.C.M.) Ltd.
3 Geron St.
Yehud 56100
ISRAEL
Tel:  + 972 3 6322 126
Fax:  + 972 3 6322 125
email: address@hidden




-------------------------------------------------------------
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]