~frederix/+junk/ew_processes_results

« back to all changes in this revision

Viewing changes to plots/Wjets_HT.gnuplot

  • Committer: Rikkert Frederix
  • Date: 2018-01-09 10:10:06 UTC
  • Revision ID: frederix@physik.uzh.ch-20180109101006-7wlwk7h9yo4kugqu
added the modified plots as they were already sent to Stefano several months ago

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
set lmargin 3
5
5
set rmargin 2
6
 
set terminal postscript enhanced color "Helvetica" 9 
 
6
#set terminal postscript enhanced color "Helvetica" 9  size 25.4cm,17.8cm
 
7
set terminal postscript enhanced color "Helvetica,22"
 
8
set encoding utf8
7
9
# The pdf terminal offers transparency support, but you will have to adapt things a bit
8
10
#set terminal pdf enhanced font "Helvetica 12" lw 1.0 dashed size 29.7cm, 21cm
9
 
set key font ",18"
10
11
set key samplen "3"
11
12
set key spacing 1.2
12
13
set output "Wjets_HT.ps"
52
53
set xrange [53:4200]
53
54
set bmargin 0 
54
55
set tmargin 0
55
 
set xtics font ",18"
56
 
set ytics font ",18"
57
56
set xtics auto
58
57
set key horizontal noreverse maxcols 1 width -4 
59
58
set label front 'MadGraph5\_aMC\@NLO' font "Courier,15" rotate by 90 at graph 1.02, graph 0.04
60
59
 
61
 
set label front 'Scalar sum of transverse momenta' font",21" at graph 0.03, graph 0.94
 
60
set label front 'Scalar sum of transverse momenta' at graph 0.03, graph 1.06
62
61
 
63
62
#-- rendering subhistograms 'NLO|#1 and LO|#1 results'
64
63
 
73
72
set logscale y
74
73
set logscale x
75
74
set format x ''
76
 
set ylabel "{/Symbol s} per bin [pb]" font ",18" offset -3.5
 
75
set ylabel "{/Symbol s} per bin [pb]"  offset 0
77
76
 
78
77
plot \
79
78
'Wjets_HT.dat' index 0 using (10**(($1+$2)/2)):($3):($4) w yerrorbar ls 1 title '',\
98
97
set ytics add (0.2,0.3,0.4,0.5,0.7,0.8,0.9,1.25,1.5,2,2.5)
99
98
set mytics 10
100
99
unset format x
101
 
set ylabel "NLO/LO" font ",18" offset -1.0
102
 
set xlabel "H_T [GeV]" font ",18" offset 10,-1.0
 
100
set ylabel "NLO/LO" offset 2.0
 
101
set xlabel "H_T [GeV]" offset 10,0.5
103
102
plot \
104
103
1.0 ls 999 title '',\
105
104
'Wjets_HT.dat' index 2 using (10**(($1+$2)/2)):(1/$3):4 w yerrorbar ls 1 title '',\