help-octave
[Top][All Lists]
Advanced

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

Re: Legend help


From: Dmitri A. Sergatskov
Subject: Re: Legend help
Date: Tue, 7 Nov 2006 13:26:53 -0700

Since we are on the subject.

The current version of legend fails if called before the first invocation of
gnuplot:

octave:1> legend("junk1")
error: invalid row index = 0
error: evaluating argument list element number 1
error: evaluating argument list element number 1
error: evaluating prefix operator `!' near line 208, column 7
error: if: error evaluating conditional expression
error: evaluating if command near line 208, column 3
error: called from `legend' in file `/arch1/dima/incoming/legend.m'
octave:1> plot(rand(5))
octave:2> legend("junk1")

(works now)

octave:3>

I do not think it is a very serious problem, but want to let you know...

Sincerely,

Dmitri.
--


reply via email to

[Prev in Thread] Current Thread [Next in Thread]