|
From: Peter D. <pc...@wi...> - 2007-12-09 00:21:25
|
On Sat, Dec 08, 2007 at 03:24:32PM -0800, Ethan A Merritt wrote:
> Does it really need an extra column of pseudodata?
You need two dimensions of sampling for something like this:
http://wikisophia.org/wiki/User:Danenberg#Vector_field
That hack was only possible by splotting to get an extra column out of
'+', and flattening to 2d with `set view map':
splot '+' using 1:2:(0.0):(cos($1)):(cos($2)):(0.0) with vectors
Problem is that for 3d vectorfields, there's no 4d analog of splot to
flatten into a cube.
|