On Tue, Nov 27, 2007 at 08:26:23AM -0700, Wesley J. Landaker wrote:
> octave-plplot doesn't work at all, e.g.:
> 
> octave:1> plot([1:10])
> usage: plot (y)
>        plot (x, y, ...)
>        plot (x, y, fmt, ...)       plot (x, y, property, value, ...)
> error: evaluating if command near line 28, column 3
> error: called from `__plt__' in file 
> `/usr/share/octave/2.9.17/m/plot/__plt__.m'
> error: called from `plot' in file `/usr/share/plplot_octave//plot.m'

Octave-plplot 5.8.0RC1~3 works fine for me for i386 on testing / 
unstable.

Can you confirm exactly what you are doing? The octave instructions 
are from upstream and not Debian specific. They are also out of date (as
it says at the top of the file). Under Debian the basic commands are in
the path. You don't need to add anything to .octaverc.

All you need to do is start octave, type toggle_plplot_use to switch
from gnuplot plotting (default) to octave plotting, then type the plot 
commands. You need to make sure you install the required drivers. For
interactive display this is likely to be plplot9-driver-xwin.

I agree the documentation is out of date and I will correct it upstream.
toggle_plplot_use does not use LOADPATH on octave2.9 it uses addpath
instead.

Andrew




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to