[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
-------------------------------------------------------------
- Drawing several plots in one file, Jan Trmal, 2004/02/26
- Re: Drawing several plots in one file, Jan Trmal, 2004/02/27
- Re: Drawing several plots in one file, Paul Kienzle, 2004/02/27
- Re: Drawing several plots in one file, Dirk Eddelbuettel, 2004/02/27
- Re: Drawing several plots in one file, Henry F. Mollet, 2004/02/27
- Re: Drawing several plots in one file,
Glenn Golden <=
- Re: Drawing several plots in one file, EPS files, Henry F. Mollet, 2004/02/27
- Re: Drawing several plots in one file, EPS files, Dmitri A. Sergatskov, 2004/02/27
- Re: Drawing several plots in one file, EPS files, Glenn Golden, 2004/02/28
- Re: Drawing several plots in one file, EPS files, Paul Kienzle, 2004/02/28
- Re: Drawing several plots in one file, EPS files, Henry F. Mollet, 2004/02/28