help-octave
[Top][All Lists]
Advanced

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

Re: Newbie questions


From: Pablo Barrera
Subject: Re: Newbie questions
Date: Wed, 15 Jan 2003 13:59:36 +0100

Elijah P Newren wrote:

> Hi,
>
> I recently just tried out octave, and I was impressed.  There are some
> things I still miss from matlab, but I've already found some cool
> things in octave that are better than matlab.  I'll report some of the
> things that I miss when I figure out where to do so (pointers are
> welcome), but my main question right now is whether it's possible to turn
> off the automatic legend.  I have some plots where the legend just
> clutters things up.
>

You must use the gset command. With this command you can pass directly to
gnuplot any "set" command. In order to remove the legend you only need

gset nokey


gset is also usefull for printing a image in postcript.

gset terminal postcript
gset output "output_file.ps"
plot anything






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