|
From: Donald J B. <dbi...@li...> - 2006-03-25 14:24:15
|
On Sat, Mar 25, 2006 at 08:19:24AM -0600, Donald J Bindner wrote: > Ok. The vector.dem demo seems to work for me. What I was doing > was much simpler. > > vec.dat: > 0 0 1 1 > > I tried to plot it with: > plot "vec.dat" w vec To follow up on that post, the arrow heads are correct if I plot something else along at the same time: plot "vec.dat" w vec, 0 -- Don Bindner <dbi...@tr...> |