I have a data file representing a vector field and would like to make a three dimensional plot with gnuplot.
The data set is something like this:
0.001 -0.002 0.004
0.003 0.007 -0.005
and so on
where the columns represent the Cartesian components of the vector.
How can I make the plot?