#set terminal png transparent nocrop enhanced font arial 8 size 420,320 set terminal png nocrop enhanced font arial 8 size 420,320 #set output 'hist-1500.png' set boxwidth 0.7 absolute set style fill solid 1.00 border -1 #set style histogram clustered gap 1 title offset character 0, 0, 0 set datafile missing '-' #set style data histograms #set xtics border in scale 1,0.5 set ylabel "Gbit/s" set xtics ("eth0" 0, "eth1" 1, "eth2" 2, "eth3" 3, "eth4" 4, "eth5" 5, "eth6" 6, "eth7" 7) set title "1500 bytes packets TX performance\nNot to bad, We approach 70 Gbit/s...\nAnd eth8 and eth9 is unused" set yrange [ 0 : 10 ] noreverse nowriteback plot'100126.dma.1500-8.dat' using 2 with boxes; pause -1