[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: warnig off, legends off...
From: |
Paul Kienzle |
Subject: |
Re: warnig off, legends off... |
Date: |
Sat, 7 Oct 2000 01:18:57 +0100 |
User-agent: |
Mutt/1.2.5i |
If you are willing to recompile octave, it is easy enough to shut
off warnings in error.cc. Do a search for "beep_on_error", and
do the same thing for "show_warnings" or some such, then submit a
bug report with your context-diff patch
diff -c error.cc-orig error.cc > warning.patch
For legends, gset nokey, or alternatively, plot(x,y,";;")
The second alternative allows you to put meaningful legend labels
easily.
Paul Kienzle
address@hidden
On Fri, Oct 06, 2000 at 12:32:07PM -0500, humberto Nanni wrote:
> hi again...
>
> there are something like the matalab's "warning off" to shutdown the
> warning messages, or a way to redirect them to /dev/null...
>
> how can i shutdown the drawing of legends (the name of the variable +
> the line color that it takes in the plot) when i use the command plot?
>
> thanks
> H.Nanni
>
>
>
>
> -----------------------------------------------------------------------
> Octave is freely available under the terms of the GNU GPL.
>
> Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
> How to fund new projects: http://www.che.wisc.edu/octave/funding.html
> Subscription information: http://www.che.wisc.edu/octave/archive.html
> -----------------------------------------------------------------------
>
>
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------