help-octave
[Top][All Lists]
Advanced

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

Re: closeplot


From: Miquel Cabanas
Subject: Re: closeplot
Date: Thu, 20 Nov 2003 15:43:31 +0100
User-agent: Mutt/1.3.28i

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


-- 
Miquel E Cabanas ------------------------------------------------------
SeRMN, Universitat Autonoma de Barcelona (address@hidden)
------------------------------------------o-oo--ooo---ooo--oo-o--------



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