Monday, June 6, 2011

plot arrows between values in gnuplot

plot "data.txt" using 1:2 title "orig" lt 2 pt 2, \
 "data.txt" using 1:3 title "step 1 1" lt 1 pt 3, \
 "data.txt" using 1:2:(+0):(-($2-$3)) notitle with vectors arrowstyle 1

No comments:

Post a Comment