From help-octave-request at bevo dot che dot wisc dot edu Wed Jan 15 05:55:43 2003 Subject: Re: Newbie questions From: Pablo Barrera To: Elijah P Newren Cc: help-octave at bevo dot che dot wisc dot edu 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 -------------------------------------------------------------