help-octave
[Top][All Lists]
Advanced

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

Re: Drawing several plots in one file


From: Glenn Golden
Subject: Re: Drawing several plots in one file
Date: Fri, 27 Feb 2004 15:28:50 -0700

"Henry F. Mollet" writes:
> 
> I've downlaaded the m.files www.epstk.de and tried the first example:
> octave:17> eplot(x1,cos(x1)*0.2,'cosfill',-1,[0.8 0.8 0.2])
> error: `ePlotLineNo' undefined near line 229 column 17
> What's the problem and how do I solve it?
>


Sounds like maybe you didn't do eopen(). (You also need eclose() when
you're done , i.e.

    >  eopen
    >  eplot (...)
    >  eclose
    >  eview   

)

Glenn



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