|
From: Hans-Bernhard B. <HBB...@t-...> - 2009-11-09 13:49:38
|
Wolf Drechsel wrote: > Given is a list, each line is containing two sets of x-y-coordinates. > Each linie should produce one stroke in the plot, leading from > coordinate set 1 to coordinate set 2. If all such lines are strictly single (no sequences of joined lines), you might be better off doing a plot "with vectors". Or you could transform your datafile into a massive list of 'set arrow' commands and load that as a gnuplot script, then make a dummy plot to display them. Each arrow even gets to have its own width. |