Anzahl unterschiedlicher Schnitte: GNUplot-Graphen verhübschert.
[diplomarbeit.git] / images / count-cuts-16.gnuplot
index a133771..f15c342 100644 (file)
@@ -13,8 +13,8 @@
 #      faq, bugs, etc:   type "help seeking-assistance"
 #      immediate help:   type "help"
 #      plot window:      hit 'h'
-# set terminal wxt 0
-# set output
+set terminal pdfcairo  size 15.00cm, 9.27cm
+set output 'count-cuts-16.pdf'
 unset clip points
 set clip one
 unset clip two
@@ -44,7 +44,7 @@ set format cb "% g"
 set angles radians
 unset grid
 set key title ""
-set key inside right top vertical Right noreverse enhanced autotitles nobox
+set key outside center bottom horizontal Right noreverse enhanced autotitles box linetype -1 linewidth 1.000
 set key noinvert samplen 4 spacing 1 width 0 height 0 
 unset label
 unset arrow
@@ -89,7 +89,7 @@ set mx2tics default
 set my2tics default
 set mcbtics default
 set xtics border in scale 1,0.5 mirror norotate  offset character 0, 0, 0
-set xtics autofreq  norangelimit
+set xtics 200000 norangelimit
 set ytics border in scale 1,0.5 mirror norotate  offset character 0, 0, 0
 set ytics autofreq  norangelimit
 set ztics border in scale 1,0.5 nomirror norotate  offset character 0, 0, 0
@@ -142,5 +142,5 @@ set loadpath
 set fontpath 
 set fit noerrorvariables
 GNUTERM = "wxt"
-plot 'count-cuts-16-ps.data' using 1:2 title "PS(16)", 'count-cuts-16-bs.data' using 1:2 title "BS(16)", 'count-cuts-16-oes.data' using 1:2 title "OES(16)"
+plot 'count-cuts-16-ps.data' using 1:2 title "PS(16)" with lines, 'count-cuts-16-bs.data' using 1:2 title "BS(16)" with lines, 'count-cuts-16-oes.data' using 1:2 title "OES(16)" with lines
 #    EOF