From: Paul K. <pki...@us...> - 2005-03-23 04:14:36
|
On Mar 17, 2005, at 9:14 AM, Ga=EBl Varoquaux wrote: > I cannot have quiver work under my Linux boxs (debian, sarge and > woody), however I have no problems under Windows/cygwin. I do not=20 > really > understand this issue, it may be an problem with gnuplot. [snip] > I am working around this problem by saving a data file, but it is a > bit of a same I cannot have quiver work under an out of the box debian > system. What I am doing wrong ? As far as I can tell you are doing nothing wrong. I get the same result on my machine. You can hack quiver.m so that it does: save -ascii '/tmp/quiver.dat' M gplot '/tmp/quiver.dat' w vec t "" So long as you only have one quiver plot at a time this should work. Meanwhile, we are trying to figure out what is going wrong with Octave. - Paul |