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

Re: [Pkg-octave-devel] quiver and gnuplot



* Paul Kienzle <pkienzle@users.sf.net> [2005-02-27 22:30]:

> Can somebody confirm that quiver is working with the latest release.  
> It works for me but there is a note on the octave-forge bug tracker 
> that it does not work. I don't know if it is because their gnuplot is 
> older or newer than mine.

In my Debian testing system, I am getting the same error message as reported
in the bug tracker:

$ dpkg -l octave2.1 octave-forge gnuplot | grep ^ii
ii  octave2.1      2.1.66-1       GNU Octave language for numerical computatio
ii  octave-forge   2004.11.16-5   Contributed functions for GNU Octave from ht
ii  gnuplot        4.0.0-2        A command-line driven interactive plotting p
$ octave -q
octave:1> [x,y] = meshgrid(1:2:40);
octave:2> quiver(x,y,sin(2*pi*x/10),sin(2*pi*y/10))
octave:3>          line 0: Not enough columns for this style

-- 
Rafael



Reply to: