# set terminal pngcairo transparent enhanced font "arial,10" fontscale 1.0 size 600, 400 # set output 'arrowstyle.2.png' set key fixed right top vertical Right noreverse enhanced autotitle box lt black linewidth 1.000 dashtype solid set key opaque set label 1 "arrowstyle 1:" at -520.000, -100.000, 0.00000 right norotate back nopoint set label 2 "arrowstyle 2:" at -520.000, -110.000, 0.00000 right norotate back nopoint set label 3 "arrowstyle 3:" at -520.000, -120.000, 0.00000 right norotate back nopoint set label 4 "arrowstyle 4:" at -520.000, -130.000, 0.00000 right norotate back nopoint set label 5 "arrowstyle 5:" at -520.000, -140.000, 0.00000 right norotate back nopoint set label 6 "arrowstyle 6:" at -520.000, -150.000, 0.00000 right norotate back nopoint set label 7 "arrowstyle 7:" at -520.000, -160.000, 0.00000 right norotate back nopoint set label 8 "arrowstyle 8:" at -520.000, -170.000, 0.00000 right norotate back nopoint set arrow 1 from -500.000, -100.000, 0.00000 to 500.000, -100.000, 0.00000 head back filled linecolor rgb "dark-violet" linewidth 2.000 dashtype solid size screen 0.025,30.000,45.000 set arrow 2 from -500.000, -110.000, 0.00000 to 500.000, -110.000, 0.00000 head back nofilled linecolor rgb "#56b4e9" linewidth 2.000 dashtype solid size screen 0.030,15.000,90.000 set arrow 3 from -500.000, -120.000, 0.00000 to 500.000, -120.000, 0.00000 head back filled linecolor rgb "dark-violet" linewidth 2.000 dashtype solid size screen 0.030,15.000,45.000 set arrow 4 from -500.000, -130.000, 0.00000 to 500.000, -130.000, 0.00000 head back filled linecolor rgb "#56b4e9" linewidth 2.000 dashtype solid size screen 0.030,15.000,90.000 set arrow 5 from -500.000, -140.000, 0.00000 to 500.000, -140.000, 0.00000 heads back noborder linecolor rgb "dark-violet" linewidth 2.000 dashtype solid size screen 0.030,15.000,135.000 set arrow 6 from -500.000, -150.000, 0.00000 to 500.000, -150.000, 0.00000 head back empty linecolor rgb "#56b4e9" linewidth 2.000 dashtype solid size screen 0.030,15.000,135.000 set arrow 7 from -500.000, -160.000, 0.00000 to 500.000, -160.000, 0.00000 nohead back nofilled linecolor rgb "dark-violet" linewidth 2.000 dashtype solid set arrow 8 from -500.000, -170.000, 0.00000 to 500.000, -170.000, 0.00000 heads back nofilled linecolor rgb "#56b4e9" linewidth 2.000 dashtype solid size screen 0.008,90.000,90.000 set style line 1 linecolor rgb "dark-violet" linewidth 2.000 dashtype solid pointtype 7 pointsize default set style line 2 linecolor rgb "#56b4e9" linewidth 2.000 dashtype solid pointtype 3 pointsize default set style arrow 1 head back filled linecolor rgb "dark-violet" linewidth 2.000 dashtype solid size screen 0.025,30.000,45.000 set style arrow 2 head back nofilled linecolor rgb "#009e73" linewidth 2.000 dashtype solid size screen 0.030,15.000,90.000 set style arrow 3 head back filled linecolor rgb "#56b4e9" linewidth 2.000 dashtype solid size screen 0.030,15.000,45.000 set style arrow 4 head back filled linecolor rgb "#e69f00" linewidth 2.000 dashtype solid size screen 0.030,15.000,90.000 set style arrow 5 heads back noborder linecolor rgb "#f0e442" linewidth 2.000 dashtype solid size screen 0.030,15.000,135.000 set style arrow 6 head back empty linecolor rgb "#0072b2" linewidth 2.000 dashtype solid size screen 0.030,15.000,135.000 set style arrow 7 nohead back nofilled linecolor rgb "#e51e10" linewidth 2.000 dashtype solid set style arrow 8 heads back nofilled linecolor rgb "black" linewidth 2.000 dashtype solid size screen 0.008,90.000,90.000 set samples 50, 50 set style data lines set xtics border in scale 0,0 nomirror norotate autojustify set ytics border in scale 0,0 nomirror norotate autojustify set ztics border in scale 0,0 nomirror norotate autojustify set cbtics border in scale 0,0 nomirror norotate autojustify set rtics border in scale 0,0 nomirror norotate autojustify set title "Plot 'file' with vectors " set xrange [ * : * ] noreverse writeback set x2range [ * : * ] noreverse writeback set yrange [ * : 10.0000 ] noreverse writeback set y2range [ * : * ] noreverse writeback set zrange [ * : * ] noreverse writeback set cbrange [ * : * ] noreverse writeback set rrange [ * : * ] noreverse writeback set colorbox vertical origin screen 0.9, 0.2 size screen 0.05, 0.6 front noinvert bdefault pos(x) = 69 * sin(0.01 * x) len(x) = 49 * sin(0.01 * x + pi/2) NO_ANIMATION = 1 ## Last datafile plotted: "2.dat" plot '1.dat' using 1:2:(+1):(+1) with vectors lt 4 filled title 'filled', '2.dat' using 1:2:(+1):(+1) with vectors lt 1 heads title 'double-headed', '2.dat' using ($1):(2-$2/3):(+1):(+2.5):(int($0)%8 + 1) with vectors as var ti 'arrowstyle variable'