From: Florian Forster Date: Sat, 29 Jan 2011 11:29:25 +0000 (+0100) Subject: Anzahl unterschiedlicher Schnitte: GNUplot-Graphen verhübschert. X-Git-Url: https://git.octo.it/?p=diplomarbeit.git;a=commitdiff_plain;h=01c265ae9e393c42b9523b0448c9ff38ee6d2578 Anzahl unterschiedlicher Schnitte: GNUplot-Graphen verhübschert. --- diff --git a/images/collisions-10000-1000000-32.gnuplot b/images/collisions-10000-1000000-32.gnuplot index d537be7..3e0e556 100644 --- a/images/collisions-10000-1000000-32.gnuplot +++ b/images/collisions-10000-1000000-32.gnuplot @@ -13,7 +13,7 @@ # faq, bugs, etc: type "help seeking-assistance" # immediate help: type "help" # plot window: hit 'h' -set terminal pdfcairo size 15.00cm, 9.27cm +set terminal pdfcairo size 15.00cm, 9.27cm set output 'collisions-10000-1000000-32.pdf' unset clip points set clip one @@ -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,9 +89,9 @@ 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 ytics 1e+06 norangelimit set ztics border in scale 1,0.5 nomirror norotate offset character 0, 0, 0 set ztics autofreq norangelimit set nox2tics @@ -117,8 +117,8 @@ set ylabel "" set ylabel offset character 0, 0, 0 font "" textcolor lt -1 rotate by -270 set y2label "" set y2label offset character 0, 0, 0 font "" textcolor lt -1 rotate by -270 -set yrange [ * : * ] noreverse nowriteback # (currently [2.00000e+06:9.00000e+06] ) -set y2range [ * : * ] noreverse nowriteback # (currently [2.00000e+06:8.80000e+06] ) +set yrange [ 2.00000e+06 : 6.00000e+06 ] noreverse nowriteback +set y2range [ * : * ] noreverse nowriteback # (currently [2.00000e+06:6.00000e+06] ) set zlabel "" set zlabel offset character 0, 0, 0 font "" textcolor lt -1 norotate set zrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] ) @@ -142,5 +142,5 @@ set loadpath set fontpath set fit noerrorvariables GNUTERM = "wxt" -plot 'collisions-10000-1000000-32-oes.data' using 1:4 title "OES(32)", 'collisions-10000-1000000-32-bs.data' using 1:4 title "BS(32)" +plot 'collisions-10000-1000000-32-oes.data' using 1:4 title "OES(32)" with lines, 'collisions-10000-1000000-32-bs.data' using 1:4 title "BS(32)" with lines # EOF diff --git a/images/collisions-100000-1000000-32-ps.gnuplot b/images/collisions-100000-1000000-32-ps.gnuplot index 66c65cd..1b7b346 100644 --- a/images/collisions-100000-1000000-32-ps.gnuplot +++ b/images/collisions-100000-1000000-32-ps.gnuplot @@ -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 @@ -91,7 +91,7 @@ set mcbtics default set xtics border in scale 1,0.5 mirror norotate offset character 0, 0, 0 set xtics autofreq norangelimit set ytics border in scale 1,0.5 mirror norotate offset character 0, 0, 0 -set ytics autofreq norangelimit +set ytics 5e+07 norangelimit set ztics border in scale 1,0.5 nomirror norotate offset character 0, 0, 0 set ztics autofreq norangelimit set nox2tics @@ -112,13 +112,13 @@ set xlabel offset character 0, 0, 0 font "" textcolor lt -1 norotate set x2label "" set x2label offset character 0, 0, 0 font "" textcolor lt -1 norotate set xrange [ * : * ] noreverse nowriteback # (currently [0.00000:1.00000e+06] ) -set x2range [ * : * ] noreverse nowriteback # (currently [200.000:1.00000e+06] ) +set x2range [ * : * ] noreverse nowriteback # (currently [510.000:1.00000e+06] ) set ylabel "" set ylabel offset character 0, 0, 0 font "" textcolor lt -1 rotate by -270 set y2label "" set y2label offset character 0, 0, 0 font "" textcolor lt -1 rotate by -270 -set yrange [ * : * ] noreverse nowriteback # (currently [2.00000e+06:9.00000e+06] ) -set y2range [ * : * ] noreverse nowriteback # (currently [2.00000e+06:8.80000e+06] ) +set yrange [ 1.50000e+08 : 4.50000e+08 ] noreverse nowriteback +set y2range [ * : * ] noreverse nowriteback # (currently [1.50000e+08:4.50000e+08] ) set zlabel "" set zlabel offset character 0, 0, 0 font "" textcolor lt -1 norotate set zrange [ * : * ] noreverse nowriteback # (currently [-10.0000:10.0000] ) @@ -142,5 +142,5 @@ set loadpath set fontpath set fit noerrorvariables GNUTERM = "wxt" -plot 'collisions-100000-1000000-32-ps.data' using 1:4 title "PS(32)" +plot 'collisions-100000-1000000-32-ps.data' using 1:4 title "PS(32)" with lines # EOF diff --git a/images/count-cuts-16.gnuplot b/images/count-cuts-16.gnuplot index a133771..f15c342 100644 --- a/images/count-cuts-16.gnuplot +++ b/images/count-cuts-16.gnuplot @@ -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