[Rivet-svn] r2827 - in trunk: . bin data/plotinfo

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Tue Dec 7 15:01:07 GMT 2010


Author: hoeth
Date: Tue Dec  7 15:01:06 2010
New Revision: 2827

Log:
Change LegendXPos behaviour in make-plots. Now the top left
corner of the legend is used as anchor point.

Modified:
   trunk/ChangeLog
   trunk/bin/compare-histos
   trunk/bin/make-plots
   trunk/data/plotinfo/ALEPH_1991_S2435284.plot
   trunk/data/plotinfo/ALEPH_1996_S3196992.plot
   trunk/data/plotinfo/ALEPH_1996_S3486095.plot
   trunk/data/plotinfo/ALEPH_2004_S5765862.plot
   trunk/data/plotinfo/ATLAS_2010_CONF_2010_031.plot
   trunk/data/plotinfo/ATLAS_2010_CONF_2010_049.plot
   trunk/data/plotinfo/ATLAS_2010_CONF_2010_081.plot
   trunk/data/plotinfo/ATLAS_2010_CONF_2010_083.plot
   trunk/data/plotinfo/CDF_2001_S4751469.plot
   trunk/data/plotinfo/CDF_2002_S4796047.plot
   trunk/data/plotinfo/CDF_2004_S5839831.plot
   trunk/data/plotinfo/CDF_2005_S6080774.plot
   trunk/data/plotinfo/CDF_2005_S6217184.plot
   trunk/data/plotinfo/CDF_2008_LEADINGJETS.plot
   trunk/data/plotinfo/CDF_2008_NOTE_9351.plot
   trunk/data/plotinfo/CDF_2009_S8233977.plot
   trunk/data/plotinfo/D0_1996_S3324664.plot
   trunk/data/plotinfo/D0_2004_S5992206.plot
   trunk/data/plotinfo/D0_2007_S7075677.plot
   trunk/data/plotinfo/D0_2008_S7837160.plot
   trunk/data/plotinfo/D0_2008_S7863608.plot
   trunk/data/plotinfo/D0_2009_S8349509.plot
   trunk/data/plotinfo/D0_2010_S8570965.plot
   trunk/data/plotinfo/DELPHI_1996_S3430090.plot
   trunk/data/plotinfo/DELPHI_2002_069_CONF_603.plot
   trunk/data/plotinfo/DELPHI_2003_WUD_03_11.plot
   trunk/data/plotinfo/JADE_OPAL_2000_S4300807.plot
   trunk/data/plotinfo/MC_HJETS.plot
   trunk/data/plotinfo/MC_JETS.plot
   trunk/data/plotinfo/MC_PHOTONJETS.plot
   trunk/data/plotinfo/MC_WJETS.plot
   trunk/data/plotinfo/MC_WWJETS.plot
   trunk/data/plotinfo/MC_ZJETS.plot
   trunk/data/plotinfo/MC_ZZJETS.plot
   trunk/data/plotinfo/OPAL_1993_S2692198.plot
   trunk/data/plotinfo/OPAL_2001_S4553896.plot
   trunk/data/plotinfo/STAR_2009_UE_HELEN.plot

Modified: trunk/ChangeLog
==============================================================================
--- trunk/ChangeLog	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/ChangeLog	Tue Dec  7 15:01:06 2010	(r2827)
@@ -1,3 +1,8 @@
+2010-12-07  Hendrik Hoeth <hendrik.hoeth at cern.ch>
+
+	* Change LegendXPos behaviour in make-plots. Now the top left
+	corner of the legend is used as anchor point.
+
 2010-12-03  Andy Buckley  <andy at insectnation.org>
 
 	* 1.4.0 release.
@@ -6,6 +11,10 @@
 	rivet-rmgaps (it's still needed for non-plotting post-processing
 	like Professor).
 
+2010-12-03  Hendrik Hoeth <hendrik.hoeth at cern.ch>
+
+	* Fix normalisation issues in UA5 and ALEPH analyses
+
 2010-11-27  Andy Buckley  <andy at insectnation.org>
 
 	* MathUtils.hh: Adding fuzzyGtrEquals and fuzzyLessEquals, and

Modified: trunk/bin/compare-histos
==============================================================================
--- trunk/bin/compare-histos	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/bin/compare-histos	Tue Dec  7 15:01:06 2010	(r2827)
@@ -391,7 +391,6 @@
                          "RatioPlot" : "%d" % int(not opts.NORATIO),
                          "XTwosidedTicks" : "1",
                          "YTwosidedTicks" : "1",
-                         "LegendYPos" : "0.92",
                          "RatioPlotReference" : "%s%s" % (ref, HISTOS[ref][name].fullPath()),
                          "RatioPlotYLabel" : "Ratio"}
 

Modified: trunk/bin/make-plots
==============================================================================
--- trunk/bin/make-plots	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/bin/make-plots	Tue Dec  7 15:01:06 2010	(r2827)
@@ -661,8 +661,8 @@
             if title == '':
                 continue
             else:
-                out += ('\\rput[Bl](-0.35,' + str(ypos) + '){' + title + '}\n')
-                out += ('\\rput[Bl](-0.35,%s){%s\n' %(ypos,'%'))
+                out += ('\\rput[Bl](0.1,' + str(ypos) + '){' + title + '}\n')
+                out += ('\\rput[Bl](0.1,%s){%s\n' %(ypos,'%'))
                 if drawobject.getErrorBands():
                     out += ('\\psframe[linewidth=0pt,linestyle=none,fillstyle=solid,fillcolor=%s]' %drawobject.getErrorBandColor())
                     out += ('(-0.10, 0.033)(-0.02, 0.001)\n')
@@ -696,7 +696,7 @@
                 ypos -= 0.075*6/self.description['PlotSizeY']
         if self.description.has_key('CustomLegend'):
             for i in self.description['CustomLegend'].strip().split('\\\\'):
-                out += ('\\rput[Bl](-0.35,' + str(ypos) + '){' + i + '}\n')
+                out += ('\\rput[Bl](0.1,' + str(ypos) + '){' + i + '}\n')
                 ypos -= 0.075*6/self.description['PlotSizeY']
         out += ('}\n')
         return out
@@ -705,13 +705,13 @@
         if self.description.has_key('LegendXPos'):
             return self.description['LegendXPos']
         else:
-            return '0.98'
+            return '0.53'
 
     def getLegendYPos(self):
         if self.description.has_key('LegendYPos'):
             return self.description['LegendYPos']
         else:
-            return '0.98'
+            return '0.93'
 
 
 

Modified: trunk/data/plotinfo/ALEPH_1991_S2435284.plot
==============================================================================
--- trunk/data/plotinfo/ALEPH_1991_S2435284.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/ALEPH_1991_S2435284.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -2,7 +2,7 @@
 Title=Total charged multiplicity
 XLabel=$n_\text{ch}$
 YLabel=$2/\sigma \, \mathrm{d}{\sigma}/\mathrm{d}{n_\text{ch}}$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.7
 # END PLOT
 

Modified: trunk/data/plotinfo/ALEPH_1996_S3196992.plot
==============================================================================
--- trunk/data/plotinfo/ALEPH_1996_S3196992.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/ALEPH_1996_S3196992.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -2,7 +2,7 @@
 Title=Photon Fragmentation in 2-jet events with $y_\mathrm{cut}=0.01$
 XLabel=$z_\gamma$
 YLabel=$1/\sigma \mathrm{d}\sigma(\mathrm{2-jet})/\mathrm{d}z \times 10^3$
-LegendXPos=0.7
+LegendXPos=0.25
 LogY=1
 RatioPlotMode=deviation
 # END PLOT
@@ -11,7 +11,7 @@
 Title=Photon Fragmentation in 2-jet events with $y_\mathrm{cut}=0.06$
 XLabel=$z_\gamma$
 YLabel=$1/\sigma \mathrm{d}\sigma(\mathrm{2-jet})/\mathrm{d}z \times 10^3$
-LegendXPos=0.7
+LegendXPos=0.25
 LogY=1
 RatioPlotMode=deviation
 # END PLOT
@@ -20,7 +20,7 @@
 Title=Photon Fragmentation in 2-jet events with $y_\mathrm{cut}=0.1$
 XLabel=$z_\gamma$
 YLabel=$1/\sigma \mathrm{d}\sigma(\mathrm{2-jet})/\mathrm{d}z \times 10^3$
-LegendXPos=0.7
+LegendXPos=0.25
 LogY=1
 RatioPlotMode=deviation
 # END PLOT
@@ -29,7 +29,7 @@
 Title=Photon Fragmentation in 2-jet events with $y_\mathrm{cut}=0.33$
 XLabel=$z_\gamma$
 YLabel=$1/\sigma \mathrm{d}\sigma(\mathrm{2-jet})/\mathrm{d}z \times 10^3$
-LegendXPos=0.7
+LegendXPos=0.25
 LogY=1
 RatioPlotMode=deviation
 # END PLOT
@@ -38,7 +38,7 @@
 Title=Photon Fragmentation in 3-jet events with $y_\mathrm{cut}=0.01$
 XLabel=$z_\gamma$
 YLabel=$1/\sigma \mathrm{d}\sigma(\mathrm{3-jet})/\mathrm{d}z \times 10^3$
-LegendXPos=0.7
+LegendXPos=0.25
 LogY=1
 RatioPlotMode=deviation
 # END PLOT
@@ -47,7 +47,7 @@
 Title=Photon Fragmentation in 3-jet events with $y_\mathrm{cut}=0.06$
 XLabel=$z_\gamma$
 YLabel=$1/\sigma \mathrm{d}\sigma(\mathrm{3-jet})/\mathrm{d}z \times 10^3$
-LegendXPos=0.7
+LegendXPos=0.25
 LogY=1
 RatioPlotMode=deviation
 # END PLOT
@@ -56,7 +56,7 @@
 Title=Photon Fragmentation in 3-jet events with $y_\mathrm{cut}=0.1$
 XLabel=$z_\gamma$
 YLabel=$1/\sigma \mathrm{d}\sigma(\mathrm{3-jet})/\mathrm{d}z \times 10^3$
-LegendXPos=0.7
+LegendXPos=0.25
 LogY=1
 RatioPlotMode=deviation
 # END PLOT
@@ -65,7 +65,7 @@
 Title=Photon Fragmentation in 4-jet events with $y_\mathrm{cut}=0.01$
 XLabel=$z_\gamma$
 YLabel=$1/\sigma \mathrm{d}\sigma(\mathrm{4-jet})/\mathrm{d}z \times 10^3$
-LegendXPos=0.7
+LegendXPos=0.25
 LogY=1
 RatioPlotMode=deviation
 # END PLOT

Modified: trunk/data/plotinfo/ALEPH_1996_S3486095.plot
==============================================================================
--- trunk/data/plotinfo/ALEPH_1996_S3486095.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/ALEPH_1996_S3486095.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -30,7 +30,7 @@
 Title=Two-jet resolution variable, $Y_3$ (charged)
 XLabel=$Y_3$
 YLabel=$1/N \, \text{d}{N}/\text{d}{Y_3}$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.8
 FullRange=1
 # END PLOT
@@ -46,7 +46,7 @@
 Title=$C$ parameter (charged)
 XLabel=$C$
 YLabel=$1/N \, \text{d}{N}/\text{d}{C}$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.65
 FullRange=1
 # END PLOT
@@ -69,7 +69,7 @@
 Title=Rapidity w.r.t. thrust axes, $y_T$ (charged)
 XLabel=$y_T$
 YLabel=$1/\sigma \, \text{d}{\sigma}/\text{d}{y_T}$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.8
 FullRange=1
 # END PLOT
@@ -100,7 +100,7 @@
 Title=Charged multiplicity distribution
 XLabel=$N_\text{ch}$
 YLabel=$1/N \, \text{d}{N}/\text{d}{N_\text{ch}}$
-LegendXPos=0.65
+LegendXPos=0.20
 LegendYPos=0.75
 FullRange=1
 # END PLOT

Modified: trunk/data/plotinfo/ALEPH_2004_S5765862.plot
==============================================================================
--- trunk/data/plotinfo/ALEPH_2004_S5765862.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/ALEPH_2004_S5765862.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -2,7 +2,7 @@
 Title=Charged multiplicity at a function of energy
 XLabel=$E_\mathrm{CMS}/GeV$
 YLabel=$N_\text{ch}$
-LegendXPos=0.65
+LegendXPos=0.20
 LegendYPos=0.85
 FullRange=1
 # END PLOT
@@ -251,7 +251,7 @@
 XLabel=$y_T$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{y_T}$
 FullRange=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.2
 # END PLOT
 
@@ -260,7 +260,7 @@
 XLabel=$y_T$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{y_T}$
 FullRange=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.2
 # END PLOT
 
@@ -269,7 +269,7 @@
 XLabel=$y_T$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{y_T}$
 FullRange=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.2
 # END PLOT
 
@@ -278,7 +278,7 @@
 XLabel=$y_T$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{y_T}$
 FullRange=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.2
 # END PLOT
 
@@ -287,7 +287,7 @@
 XLabel=$y_T$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{y_T}$
 FullRange=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.2
 # END PLOT
 
@@ -296,7 +296,7 @@
 XLabel=$y_T$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{y_T}$
 FullRange=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.2
 # END PLOT
 
@@ -305,7 +305,7 @@
 XLabel=$y_T$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{y_T}$
 FullRange=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.2
 # END PLOT
 
@@ -314,7 +314,7 @@
 XLabel=$y_T$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{y_T}$
 FullRange=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.2
 # END PLOT
 
@@ -323,7 +323,7 @@
 XLabel=$y_S$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{y_S}$
 FullRange=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.2
 # END PLOT
 
@@ -332,7 +332,7 @@
 XLabel=$y_S$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{y_S}$
 FullRange=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.2
 # END PLOT
 
@@ -341,7 +341,7 @@
 XLabel=$y_S$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{y_S}$
 FullRange=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.2
 # END PLOT
 
@@ -350,7 +350,7 @@
 XLabel=$y_S$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{y_S}$
 FullRange=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.2
 # END PLOT
 
@@ -359,7 +359,7 @@
 XLabel=$y_S$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{y_S}$
 FullRange=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.2
 # END PLOT
 
@@ -368,7 +368,7 @@
 XLabel=$y_S$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{y_S}$
 FullRange=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.2
 # END PLOT
 
@@ -377,7 +377,7 @@
 XLabel=$y_S$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{y_S}$
 FullRange=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.2
 # END PLOT
 
@@ -386,7 +386,7 @@
 XLabel=$y_S$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{y_S}$
 FullRange=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.2
 # END PLOT
 
@@ -450,7 +450,7 @@
 Title=Heavy jet mass ($E_\mathrm{CMS}=91.2$ GeV)
 XLabel=$\rho$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\rho$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.8
 # END PLOT
 
@@ -458,7 +458,7 @@
 Title=Heavy jet mass ($E_\mathrm{CMS}=133$ GeV)
 XLabel=$\rho$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\rho$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=1.1
 # END PLOT
 
@@ -466,7 +466,7 @@
 Title=Heavy jet mass ($E_\mathrm{CMS}=161$ GeV)
 XLabel=$\rho$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\rho$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -474,7 +474,7 @@
 Title=Heavy jet mass ($E_\mathrm{CMS}=172$ GeV)
 XLabel=$\rho$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\rho$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -482,7 +482,7 @@
 Title=Heavy jet mass ($E_\mathrm{CMS}=183$ GeV)
 XLabel=$\rho$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\rho$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -490,7 +490,7 @@
 Title=Heavy jet mass ($E_\mathrm{CMS}=189$ GeV)
 XLabel=$\rho$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\rho$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -498,7 +498,7 @@
 Title=Heavy jet mass ($E_\mathrm{CMS}=200$ GeV)
 XLabel=$\rho$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\rho$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -506,7 +506,7 @@
 Title=Heavy jet mass ($E_\mathrm{CMS}=206$ GeV)
 XLabel=$\rho$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\rho$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -514,7 +514,7 @@
 Title=Total jet broadening ($E_\mathrm{CMS}=91.2$ GeV)
 XLabel=$B_T$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}B_T$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.6
 # END PLOT
 
@@ -522,7 +522,7 @@
 Title=Total jet broadening ($E_\mathrm{CMS}=133$ GeV)
 XLabel=$B_T$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}B_T$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -530,7 +530,7 @@
 Title=Total jet broadening ($E_\mathrm{CMS}=161$ GeV)
 XLabel=$B_T$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}B_T$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -538,7 +538,7 @@
 Title=Total jet broadening ($E_\mathrm{CMS}=172$ GeV)
 XLabel=$B_T$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}B_T$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -546,7 +546,7 @@
 Title=Total jet broadening ($E_\mathrm{CMS}=183$ GeV)
 XLabel=$B_T$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}B_T$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -554,7 +554,7 @@
 Title=Total jet broadening ($E_\mathrm{CMS}=189$ GeV)
 XLabel=$B_T$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}B_T$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -562,7 +562,7 @@
 Title=Total jet broadening ($E_\mathrm{CMS}=200$ GeV)
 XLabel=$B_T$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}B_T$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -570,7 +570,7 @@
 Title=Total jet broadening ($E_\mathrm{CMS}=206$ GeV)
 XLabel=$B_T$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}B_T$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -578,7 +578,7 @@
 Title=Wide jet broadening ($E_\mathrm{CMS}=91.2$ GeV)
 XLabel=$B_W$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}B_W$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.6
 # END PLOT
 
@@ -586,7 +586,7 @@
 Title=Wide jet broadening ($E_\mathrm{CMS}=133$ GeV)
 XLabel=$B_W$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}B_W$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -594,7 +594,7 @@
 Title=Wide jet broadening ($E_\mathrm{CMS}=161$ GeV)
 XLabel=$B_W$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}B_W$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -602,7 +602,7 @@
 Title=Wide jet broadening ($E_\mathrm{CMS}=172$ GeV)
 XLabel=$B_W$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}B_W$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -610,7 +610,7 @@
 Title=Wide jet broadening ($E_\mathrm{CMS}=183$ GeV)
 XLabel=$B_W$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}B_W$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -618,7 +618,7 @@
 Title=Wide jet broadening ($E_\mathrm{CMS}=189$ GeV)
 XLabel=$B_W$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}B_W$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -626,7 +626,7 @@
 Title=Wide jet broadening ($E_\mathrm{CMS}=200$ GeV)
 XLabel=$B_W$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}B_W$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -634,7 +634,7 @@
 Title=Wide jet broadening ($E_\mathrm{CMS}=206$ GeV)
 XLabel=$B_W$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}B_W$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -642,7 +642,7 @@
 Title=C-Parameter ($E_\mathrm{CMS}=91.2$ GeV)
 XLabel=$C$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}C$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.6
 # END PLOT
 
@@ -650,7 +650,7 @@
 Title=C-Parameter ($E_\mathrm{CMS}=133$ GeV)
 XLabel=$C$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}C$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -658,7 +658,7 @@
 Title=C-Parameter ($E_\mathrm{CMS}=161$ GeV)
 XLabel=$C$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}C$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -666,7 +666,7 @@
 Title=C-Parameter ($E_\mathrm{CMS}=172$ GeV)
 XLabel=$C$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}C$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -674,7 +674,7 @@
 Title=C-Parameter ($E_\mathrm{CMS}=183$ GeV)
 XLabel=$C$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}C$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -682,7 +682,7 @@
 Title=C-Parameter ($E_\mathrm{CMS}=189$ GeV)
 XLabel=$C$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}C$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -690,7 +690,7 @@
 Title=C-Parameter ($E_\mathrm{CMS}=200$ GeV)
 XLabel=$C$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}C$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -698,7 +698,7 @@
 Title=C-Parameter ($E_\mathrm{CMS}=206$ GeV)
 XLabel=$C$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}C$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.3
 # END PLOT
 
@@ -706,7 +706,7 @@
 Title=Thrust major ($E_\mathrm{CMS}=91.2$ GeV)
 XLabel=$T_\mathrm{major}$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}T_\mathrm{major}$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.6
 # END PLOT
 
@@ -714,7 +714,7 @@
 Title=Thrust major ($E_\mathrm{CMS}=133$ GeV)
 XLabel=$T_\mathrm{major}$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}T_\mathrm{major}$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -722,7 +722,7 @@
 Title=Thrust major ($E_\mathrm{CMS}=161$ GeV)
 XLabel=$T_\mathrm{major}$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}T_\mathrm{major}$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -730,7 +730,7 @@
 Title=Thrust major ($E_\mathrm{CMS}=172$ GeV)
 XLabel=$T_\mathrm{major}$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}T_\mathrm{major}$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -738,7 +738,7 @@
 Title=Thrust major ($E_\mathrm{CMS}=183$ GeV)
 XLabel=$T_\mathrm{major}$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}T_\mathrm{major}$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -746,7 +746,7 @@
 Title=Thrust major ($E_\mathrm{CMS}=189$ GeV)
 XLabel=$T_\mathrm{major}$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}T_\mathrm{major}$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -754,7 +754,7 @@
 Title=Thrust major ($E_\mathrm{CMS}=200$ GeV)
 XLabel=$T_\mathrm{major}$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}T_\mathrm{major}$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -762,7 +762,7 @@
 Title=Thrust major ($E_\mathrm{CMS}=206$ GeV)
 XLabel=$T_\mathrm{major}$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}T_\mathrm{major}$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -770,7 +770,7 @@
 Title=Thrust minor ($E_\mathrm{CMS}=91.2$ GeV)
 XLabel=$\ln(T_\mathrm{minor})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(T_\mathrm{minor})$
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.6
 # END PLOT
 
@@ -778,7 +778,7 @@
 Title=Thrust minor ($E_\mathrm{CMS}=133$ GeV)
 XLabel=$T_\mathrm{minor}$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}T_\mathrm{minor}$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -786,7 +786,7 @@
 Title=Thrust minor ($E_\mathrm{CMS}=161$ GeV)
 XLabel=$T_\mathrm{minor}$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}T_\mathrm{minor}$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -794,7 +794,7 @@
 Title=Thrust minor ($E_\mathrm{CMS}=172$ GeV)
 XLabel=$T_\mathrm{minor}$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}T_\mathrm{minor}$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -802,7 +802,7 @@
 Title=Thrust minor ($E_\mathrm{CMS}=183$ GeV)
 XLabel=$T_\mathrm{minor}$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}T_\mathrm{minor}$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -810,7 +810,7 @@
 Title=Thrust minor ($E_\mathrm{CMS}=189$ GeV)
 XLabel=$T_\mathrm{minor}$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}T_\mathrm{minor}$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -818,7 +818,7 @@
 Title=Thrust minor ($E_\mathrm{CMS}=200$ GeV)
 XLabel=$T_\mathrm{minor}$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}T_\mathrm{minor}$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -826,7 +826,7 @@
 Title=Thrust minor ($E_\mathrm{CMS}=206$ GeV)
 XLabel=$T_\mathrm{minor}$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}T_\mathrm{minor}$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -834,7 +834,7 @@
 Title=Jet mass difference ($E_\mathrm{CMS}=91.2$ GeV)
 XLabel=$M_D$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}M_D$
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.6
 # END PLOT
 
@@ -842,7 +842,7 @@
 Title=Jet mass difference ($E_\mathrm{CMS}=133$ GeV)
 XLabel=$M_D$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}M_D$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -850,7 +850,7 @@
 Title=Jet mass difference ($E_\mathrm{CMS}=161$ GeV)
 XLabel=$M_D$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}M_D$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -858,7 +858,7 @@
 Title=Jet mass difference ($E_\mathrm{CMS}=1722$ GeV)
 XLabel=$M_D$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}M_D$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -866,7 +866,7 @@
 Title=Jet mass difference ($E_\mathrm{CMS}=183$ GeV)
 XLabel=$M_D$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}M_D$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -874,7 +874,7 @@
 Title=Jet mass difference ($E_\mathrm{CMS}=189$ GeV)
 XLabel=$M_D$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}M_D$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -882,7 +882,7 @@
 Title=Jet mass difference ($E_\mathrm{CMS}=200$ GeV)
 XLabel=$M_D$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}M_D$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -890,7 +890,7 @@
 Title=Jet mass difference ($E_\mathrm{CMS}=206$ GeV)
 XLabel=$M_D$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}M_D$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -988,7 +988,7 @@
 Title=Oblateness ($E_\mathrm{CMS}=91.2$ GeV)
 XLabel=$O$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}O$
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.6
 # END PLOT
 
@@ -996,7 +996,7 @@
 Title=Oblateness ($E_\mathrm{CMS}=133$ GeV)
 XLabel=$O$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}O$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -1004,7 +1004,7 @@
 Title=Oblateness ($E_\mathrm{CMS}=161$ GeV)
 XLabel=$O$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}O$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -1012,7 +1012,7 @@
 Title=Oblateness ($E_\mathrm{CMS}=172$ GeV)
 XLabel=$O$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}O$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -1020,7 +1020,7 @@
 Title=Oblateness ($E_\mathrm{CMS}=183$ GeV)
 XLabel=$O$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}O$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -1028,7 +1028,7 @@
 Title=Oblateness ($E_\mathrm{CMS}=189$ GeV)
 XLabel=$O$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}O$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -1036,7 +1036,7 @@
 Title=Oblateness ($E_\mathrm{CMS}=200$ GeV)
 XLabel=$O$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}O$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -1044,7 +1044,7 @@
 Title=Oblateness ($E_\mathrm{CMS}=206$ GeV)
 XLabel=$O$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}O$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -1100,7 +1100,7 @@
 Title=Durham jet resolution $2 \to 1$ ($E_\mathrm{CMS}=91.2$ GeV)
 XLabel=$-\ln(y_{12})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{12})$
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.6
 # END PLOT
 
@@ -1108,7 +1108,7 @@
 Title=Durham jet resolution $2 \to 1$ ($E_\mathrm{CMS}=133$ GeV)
 XLabel=$-\ln(y_{12})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{12})$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -1116,7 +1116,7 @@
 Title=Durham jet resolution $2 \to 1$ ($E_\mathrm{CMS}=161$ GeV)
 XLabel=$-\ln(y_{12})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{12})$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -1124,7 +1124,7 @@
 Title=Durham jet resolution $2 \to 1$ ($E_\mathrm{CMS}=173$ GeV)
 XLabel=$-\ln(y_{12})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{12})$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -1132,7 +1132,7 @@
 Title=Durham jet resolution $2 \to 1$ ($E_\mathrm{CMS}=183$ GeV)
 XLabel=$-\ln(y_{12})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{12})$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -1140,7 +1140,7 @@
 Title=Durham jet resolution $2 \to 1$ ($E_\mathrm{CMS}=189$ GeV)
 XLabel=$-\ln(y_{12})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{12})$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -1148,7 +1148,7 @@
 Title=Durham jet resolution $2 \to 1$ ($E_\mathrm{CMS}=200$ GeV)
 XLabel=$-\ln(y_{12})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{12})$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -1156,7 +1156,7 @@
 Title=Durham jet resolution $2 \to 1$ ($E_\mathrm{CMS}=206$ GeV)
 XLabel=$-\ln(y_{12})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{12})$
-LegendXPos=1.1
+LegendXPos=0.65
 LegendYPos=0.8
 # END PLOT
 
@@ -1164,7 +1164,7 @@
 Title=Durham jet resolution $3 \to 2$ ($E_\mathrm{CMS}=91.2$ GeV)
 XLabel=$-\ln(y_{23})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{23})$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.6
 # END PLOT
 
@@ -1172,7 +1172,7 @@
 Title=Durham jet resolution $3 \to 2$ ($E_\mathrm{CMS}=133$ GeV)
 XLabel=$-\ln(y_{23})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{23})$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.6
 # END PLOT
 
@@ -1180,7 +1180,7 @@
 Title=Durham jet resolution $3 \to 2$ ($E_\mathrm{CMS}=161$ GeV)
 XLabel=$-\ln(y_{23})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{23})$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.6
 # END PLOT
 
@@ -1188,7 +1188,7 @@
 Title=Durham jet resolution $3 \to 2$ ($E_\mathrm{CMS}=172$ GeV)
 XLabel=$-\ln(y_{23})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{23})$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.6
 # END PLOT
 
@@ -1196,7 +1196,7 @@
 Title=Durham jet resolution $3 \to 2$ ($E_\mathrm{CMS}=183$ GeV)
 XLabel=$-\ln(y_{23})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{23})$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.6
 # END PLOT
 
@@ -1204,7 +1204,7 @@
 Title=Durham jet resolution $3 \to 2$ ($E_\mathrm{CMS}=189$ GeV)
 XLabel=$-\ln(y_{23})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{23})$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.6
 # END PLOT
 
@@ -1212,7 +1212,7 @@
 Title=Durham jet resolution $3 \to 2$ ($E_\mathrm{CMS}=200$ GeV)
 XLabel=$-\ln(y_{23})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{23})$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.6
 # END PLOT
 
@@ -1220,7 +1220,7 @@
 Title=Durham jet resolution $3 \to 2$ ($E_\mathrm{CMS}=206$ GeV)
 XLabel=$-\ln(y_{23})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{23})$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.6
 # END PLOT
 
@@ -1228,7 +1228,7 @@
 Title=Durham jet resolution $4 \to 3$ ($E_\mathrm{CMS}=91.2$ GeV)
 XLabel=$-\ln(y_{34})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{34})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1236,7 +1236,7 @@
 Title=Durham jet resolution $4 \to 3$ ($E_\mathrm{CMS}=133$ GeV)
 XLabel=$-\ln(y_{34})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{34})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1244,7 +1244,7 @@
 Title=Durham jet resolution $4 \to 3$ ($E_\mathrm{CMS}=161$ GeV)
 XLabel=$-\ln(y_{34})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{34})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1252,7 +1252,7 @@
 Title=Durham jet resolution $4 \to 3$ ($E_\mathrm{CMS}=172$ GeV)
 XLabel=$-\ln(y_{34})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{34})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1260,7 +1260,7 @@
 Title=Durham jet resolution $4 \to 3$ ($E_\mathrm{CMS}=183$ GeV)
 XLabel=$-\ln(y_{34})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{34})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1268,7 +1268,7 @@
 Title=Durham jet resolution $4 \to 3$ ($E_\mathrm{CMS}=189$ GeV)
 XLabel=$-\ln(y_{34})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{34})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1276,7 +1276,7 @@
 Title=Durham jet resolution $4 \to 3$ ($E_\mathrm{CMS}=200$ GeV)
 XLabel=$-\ln(y_{34})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{34})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1284,7 +1284,7 @@
 Title=Durham jet resolution $4 \to 3$ ($E_\mathrm{CMS}=206$ GeV)
 XLabel=$-\ln(y_{34})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{34})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1292,7 +1292,7 @@
 Title=Durham jet resolution $5 \to 4$ ($E_\mathrm{CMS}=91.2$ GeV)
 XLabel=$-\ln(y_{45})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{45})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1300,7 +1300,7 @@
 Title=Durham jet resolution $5 \to 4$ ($E_\mathrm{CMS}=133$ GeV)
 XLabel=$-\ln(y_{45})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{45})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1308,7 +1308,7 @@
 Title=Durham jet resolution $5 \to 4$ ($E_\mathrm{CMS}=161$ GeV)
 XLabel=$-\ln(y_{45})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{45})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1316,7 +1316,7 @@
 Title=Durham jet resolution $5 \to 4$ ($E_\mathrm{CMS}=172$ GeV)
 XLabel=$-\ln(y_{45})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{45})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1324,7 +1324,7 @@
 Title=Durham jet resolution $5 \to 4$ ($E_\mathrm{CMS}=183$ GeV)
 XLabel=$-\ln(y_{45})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{45})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1332,7 +1332,7 @@
 Title=Durham jet resolution $5 \to 4$ ($E_\mathrm{CMS}=189$ GeV)
 XLabel=$-\ln(y_{45})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{45})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1340,7 +1340,7 @@
 Title=Durham jet resolution $5 \to 4$ ($E_\mathrm{CMS}=200$ GeV)
 XLabel=$-\ln(y_{45})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{45})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1348,7 +1348,7 @@
 Title=Durham jet resolution $6 \to 5$ ($E_\mathrm{CMS}=91.2$ GeV)
 XLabel=$-\ln(y_{56})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{56})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1356,7 +1356,7 @@
 Title=Durham jet resolution $6 \to 5$ ($E_\mathrm{CMS}=133$ GeV)
 XLabel=$-\ln(y_{56})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{56})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1364,7 +1364,7 @@
 Title=Durham jet resolution $6 \to 5$ ($E_\mathrm{CMS}=161$ GeV)
 XLabel=$-\ln(y_{56})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{56})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1372,7 +1372,7 @@
 Title=Durham jet resolution $6 \to 5$ ($E_\mathrm{CMS}=172$ GeV)
 XLabel=$-\ln(y_{56})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{56})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1380,7 +1380,7 @@
 Title=Durham jet resolution $6 \to 5$ ($E_\mathrm{CMS}=183$ GeV)
 XLabel=$-\ln(y_{56})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{56})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1388,7 +1388,7 @@
 Title=Durham jet resolution $6 \to 5$ ($E_\mathrm{CMS}=189$ GeV)
 XLabel=$-\ln(y_{56})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{56})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1396,7 +1396,7 @@
 Title=Durham jet resolution $6 \to 5$ ($E_\mathrm{CMS}=200$ GeV)
 XLabel=$-\ln(y_{56})$
 YLabel=$1/\sigma \; \mathrm{d}\sigma/\mathrm{d}\ln(y_{56})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.4
 # END PLOT
 
@@ -1412,7 +1412,7 @@
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{1 jet})/\sigma(\text{inclusive})$
 LegendYPos=0.8
-LegendXPos=0.5
+LegendXPos=0.05
 # END PLOT
 
 # BEGIN PLOT /ALEPH_2004_S5765862/d189-x01-y01
@@ -1420,7 +1420,7 @@
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{1 jet})/\sigma(\text{inclusive})$
 LegendYPos=0.8
-LegendXPos=0.5
+LegendXPos=0.05
 # END PLOT
 
 # BEGIN PLOT /ALEPH_2004_S5765862/d190-x01-y01
@@ -1428,7 +1428,7 @@
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{1 jet})/\sigma(\text{inclusive})$
 LegendYPos=0.8
-LegendXPos=0.5
+LegendXPos=0.05
 # END PLOT
 
 # BEGIN PLOT /ALEPH_2004_S5765862/d191-x01-y01
@@ -1436,7 +1436,7 @@
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{1 jet})/\sigma(\text{inclusive})$
 LegendYPos=0.8
-LegendXPos=0.5
+LegendXPos=0.05
 # END PLOT
 
 # BEGIN PLOT /ALEPH_2004_S5765862/d192-x01-y01
@@ -1444,7 +1444,7 @@
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{1 jet})/\sigma(\text{inclusive})$
 LegendYPos=0.8
-LegendXPos=0.5
+LegendXPos=0.05
 # END PLOT
 
 # BEGIN PLOT /ALEPH_2004_S5765862/d193-x01-y01
@@ -1452,7 +1452,7 @@
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{1 jet})/\sigma(\text{inclusive})$
 LegendYPos=0.8
-LegendXPos=0.5
+LegendXPos=0.05
 # END PLOT
 
 # BEGIN PLOT /ALEPH_2004_S5765862/d194-x01-y01
@@ -1460,7 +1460,7 @@
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{1 jet})/\sigma(\text{inclusive})$
 LegendYPos=0.8
-LegendXPos=0.5
+LegendXPos=0.05
 # END PLOT
 
 # BEGIN PLOT /ALEPH_2004_S5765862/d195-x01-y01
@@ -1523,7 +1523,7 @@
 Title=3-jet fraction ($E_\mathrm{CMS}=91.2$ GeV)
 XLabel=$\ln(y_\mathrm{cut})$
 YLabel=$\sigma(\text{3 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.6
 # END PLOT
 
@@ -1531,7 +1531,7 @@
 Title=3-jet fraction ($E_\mathrm{CMS}=133$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{3 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.6
 # END PLOT
 
@@ -1539,7 +1539,7 @@
 Title=3-jet fraction ($E_\mathrm{CMS}=161$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{3 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.6
 # END PLOT
 
@@ -1547,7 +1547,7 @@
 Title=3-jet fraction ($E_\mathrm{CMS}=172$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{3 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.6
 # END PLOT
 
@@ -1555,7 +1555,7 @@
 Title=3-jet fraction ($E_\mathrm{CMS}=183$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{3 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.6
 # END PLOT
 
@@ -1563,7 +1563,7 @@
 Title=3-jet fraction ($E_\mathrm{CMS}=189$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{3 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.6
 # END PLOT
 
@@ -1571,7 +1571,7 @@
 Title=3-jet fraction ($E_\mathrm{CMS}=200$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{3 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.6
 # END PLOT
 
@@ -1579,7 +1579,7 @@
 Title=3-jet fraction ($E_\mathrm{CMS}=206$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{3 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.6
 # END PLOT
 
@@ -1587,7 +1587,7 @@
 Title=4-jet fraction ($E_\mathrm{CMS}=91.2$ GeV)
 XLabel=$\ln(y_\mathrm{cut})$
 YLabel=$\sigma(\text{4 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.6
 # END PLOT
 
@@ -1595,7 +1595,7 @@
 Title=4-jet fraction ($E_\mathrm{CMS}=133$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{4 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.6
 # END PLOT
 
@@ -1603,7 +1603,7 @@
 Title=4-jet fraction ($E_\mathrm{CMS}=161$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{4 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.6
 # END PLOT
 
@@ -1611,7 +1611,7 @@
 Title=4-jet fraction ($E_\mathrm{CMS}=172$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{4 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.6
 # END PLOT
 
@@ -1619,7 +1619,7 @@
 Title=4-jet fraction ($E_\mathrm{CMS}=183$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{4 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.6
 # END PLOT
 
@@ -1627,7 +1627,7 @@
 Title=4-jet fraction ($E_\mathrm{CMS}=189$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{4 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.6
 # END PLOT
 
@@ -1635,7 +1635,7 @@
 Title=4-jet fraction ($E_\mathrm{CMS}=200$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{4 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.6
 # END PLOT
 
@@ -1643,7 +1643,7 @@
 Title=4-jet fraction ($E_\mathrm{CMS}=206$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{4 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.6
 # END PLOT
 
@@ -1651,7 +1651,7 @@
 Title=5-jet fraction ($E_\mathrm{CMS}=91.2$ GeV)
 XLabel=$\ln(y_\mathrm{cut})$
 YLabel=$\sigma(\text{5 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.6
 # END PLOT
 
@@ -1659,7 +1659,7 @@
 Title=5-jet fraction ($E_\mathrm{CMS}=133$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{5 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.6
 # END PLOT
 
@@ -1667,7 +1667,7 @@
 Title=5-jet fraction ($E_\mathrm{CMS}=161$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{5 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.6
 # END PLOT
 
@@ -1675,7 +1675,7 @@
 Title=5-jet fraction ($E_\mathrm{CMS}=172$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{5 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.6
 # END PLOT
 
@@ -1683,7 +1683,7 @@
 Title=5-jet fraction ($E_\mathrm{CMS}=183$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{5 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.6
 # END PLOT
 
@@ -1691,7 +1691,7 @@
 Title=5-jet fraction ($E_\mathrm{CMS}=189$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{5 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.6
 # END PLOT
 
@@ -1699,7 +1699,7 @@
 Title=5-jet fraction ($E_\mathrm{CMS}=200$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{5 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.6
 # END PLOT
 
@@ -1707,7 +1707,7 @@
 Title=5-jet fraction ($E_\mathrm{CMS}=206$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma(\text{5 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.6
 # END PLOT
 
@@ -1715,7 +1715,7 @@
 Title=$\geq$6-jet fraction ($E_\mathrm{CMS}=91.2$ GeV)
 XLabel=$\ln(y_\mathrm{cut})$
 YLabel=$\sigma($\geq$\text{6 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.6
 # END PLOT
 
@@ -1723,7 +1723,7 @@
 Title=$\geq$6-jet fraction ($E_\mathrm{CMS}=133$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma($\geq$\text{6 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.6
 # END PLOT
 
@@ -1731,7 +1731,7 @@
 Title=$\geq$6-jet fraction ($E_\mathrm{CMS}=161$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma($\geq$\text{6 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.6
 # END PLOT
 
@@ -1739,7 +1739,7 @@
 Title=$\geq$6-jet fraction ($E_\mathrm{CMS}=172$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma($\geq$\text{6 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.6
 # END PLOT
 
@@ -1747,7 +1747,7 @@
 Title=$\geq$6-jet fraction ($E_\mathrm{CMS}=183$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma($\geq$\text{6 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.6
 # END PLOT
 
@@ -1755,7 +1755,7 @@
 Title=$\geq$6-jet fraction ($E_\mathrm{CMS}=189$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma($\geq$\text{6 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.6
 # END PLOT
 
@@ -1763,7 +1763,7 @@
 Title=$\geq$6-jet fraction ($E_\mathrm{CMS}=200$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma($\geq$\text{6 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.6
 # END PLOT
 
@@ -1771,6 +1771,6 @@
 Title=$\geq$6-jet fraction ($E_\mathrm{CMS}=206$ GeV)
 XLabel=$\log(y_\mathrm{cut})$
 YLabel=$\sigma($\geq$\text{6 jet})/\sigma(\text{inclusive})$
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.6
 # END PLOT

Modified: trunk/data/plotinfo/ATLAS_2010_CONF_2010_031.plot
==============================================================================
--- trunk/data/plotinfo/ATLAS_2010_CONF_2010_031.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/ATLAS_2010_CONF_2010_031.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -48,7 +48,7 @@
 XLabel=$N_\mathrm{ch}$
 YLabel=$1/N_\mathrm{ev} \mathrm{d}N_\mathrm{ev}/\mathrm{d}N_\mathrm{ch}$
 FullRange=1
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -58,7 +58,7 @@
 YLabel=$1/N_\mathrm{ev} \; 1/(2\pi p_\perp) \; \mathrm{d}^2N_\mathrm{ch}/\mathrm{d}\eta\mathrm{d}p_\perp$ [GeV$^{-2}$]
 LogX=1
 FullRange=1
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 

Modified: trunk/data/plotinfo/ATLAS_2010_CONF_2010_049.plot
==============================================================================
--- trunk/data/plotinfo/ATLAS_2010_CONF_2010_049.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/ATLAS_2010_CONF_2010_049.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -2,7 +2,7 @@
 Title=Jet x-sec for anti-$k_t$ track jets with $R=0.6$, $|\eta|<0.57$, $\sqrt{s}=\text{7\,TeV}$
 XLabel=track jet $p_\perp$ [GeV]
 YLabel=$\mathrm{d}^2 \sigma_\text{jet} /\mathrm{d}\eta\mathrm{d}p_\perp$ [$\mu$b/GeV]
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -10,7 +10,7 @@
 Title=Jet x-sec for anti-$k_t$ track jets with $R=0.4$, $|\eta|<0.57$, $\sqrt{s}=\text{7\,TeV}$
 XLabel=track jet $p_\perp$ [GeV]
 YLabel=$\mathrm{d}^2 \sigma_\text{jet} /\mathrm{d}\eta\mathrm{d}p_\perp$ [$\mu$b/GeV]
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -19,7 +19,7 @@
 XLabel=track jet $p_\perp$ [GeV]
 YLabel=$(1/N_\text{jet})\mathrm{d}N_\text{track}/\mathrm{d}z_\text{track}$
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -28,7 +28,7 @@
 XLabel=track jet $p_\perp$ [GeV]
 YLabel=$(1/N_\text{jet})\mathrm{d}N_\text{track}/\mathrm{d}z_\text{track}$
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -37,7 +37,7 @@
 XLabel=track jet $p_\perp$ [GeV]
 YLabel=$(1/N_\text{jet})\mathrm{d}N_\text{track}/\mathrm{d}z_\text{track}$
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -46,7 +46,7 @@
 XLabel=track jet $p_\perp$ [GeV]
 YLabel=$(1/N_\text{jet})\mathrm{d}N_\text{track}/\mathrm{d}z_\text{track}$
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -55,7 +55,7 @@
 XLabel=track jet $p_\perp$ [GeV]
 YLabel=$(1/N_\text{jet})\mathrm{d}N_\text{track}/\mathrm{d}z_\text{track}$
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -64,7 +64,7 @@
 XLabel=track jet $p_\perp$ [GeV]
 YLabel=$(1/N_\text{jet})\mathrm{d}N_\text{track}/\mathrm{d}z_\text{track}$
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -73,7 +73,7 @@
 XLabel=track jet $p_\perp$ [GeV]
 YLabel=$(1/N_\text{jet})\mathrm{d}N_\text{track}/\mathrm{d}z_\text{track}$
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -82,7 +82,7 @@
 XLabel=track jet $p_\perp$ [GeV]
 YLabel=$(1/N_\text{jet})\mathrm{d}N_\text{track}/\mathrm{d}z_\text{track}$
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 

Modified: trunk/data/plotinfo/ATLAS_2010_CONF_2010_081.plot
==============================================================================
--- trunk/data/plotinfo/ATLAS_2010_CONF_2010_081.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/ATLAS_2010_CONF_2010_081.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -3,7 +3,7 @@
 XLabel=$p_\perp$ (leading track) [GeV]
 YLabel=$\mathrm{d}^2 \langle N_\text{ch} \rangle/\mathrm{d}\eta\mathrm{d}\phi$
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
@@ -13,7 +13,7 @@
 XLabel=$p_\perp$ (leading track) [GeV]
 YLabel=$\mathrm{d}^2 \langle N_\text{ch} \rangle/\mathrm{d}\eta\mathrm{d}\phi$
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
@@ -23,7 +23,7 @@
 XLabel=$p_\perp$ (leading track) [GeV]
 YLabel=$\mathrm{d}^2 \langle N_\text{ch} \rangle/\mathrm{d}\eta\mathrm{d}\phi$
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
@@ -33,7 +33,7 @@
 XLabel=$p_\perp$ (leading track) [GeV]
 YLabel=$\mathrm{d}^2 \langle \sum p_\perp \rangle/\mathrm{d}\eta\mathrm{d}\phi$ [GeV]
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
@@ -43,7 +43,7 @@
 XLabel=$p_\perp$ (leading track) [GeV]
 YLabel=$\mathrm{d}^2 \langle \sum p_\perp \rangle/\mathrm{d}\eta\mathrm{d}\phi$ [GeV]
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
@@ -53,7 +53,7 @@
 XLabel=$p_\perp$ (leading track) [GeV]
 YLabel=$\mathrm{d}^2 \langle \sum p_\perp \rangle/\mathrm{d}\eta\mathrm{d}\phi$ [GeV]
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
@@ -63,7 +63,7 @@
 XLabel=$p_\perp$ (leading track) [GeV]
 YLabel=$\langle p_\perp \rangle$ [GeV]
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
@@ -73,7 +73,7 @@
 XLabel=$p_\perp$ (leading track) [GeV]
 YLabel=$\langle p_\perp \rangle$ [GeV]
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
@@ -83,7 +83,7 @@
 XLabel=$p_\perp$ (leading track) [GeV]
 YLabel=$\langle p_\perp \rangle$ [GeV]
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
@@ -93,7 +93,7 @@
 XLabel=$N_\text{ch}$
 YLabel=$\langle p_\perp \rangle$ [GeV]
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 YMin=0.45
 CustomLegend={\large ATLAS preliminary}
@@ -104,7 +104,7 @@
 XLabel=$N_\text{ch}$
 YLabel=$\langle p_\perp \rangle$ [GeV]
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 YMin=0.45
 CustomLegend={\large ATLAS preliminary}
@@ -115,7 +115,7 @@
 XLabel=$N_\text{ch}$
 YLabel=$\langle p_\perp \rangle$ [GeV]
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 YMin=0.45
 CustomLegend={\large ATLAS preliminary}
@@ -128,7 +128,7 @@
 LogY=0
 YMin=0.15
 YMax=0.8
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -139,7 +139,7 @@
 LogY=0
 YMin=0.15
 YMax=0.8
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -150,7 +150,7 @@
 LogY=0
 YMin=0.15
 YMax=0.8
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -161,7 +161,7 @@
 LogY=0
 YMin=0.15
 YMax=0.8
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -172,7 +172,7 @@
 LogY=0
 YMin=0.15
 YMax=0.8
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -183,7 +183,7 @@
 LogY=0
 YMin=0.15
 YMax=0.8
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -194,7 +194,7 @@
 LogY=0
 YMin=0.15
 YMax=0.8
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -205,7 +205,7 @@
 LogY=0
 YMin=0.15
 YMax=0.8
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -216,7 +216,7 @@
 XLabel=$p_\perp$ (leading track) [GeV]
 YLabel=$\mathrm{d}^2 \langle N_\text{ch} \rangle/\mathrm{d}\eta\mathrm{d}\phi$
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
@@ -226,7 +226,7 @@
 XLabel=$p_\perp$ (leading track) [GeV]
 YLabel=$\mathrm{d}^2 \langle N_\text{ch} \rangle/\mathrm{d}\eta\mathrm{d}\phi$
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
@@ -236,7 +236,7 @@
 XLabel=$p_\perp$ (leading track) [GeV]
 YLabel=$\mathrm{d}^2 \langle N_\text{ch} \rangle/\mathrm{d}\eta\mathrm{d}\phi$
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
@@ -246,7 +246,7 @@
 XLabel=$p_\perp$ (leading track) [GeV]
 YLabel=$\mathrm{d}^2 \langle \sum p_\perp \rangle/\mathrm{d}\eta\mathrm{d}\phi$ [GeV]
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
@@ -256,7 +256,7 @@
 XLabel=$p_\perp$ (leading track) [GeV]
 YLabel=$\mathrm{d}^2 \langle \sum p_\perp \rangle/\mathrm{d}\eta\mathrm{d}\phi$ [GeV]
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
@@ -266,7 +266,7 @@
 XLabel=$p_\perp$ (leading track) [GeV]
 YLabel=$\mathrm{d}^2 \langle \sum p_\perp \rangle/\mathrm{d}\eta\mathrm{d}\phi$ [GeV]
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
@@ -276,7 +276,7 @@
 XLabel=$p_\perp$ (leading track) [GeV]
 YLabel=$\langle p_\perp \rangle$ [GeV]
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
@@ -286,7 +286,7 @@
 XLabel=$p_\perp$ (leading track) [GeV]
 YLabel=$\langle p_\perp \rangle$ [GeV]
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
@@ -296,7 +296,7 @@
 XLabel=$p_\perp$ (leading track) [GeV]
 YLabel=$\langle p_\perp \rangle$ [GeV]
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
@@ -306,7 +306,7 @@
 XLabel=$N_\text{ch}$
 YLabel=$\langle p_\perp \rangle$ [GeV]
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 YMin=0.45
 CustomLegend={\large ATLAS preliminary}
@@ -317,7 +317,7 @@
 XLabel=$N_\text{ch}$
 YLabel=$\langle p_\perp \rangle$ [GeV]
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 YMin=0.45
 CustomLegend={\large ATLAS preliminary}
@@ -328,7 +328,7 @@
 XLabel=$N_\text{ch}$
 YLabel=$\langle p_\perp \rangle$ [GeV]
 LogY=0
-LegendXPos=0.82
+LegendXPos=0.37
 LegendYPos=0.4
 YMin=0.45
 CustomLegend={\large ATLAS preliminary}
@@ -341,7 +341,7 @@
 LogY=0
 YMin=0.32
 YMax=1.8
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -352,7 +352,7 @@
 LogY=0
 YMin=0.32
 YMax=1.8
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -363,7 +363,7 @@
 LogY=0
 YMin=0.32
 YMax=1.8
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -374,7 +374,7 @@
 LogY=0
 YMin=0.32
 YMax=1.8
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -385,7 +385,7 @@
 LogY=0
 YMin=0.28
 YMax=2.8
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -396,7 +396,7 @@
 LogY=0
 YMin=0.28
 YMax=2.8
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -407,7 +407,7 @@
 LogY=0
 YMin=0.28
 YMax=2.8
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -418,7 +418,7 @@
 LogY=0
 YMin=0.28
 YMax=2.8
-LegendXPos=0.82
+LegendXPos=0.37
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 

Modified: trunk/data/plotinfo/ATLAS_2010_CONF_2010_083.plot
==============================================================================
--- trunk/data/plotinfo/ATLAS_2010_CONF_2010_083.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/ATLAS_2010_CONF_2010_083.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -2,7 +2,7 @@
 Title=Jet--jet azimuthal angle, $p_\perp^\text{max} \in [110,160]\text{ GeV}$
 XLabel=$\Delta \phi_\text{dijet}$ / rad
 YLabel=$1/\sigma_\text{dijet} \, \text{d}\sigma_\text{dijet}/\text{d}\Delta\phi_\text{dijet}$
-LegendXPos=0.50
+LegendXPos=0.05
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -10,7 +10,7 @@
 Title=Jet--jet azimuthal angle, $p_\perp^\text{max} \in [160,210]\text{ GeV}$
 XLabel=$\Delta \phi_\text{dijet}$ / rad
 YLabel=$1/\sigma_\text{dijet} \, \text{d}\sigma_\text{dijet}/\text{d}\Delta\phi_\text{dijet}$
-LegendXPos=0.50
+LegendXPos=0.05
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -18,7 +18,7 @@
 Title=Jet--jet azimuthal angle, $p_\perp^\text{max} \in [210,310]\text{ GeV}$
 XLabel=$\Delta \phi_\text{dijet}$ / rad
 YLabel=$1/\sigma_\text{dijet} \, \text{d}\sigma_\text{dijet}/\text{d}\Delta\phi_\text{dijet}$
-LegendXPos=0.50
+LegendXPos=0.05
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 
@@ -26,7 +26,7 @@
 Title=Jet--jet azimuthal angle, $p_\perp^\text{max} > 310\text{ GeV}$
 XLabel=$\Delta \phi_\text{dijet}$ / rad
 YLabel=$1/\sigma_\text{dijet} \, \text{d}\sigma_\text{dijet}/\text{d}\Delta\phi_\text{dijet}$
-LegendXPos=0.50
+LegendXPos=0.05
 CustomLegend={\large ATLAS preliminary}
 # END PLOT
 

Modified: trunk/data/plotinfo/CDF_2001_S4751469.plot
==============================================================================
--- trunk/data/plotinfo/CDF_2001_S4751469.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/CDF_2001_S4751469.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -84,7 +84,7 @@
 Title=$p_\perp^\text{sum}$ (toward) for min-bias
 XLabel=$p_\perp^\text{lead}$ / GeV
 YLabel=$p_\perp^\text{sum}$ / GeV
-LegendXPos=0.55
+LegendXPos=0.10
 LogY=0
 # END PLOT
 
@@ -92,7 +92,7 @@
 Title=$p_\perp^\text{sum}$ (transverse) for min-bias
 XLabel=$p_\perp^\text{lead}$ / GeV
 YLabel=$p_\perp^\text{sum}$ / GeV
-LegendXPos=0.55
+LegendXPos=0.10
 LogY=0
 # END PLOT
 
@@ -100,7 +100,7 @@
 Title=$p_\perp^\text{sum}$ (away) for min-bias
 XLabel=$p_\perp^\text{lead}$ / GeV
 YLabel=$p_\perp^\text{sum}$ / GeV
-LegendXPos=0.55
+LegendXPos=0.10
 LogY=0
 # END PLOT
 
@@ -108,7 +108,7 @@
 Title=$p_\perp^\text{sum}$ (toward) for JET20
 XLabel=$p_\perp^\text{lead}$ / GeV
 YLabel=$p_\perp^\text{sum}$ / GeV
-LegendXPos=0.55
+LegendXPos=0.10
 LogY=0
 ShowZero=0
 # END PLOT
@@ -117,7 +117,7 @@
 Title=$p_\perp^\text{sum}$ (transverse) for JET20
 XLabel=$p_\perp^\text{lead}$ / GeV
 YLabel=$p_\perp^\text{sum}$ / GeV
-LegendXPos=0.55
+LegendXPos=0.10
 LogY=0
 # END PLOT
 
@@ -125,7 +125,7 @@
 Title=$p_\perp^\text{sum}$ (away) for JET20
 XLabel=$p_\perp^\text{lead}$ / GeV
 YLabel=$p_\perp^\text{sum}$ / GeV
-LegendXPos=0.55
+LegendXPos=0.10
 LogY=0
 # END PLOT
 

Modified: trunk/data/plotinfo/CDF_2002_S4796047.plot
==============================================================================
--- trunk/data/plotinfo/CDF_2002_S4796047.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/CDF_2002_S4796047.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -17,7 +17,7 @@
 XLabel=$N_\text{ch}$
 YLabel=$\langle p_T \rangle$
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 ShowZero=0
 # END PLOT
 
@@ -26,6 +26,6 @@
 XLabel=$N_\text{ch}$
 YLabel=$\langle p_T \rangle$
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 ShowZero=0
 # END PLOT

Modified: trunk/data/plotinfo/CDF_2004_S5839831.plot
==============================================================================
--- trunk/data/plotinfo/CDF_2004_S5839831.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/CDF_2004_S5839831.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -27,7 +27,7 @@
 XLabel=$E_\perp^\text{lead}$ / GeV
 YLabel=$\langle p_\perp^\text{min} \rangle$ / GeV
 LogY=0
-LegendXPos=0.8
+LegendXPos=0.35
 # END PLOT
 
 # BEGIN PLOT /CDF_2004_S5839831/d02-x01-y03
@@ -35,7 +35,7 @@
 XLabel=$E_\perp^\text{lead}$ / GeV
 YLabel=$\langle p_\perp^\text{diff} \rangle$ / GeV
 LogY=0
-LegendXPos=0.5
+LegendXPos=0.05
 # END PLOT
 
 # BEGIN PLOT /CDF_2004_S5839831/d03-x01-y01
@@ -86,7 +86,7 @@
 XLabel=$E_\perp^\text{lead}$ / GeV
 YLabel=$N_\text{min}$
 LogY=0
-LegendXPos=0.7
+LegendXPos=0.25
 # END PLOT
 
 # BEGIN PLOT /CDF_2004_S5839831/d05-x01-y01
@@ -110,7 +110,7 @@
 Title=Swiss Cheese $p_\perp^\text{sum}$ vs. $E_\perp^\text{lead}$ (2 jets removed) at $\sqrt{s}$ = 1800 GeV
 XLabel=$E_\perp^\text{lead}$ / GeV
 YLabel=$p_\perp^\text{sum}$ / GeV (2 jets removed)
-LegendXPos=0.55
+LegendXPos=0.10
 LogY=0
 # END PLOT
 

Modified: trunk/data/plotinfo/CDF_2005_S6080774.plot
==============================================================================
--- trunk/data/plotinfo/CDF_2005_S6080774.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/CDF_2005_S6080774.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -71,7 +71,7 @@
 XLabel=$\Delta\Phi_{\gamma \gamma}$ [$\pi\cdot$rad]
 YLabel=$\mathrm{d}\sigma/\mathrm{d}\Delta\Phi_{\gamma \gamma}$ [pb/$\pi\cdot$rad]
 YMax=110.0
-LegendXPos=0.5
+LegendXPos=0.05
 RatioPlotMode=deviation
 # END PLOT
 
@@ -80,7 +80,7 @@
 XLabel=$\Delta\Phi_{\gamma \gamma}$ [$\pi\cdot$rad]
 YLabel=$\mathrm{d}\sigma/\mathrm{d}\Delta\Phi_{\gamma \gamma}$ [pb/$\pi\cdot$rad]
 YMax=110.0
-LegendXPos=0.5
+LegendXPos=0.05
 RatioPlotMode=deviation
 # END PLOT
 
@@ -89,7 +89,7 @@
 XLabel=$\Delta\Phi_{\gamma \gamma}$ [$\pi\cdot$rad]
 YLabel=$\mathrm{d}\sigma/\mathrm{d}\Delta\Phi_{\gamma \gamma}$ [pb/$\pi\cdot$rad]
 YMax=110.0
-LegendXPos=0.5
+LegendXPos=0.05
 RatioPlotMode=deviation
 # END PLOT
 
@@ -98,6 +98,6 @@
 XLabel=$\Delta\Phi_{\gamma \gamma}$ [$\pi\cdot$rad]
 YLabel=$\mathrm{d}\sigma/\mathrm{d}\Delta\Phi_{\gamma \gamma}$ [pb/$\pi\cdot$rad]
 YMax=110.0
-LegendXPos=0.5
+LegendXPos=0.05
 RatioPlotMode=deviation
 # END PLOT

Modified: trunk/data/plotinfo/CDF_2005_S6217184.plot
==============================================================================
--- trunk/data/plotinfo/CDF_2005_S6217184.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/CDF_2005_S6217184.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -293,7 +293,7 @@
 LogY=0
 YMin=0.0
 YMax=1.19
-LegendXPos=0.55
+LegendXPos=0.10
 LegendYPos=0.4
 # END PLOT
 

Modified: trunk/data/plotinfo/CDF_2008_LEADINGJETS.plot
==============================================================================
--- trunk/data/plotinfo/CDF_2008_LEADINGJETS.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/CDF_2008_LEADINGJETS.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -34,7 +34,7 @@
 XLabel=$p_T(\text{leading jet})$ / GeV
 YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /CDF_2008_LEADINGJETS/d06-x01-y01
@@ -42,7 +42,7 @@
 XLabel=$p_T(\text{leading jet})$ / GeV
 YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /CDF_2008_LEADINGJETS/d07-x01-y01
@@ -57,7 +57,7 @@
 XLabel=$p_T(\text{leading jet})$ / GeV
 YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /CDF_2008_LEADINGJETS/d09-x01-y01
@@ -65,6 +65,6 @@
 XLabel=$p_T(\text{leading jet})$ / GeV
 YLabel=$\langle p_T^\text{track} \rangle$ / GeV
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 ShowZero=0
 # END PLOT

Modified: trunk/data/plotinfo/CDF_2008_NOTE_9351.plot
==============================================================================
--- trunk/data/plotinfo/CDF_2008_NOTE_9351.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/CDF_2008_NOTE_9351.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -3,7 +3,7 @@
 XLabel=$p_T(Z)$ / GeV
 YLabel=$\langle N_\text{ch} \rangle / \text{d}\eta\,\text{d}\phi$
 LogY=0
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.5
 # END PLOT
 
@@ -12,7 +12,7 @@
 XLabel=$p_T(Z)$ / GeV
 YLabel=$\langle N_\text{ch} \rangle / \text{d}\eta\,\text{d}\phi$
 LogY=0
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.5
 # END PLOT
 
@@ -21,7 +21,7 @@
 XLabel=$p_T(Z)$ / GeV
 YLabel=$\langle N_\text{ch} \rangle / \text{d}\eta\,\text{d}\phi$
 LogY=0
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.5
 # END PLOT
 
@@ -30,7 +30,7 @@
 XLabel=$p_T(Z)$ / GeV
 YLabel=$\langle N_\text{ch} \rangle / \text{d}\eta\,\text{d}\phi$
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /CDF_2008_NOTE_9351/d05-x01-y01
@@ -38,7 +38,7 @@
 XLabel=$p_T(Z)$ / GeV
 YLabel=$\langle N_\text{ch} \rangle / \text{d}\eta\,\text{d}\phi$
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /CDF_2008_NOTE_9351/d06-x01-y01
@@ -46,7 +46,7 @@
 XLabel=$p_T(Z)$ / GeV
 YLabel=$\langle N_\text{ch} \rangle / \text{d}\eta\,\text{d}\phi$
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /CDF_2008_NOTE_9351/d07-x01-y01
@@ -54,7 +54,7 @@
 XLabel=$p_T(Z)$ / GeV
 YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /CDF_2008_NOTE_9351/d08-x01-y01
@@ -62,7 +62,7 @@
 XLabel=$p_T(Z)$ / GeV
 YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /CDF_2008_NOTE_9351/d09-x01-y01
@@ -70,7 +70,7 @@
 XLabel=$p_T(Z)$ / GeV
 YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /CDF_2008_NOTE_9351/d10-x01-y01
@@ -78,7 +78,7 @@
 XLabel=$p_T(Z)$ / GeV
 YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /CDF_2008_NOTE_9351/d11-x01-y01
@@ -86,7 +86,7 @@
 XLabel=$p_T(Z)$ / GeV
 YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /CDF_2008_NOTE_9351/d12-x01-y01
@@ -94,7 +94,7 @@
 XLabel=$p_T(Z)$ / GeV
 YLabel=$\langle \sum p_T^\text{track} \rangle / \text{d}\eta\,\text{d}\phi$ / GeV
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /CDF_2008_NOTE_9351/d13-x01-y01
@@ -118,7 +118,7 @@
 XLabel=$p_T(Z)$ / GeV
 YLabel=$\langle p_T^\text{track} \rangle$ / GeV
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /CDF_2008_NOTE_9351/d16-x01-y01
@@ -126,7 +126,7 @@
 XLabel=$p_T(Z)$ / GeV
 YLabel=max $p_T^\text{track}$ / GeV
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /CDF_2008_NOTE_9351/d17-x01-y01
@@ -134,7 +134,7 @@
 XLabel=$p_T(Z)$ / GeV
 YLabel=max $p_T^\text{track}$ / GeV
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /CDF_2008_NOTE_9351/d18-x01-y01
@@ -142,14 +142,14 @@
 XLabel=$p_T(Z)$ / GeV
 YLabel=max $p_T^\text{track}$ / GeV
 LogY=0
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /CDF_2008_NOTE_9351/d19-x01-y01
 Title=Average lepton-pair $p_\perp$ versus charged multiplicity
 XLabel=$N_\text{ch}$
 YLabel=$\langle p_T(Z) \rangle$ / GeV
-LegendXPos=0.55
+LegendXPos=0.10
 LogY=0
 ShowZero=0
 # END PLOT
@@ -158,7 +158,7 @@
 Title=Average charged $p_\perp$ vs charged multiplicity
 XLabel=$N_\text{ch}$
 YLabel=$\langle p_T \rangle$ / GeV
-LegendXPos=0.55
+LegendXPos=0.10
 LogY=0
 ShowZero=0
 # END PLOT
@@ -167,7 +167,7 @@
 Title=Average charged $p_\perp$ vs charged multiplicity, $p_\perp(Z)$ less than 10 GeV
 XLabel=$N_\text{ch}$
 YLabel=$\langle p_T \rangle$ / GeV
-LegendXPos=0.55
+LegendXPos=0.10
 LogY=0
 ShowZero=0
 # END PLOT

Modified: trunk/data/plotinfo/CDF_2009_S8233977.plot
==============================================================================
--- trunk/data/plotinfo/CDF_2009_S8233977.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/CDF_2009_S8233977.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -15,7 +15,7 @@
 Title=Mean track $p_T$ vs multiplicity, $|\eta|<1$, $p_\perp > 0.4$ GeV
 XLabel=$N_\text{ch}$
 YLabel=$\langle p_T \rangle$ / GeV
-LegendXPos=0.55
+LegendXPos=0.10
 LogY=0
 ShowZero=0
 # END PLOT
@@ -25,7 +25,7 @@
 XLabel=$\sum E_T$ / GeV
 YLabel=$\text{d}^3 \sigma / \text{d}E_T \text{d}\eta \text{d}\phi$ / (mb/GeV)
 YLabelSep=5.5
-LegendXPos=0.55
+LegendXPos=0.10
 LegendYPos=0.85
 LogX=1
 LogY=1

Modified: trunk/data/plotinfo/D0_1996_S3324664.plot
==============================================================================
--- trunk/data/plotinfo/D0_1996_S3324664.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/D0_1996_S3324664.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -29,6 +29,6 @@
 LogY=0
 YMin=0.4
 YMax=1.0
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 # END PLOT

Modified: trunk/data/plotinfo/D0_2004_S5992206.plot
==============================================================================
--- trunk/data/plotinfo/D0_2004_S5992206.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/D0_2004_S5992206.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -2,7 +2,7 @@
 Title=Jet--jet azimuthal angle, $p_\perp^\text{max} \in [75,100]\text{ GeV}$
 XLabel=$\Delta \phi_\text{dijet}$ / rad
 YLabel=$1/\sigma_\text{dijet} \, \text{d}\sigma_\text{dijet}/\text{d}\Delta\phi_\text{dijet}$
-LegendXPos=0.55
+LegendXPos=0.10
 FullRange=1
 # END PLOT
 
@@ -10,7 +10,7 @@
 Title=Jet--jet azimuthal angle, $p_\perp^\text{max} \in [100..130]\text{ GeV}$
 XLabel=$\Delta \phi_\text{dijet}$ / rad
 YLabel=$1/\sigma_\text{dijet} \, \text{d}\sigma_\text{dijet}/\text{d}\Delta\phi_\text{dijet}$
-LegendXPos=0.55
+LegendXPos=0.10
 FullRange=1
 # END PLOT
 
@@ -18,7 +18,7 @@
 Title=Jet--jet azimuthal angle, $p_\perp^\text{max} \in [130..180]\text{ GeV}$
 XLabel=$\Delta \phi_\text{dijet}$ / rad
 YLabel=$1/\sigma_\text{dijet} \, \text{d}\sigma_\text{dijet}/\text{d}\Delta\phi_\text{dijet}$
-LegendXPos=0.55
+LegendXPos=0.10
 FullRange=1
 # END PLOT
 
@@ -26,7 +26,7 @@
 Title=Jet--jet azimuthal angle, $p_\perp^\text{max} > 180\text{ GeV}$
 XLabel=$\Delta \phi_\text{dijet}$ / rad
 YLabel=$1/\sigma_\text{dijet} \, \text{d}\sigma_\text{dijet}/\text{d}\Delta\phi_\text{dijet}$
-LegendXPos=0.55
+LegendXPos=0.10
 FullRange=1
 # END PLOT
 

Modified: trunk/data/plotinfo/D0_2007_S7075677.plot
==============================================================================
--- trunk/data/plotinfo/D0_2007_S7075677.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/D0_2007_S7075677.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -2,7 +2,7 @@
 Title=Inclusive Z boson rapidity
 XLabel=$|y|$(Z)
 YLabel=$1/\sigma \; \text{d}\sigma/\text{d}|y|(Z)$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.6
 # END PLOT
 

Modified: trunk/data/plotinfo/D0_2008_S7837160.plot
==============================================================================
--- trunk/data/plotinfo/D0_2008_S7837160.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/D0_2008_S7837160.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -3,7 +3,7 @@
 XLabel=$|\eta|$ of charged lepton
 YLabel=$\mathcal{A}(\mathrm{d}{\sigma^+}\!/\!\mathrm{d}{|\eta|},\, \mathrm{d}{\sigma^-}\!/\!\mathrm{d}{|\eta|})$
 LogY=0
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.4
 # END PLOT
 
@@ -12,7 +12,7 @@
 XLabel=$|\eta|$ of charged lepton
 YLabel=$\mathcal{A}(\mathrm{d}{\sigma^+}\!/\!\mathrm{d}{|\eta|},\, \mathrm{d}{\sigma^-}\!/\!\mathrm{d}{|\eta|})$
 LogY=0
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.4
 # END PLOT
 
@@ -21,6 +21,6 @@
 XLabel=$|\eta|$ of charged lepton
 YLabel=$\mathcal{A}(\mathrm{d}{\sigma^+}\!/\!\mathrm{d}{|\eta|},\, \mathrm{d}{\sigma^-}\!/\!\mathrm{d}{|\eta|})$
 LogY=0
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.4
 # END PLOT

Modified: trunk/data/plotinfo/D0_2008_S7863608.plot
==============================================================================
--- trunk/data/plotinfo/D0_2008_S7863608.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/D0_2008_S7863608.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -8,7 +8,7 @@
 Title=Differential cross section in leading jet rapidity
 XLabel=$|y|$(1st jet)
 YLabel=$\text{d}\sigma/\text{d}|y|$(1st jet)
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.6
 # END PLOT
 
@@ -22,7 +22,7 @@
 Title=Differential cross section in Z/$\gamma*$ rapidity
 XLabel=$|y|$(Z)
 YLabel=$\text{d}\sigma/\text{d}|y|$(Z)
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.7
 # END PLOT
 

Modified: trunk/data/plotinfo/D0_2009_S8349509.plot
==============================================================================
--- trunk/data/plotinfo/D0_2009_S8349509.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/D0_2009_S8349509.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -2,14 +2,14 @@
 Title=Azimuthal distribution for $p_\perp^Z > 25$ GeV
 XLabel=$\Delta \phi$(Z, jet) [rad]
 YLabel=$1/\sigma_\mathrm{Z} \times \mathrm{d}\sigma_\mathrm{Z+jet}/\mathrm{d}\Delta \phi$ [1/rad]
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /D0_2009_S8349509/d02-x01-y01
 Title=Azimuthal distribution for $p_\perp^Z>45$ GeV
 XLabel=$\Delta \phi$(Z, jet) [rad]
 YLabel=$1/\sigma_\mathrm{Z} \times \mathrm{d}\sigma_\mathrm{Z+jet}/\mathrm{d}\Delta \phi$ [1/rad]
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /D0_2009_S8349509/d03-x01-y01

Modified: trunk/data/plotinfo/D0_2010_S8570965.plot
==============================================================================
--- trunk/data/plotinfo/D0_2010_S8570965.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/D0_2010_S8570965.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -18,7 +18,7 @@
 XLabel=$\Delta\phi_{\gamma\gamma}$ [rad]
 YLabel=$\mathrm{d}\sigma/\mathrm{d}\Delta\phi_{\gamma\gamma}$ [pb/rad]
 RatioPlotMode=deviation
-LegendXPos=0.5
+LegendXPos=0.05
 # END PLOT
 
 # BEGIN PLOT /D0_2010_S8570965/d04-x01-y01
@@ -41,7 +41,7 @@
 XLabel=$\Delta\phi_{\gamma\gamma}$ [rad]
 YLabel=$\mathrm{d}\sigma/\mathrm{d}\Delta\phi_{\gamma\gamma}/\mathrm{d}M_{\gamma\gamma}$ [pb/rad/GeV]
 RatioPlotMode=deviation
-LegendXPos=0.5
+LegendXPos=0.05
 # END PLOT
 
 # BEGIN PLOT /D0_2010_S8570965/d07-x01-y01
@@ -64,7 +64,7 @@
 XLabel=$\Delta\phi_{\gamma\gamma}$ [rad]
 YLabel=$\mathrm{d}\sigma/\mathrm{d}\Delta\phi_{\gamma\gamma}/\mathrm{d}M_{\gamma\gamma}$ [pb/rad/GeV]
 RatioPlotMode=deviation
-LegendXPos=0.5
+LegendXPos=0.05
 # END PLOT
 
 # BEGIN PLOT /D0_2010_S8570965/d10-x01-y01
@@ -87,7 +87,7 @@
 XLabel=$\Delta\phi_{\gamma\gamma}$ [rad]
 YLabel=$\mathrm{d}\sigma/\mathrm{d}\Delta\phi_{\gamma\gamma}/\mathrm{d}M_{\gamma\gamma}$ [pb/rad/GeV]
 RatioPlotMode=deviation
-LegendXPos=0.5
+LegendXPos=0.05
 # END PLOT
 
 # BEGIN PLOT /D0_2010_S8570965/d13-x01-y01

Modified: trunk/data/plotinfo/DELPHI_1996_S3430090.plot
==============================================================================
--- trunk/data/plotinfo/DELPHI_1996_S3430090.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/DELPHI_1996_S3430090.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -31,7 +31,7 @@
 XLabel=$y_T$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{y_T}$
 FullRange=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.8
 # END PLOT
 
@@ -40,7 +40,7 @@
 XLabel=$y_S$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{y_S}$
 FullRange=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.8
 # END PLOT
 
@@ -64,7 +64,7 @@
 XLabel=$x_p$
 YLabel=$p_\perp^\text{out}$ / GeV
 LogY=0
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.7
 # END PLOT
 
@@ -73,7 +73,7 @@
 XLabel=$x_p$
 YLabel=$p_\perp$ / GeV
 LogY=0
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.7
 # END PLOT
 
@@ -81,7 +81,7 @@
 Title=$1-\text{Thrust}$
 XLabel=$1-T$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{(1-T)}$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.6
 FullRange=1
 # END PLOT
@@ -90,7 +90,7 @@
 Title=Thrust major, $M$
 XLabel=$M$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{M}$
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.6
 FullRange=1
 # END PLOT
@@ -113,7 +113,7 @@
 Title=Sphericity, $S$
 XLabel=$S$
 YLabel=$N \, \text{d}{\sigma}/\text{d}{S}$
-LegendXPos=1.1
+LegendXPos=0.65
 FullRange=1
 # END PLOT
 
@@ -240,7 +240,7 @@
 Title=Energy-energy correlation, EEC
 XLabel=$\cos{\chi}$
 YLabel=EEC
-LegendXPos=0.9
+LegendXPos=0.45
 FullRange=1
 # END PLOT
 

Modified: trunk/data/plotinfo/DELPHI_2002_069_CONF_603.plot
==============================================================================
--- trunk/data/plotinfo/DELPHI_2002_069_CONF_603.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/DELPHI_2002_069_CONF_603.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -9,7 +9,7 @@
 Title=$b$ quark fragmentation function $f(x_B^\text{weak})$
 XLabel=$x_B$
 YLabel=$1/N \, \text{d}{N}/\text{d}x_B$
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /DELPHI_2002_069_CONF_603/d04-x01-y01

Modified: trunk/data/plotinfo/DELPHI_2003_WUD_03_11.plot
==============================================================================
--- trunk/data/plotinfo/DELPHI_2003_WUD_03_11.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/DELPHI_2003_WUD_03_11.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -45,7 +45,7 @@
 XLabel=$\cos(\alpha_{34})$
 YLabel=$1/\sigma \, \text{d}{\sigma}/\text{d}\,\cos(\alpha_{34})$
 LogY=0
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.6
 # END PLOT
 
@@ -54,7 +54,7 @@
 XLabel=$\cos(\alpha_{34})$
 YLabel=$1/\sigma \, \text{d}{\sigma}/\text{d}\,\cos(\alpha_{34})$
 LogY=0
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.6
 # END PLOT
 

Modified: trunk/data/plotinfo/JADE_OPAL_2000_S4300807.plot
==============================================================================
--- trunk/data/plotinfo/JADE_OPAL_2000_S4300807.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/JADE_OPAL_2000_S4300807.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -91,7 +91,7 @@
 XLabel=$y_{\text{cut}}^\text{Jade}$
 YLabel=$R_4$
 LogX=1
-LegendXPos=0.75
+LegendXPos=0.30
 LegendYPos=0.65
 FullRange=1
 # END PLOT
@@ -101,7 +101,7 @@
 XLabel=$y_{\text{cut}}^\text{Jade}$
 YLabel=$R_5$
 LogX=1
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.65
 FullRange=1
 # END PLOT
@@ -111,7 +111,7 @@
 XLabel=$y_{\text{cut}}^\text{Jade}$
 YLabel=$R_{\geq 6}$
 LogX=1
-LegendXPos=0.55
+LegendXPos=0.10
 LegendYPos=0.65
 FullRange=1
 # END PLOT
@@ -376,7 +376,7 @@
 YLabel=$R_3$
 LogX=1
 LegendYPos=0.6
-LegendXPos=0.8
+LegendXPos=0.35
 FullRange=1
 # END PLOT
 
@@ -386,7 +386,7 @@
 YLabel=$R_4$
 LogX=1
 LegendYPos=0.6
-LegendXPos=0.7
+LegendXPos=0.25
 FullRange=1
 # END PLOT
 
@@ -396,7 +396,7 @@
 YLabel=$R_5$
 LogX=1
 LegendYPos=0.6
-LegendXPos=0.75
+LegendXPos=0.30
 FullRange=1
 # END PLOT
 
@@ -406,7 +406,7 @@
 YLabel=$R_{\geq 6}$
 LogX=1
 LegendYPos=0.6
-LegendXPos=0.5
+LegendXPos=0.05
 FullRange=1
 # END PLOT
 
@@ -590,7 +590,7 @@
 XLabel=$y_{23}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{23}$
 LogX=1
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.5
 # END PLOT
 
@@ -599,7 +599,7 @@
 XLabel=$y_{34}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{34}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -608,7 +608,7 @@
 XLabel=$y_{45}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{45}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -617,7 +617,7 @@
 XLabel=$y_{56}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{56}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -626,7 +626,7 @@
 XLabel=$y_{23}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{23}$
 LogX=1
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.5
 # END PLOT
 
@@ -635,7 +635,7 @@
 XLabel=$y_{34}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{34}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -644,7 +644,7 @@
 XLabel=$y_{45}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{45}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -653,7 +653,7 @@
 XLabel=$y_{56}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{56}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -662,7 +662,7 @@
 XLabel=$y_{23}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{23}$
 LogX=1
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.5
 FullRange=1
 # END PLOT
@@ -672,7 +672,7 @@
 XLabel=$y_{34}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{34}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 FullRange=1
 # END PLOT
@@ -682,7 +682,7 @@
 XLabel=$y_{45}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{45}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 FullRange=1
 # END PLOT
@@ -692,7 +692,7 @@
 XLabel=$y_{56}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{56}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 FullRange=1
 # END PLOT
@@ -702,7 +702,7 @@
 XLabel=$y_{23}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{23}$
 LogX=1
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.5
 # END PLOT
 
@@ -711,7 +711,7 @@
 XLabel=$y_{34}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{34}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -720,7 +720,7 @@
 XLabel=$y_{45}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{45}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -729,7 +729,7 @@
 XLabel=$y_{56}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{56}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -738,7 +738,7 @@
 XLabel=$y_{23}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{23}$
 LogX=1
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.5
 # END PLOT
 
@@ -747,7 +747,7 @@
 XLabel=$y_{34}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{34}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -756,7 +756,7 @@
 XLabel=$y_{45}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{45}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -765,7 +765,7 @@
 XLabel=$y_{56}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{56}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -774,7 +774,7 @@
 XLabel=$y_{23}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{23}$
 LogX=1
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.5
 # END PLOT
 
@@ -783,7 +783,7 @@
 XLabel=$y_{34}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{34}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -792,7 +792,7 @@
 XLabel=$y_{45}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{45}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -801,7 +801,7 @@
 XLabel=$y_{56}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{56}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -810,7 +810,7 @@
 XLabel=$y_{23}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{23}$
 LogX=1
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.5
 # END PLOT
 
@@ -819,7 +819,7 @@
 XLabel=$y_{34}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{34}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -828,7 +828,7 @@
 XLabel=$y_{45}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{45}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -837,7 +837,7 @@
 XLabel=$y_{56}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{56}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -846,7 +846,7 @@
 XLabel=$y_{23}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{23}$
 LogX=1
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.5
 # END PLOT
 
@@ -855,7 +855,7 @@
 XLabel=$y_{34}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{34}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -864,7 +864,7 @@
 XLabel=$y_{45}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{45}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -873,6 +873,6 @@
 XLabel=$y_{56}^\text{Durham}$
 YLabel=$\text{d}\sigma/\text{d}y_{56}$
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT

Modified: trunk/data/plotinfo/MC_HJETS.plot
==============================================================================
--- trunk/data/plotinfo/MC_HJETS.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/MC_HJETS.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -21,7 +21,7 @@
 XLabel=$p_\perp^{\text{h}}$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp^{\text{h}}$ [pb/GeV]
 LogX=1
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 # END PLOT
 
@@ -31,14 +31,14 @@
 YLabel=$\text{d}\sigma/\text{d}p_\perp^{\text{h}}$ [pb/GeV]
 LogY=0
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_HJETS/H_y
 Title=Higgs boson rapidity
 XLabel=$y_{\text{h}}$
 YLabel=$\text{d}\sigma/\text{d}y_{\text{h}}$ [pb]
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.5
 # END PLOT
 
@@ -65,7 +65,7 @@
 Title=Separation between leading and second leading jet
 XLabel=$\Delta{R}(\text{jet 1, jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\Delta{R}(\text{jet 1, jet 2})$ [pb]
-LegendXPos=0.55
+LegendXPos=0.10
 LegendYPos=0.5
 # END PLOT
 
@@ -104,7 +104,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 2})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_HJETS/jets_deta_13
@@ -112,7 +112,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_HJETS/jets_deta_14
@@ -120,7 +120,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_HJETS/jets_deta_23
@@ -128,7 +128,7 @@
 XLabel=$\Delta\eta(\text{jet 2, jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 2, jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_HJETS/jets_deta_24
@@ -136,7 +136,7 @@
 XLabel=$\Delta\eta(\text{jet 2, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 2, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_HJETS/jets_deta_34
@@ -144,7 +144,7 @@
 XLabel=$\Delta\eta(\text{jet 3, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 3, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_HJETS/jet_eta_1
@@ -152,7 +152,7 @@
 XLabel=$\eta(\text{jet 1})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 1})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_HJETS/jet_eta_2
@@ -160,7 +160,7 @@
 XLabel=$\eta(\text{jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 2})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_HJETS/jet_eta_3
@@ -168,7 +168,7 @@
 XLabel=$\eta(\text{jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_HJETS/jet_eta_4
@@ -176,7 +176,7 @@
 XLabel=$\eta(\text{jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_HJETS/jet_eta_pmratio_1
@@ -309,7 +309,7 @@
 YLabel=$R_{0}$
 Rebin=2
 LegendYPos=0.8
-LegendXPos=1.2
+LegendXPos=0.75
 # END PLOT
 
 # BEGIN PLOT /MC_HJETS/log10_R_1
@@ -344,7 +344,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $0 \to 1$ [GeV])
 XLabel=$\log_{10}(d_{01}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{01}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -353,7 +353,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $1 \to 2$ [GeV])
 XLabel=$\log_{10}(d_{12}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{12}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -362,7 +362,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $2 \to 3$ [GeV])
 XLabel=$\log_{10}(d_{23}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{23}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -371,7 +371,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $3 \to 4$ [GeV])
 XLabel=$\log_{10}(d_{34}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{34}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -381,7 +381,7 @@
 XLabel=$p_\perp(\text{jet 1})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 1})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -391,7 +391,7 @@
 XLabel=$p_\perp(\text{jet 2})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 2})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -401,7 +401,7 @@
 XLabel=$p_\perp(\text{jet 3})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 3})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -411,7 +411,7 @@
 XLabel=$p_\perp(\text{jet 4})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 4})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT

Modified: trunk/data/plotinfo/MC_JETS.plot
==============================================================================
--- trunk/data/plotinfo/MC_JETS.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/MC_JETS.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -2,7 +2,7 @@
 Title=Separation between leading and second leading jet
 XLabel=$\Delta{R}(\text{jet 1, jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\Delta{R}(\text{jet 1, jet 2})$ [pb]
-LegendXPos=0.55
+LegendXPos=0.10
 LegendYPos=0.5
 # END PLOT
 
@@ -41,7 +41,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 2})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_JETS/jets_deta_13
@@ -49,7 +49,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_JETS/jets_deta_14
@@ -57,7 +57,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_JETS/jets_deta_23
@@ -65,7 +65,7 @@
 XLabel=$\Delta\eta(\text{jet 2, jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 2, jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_JETS/jets_deta_24
@@ -73,7 +73,7 @@
 XLabel=$\Delta\eta(\text{jet 2, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 2, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_JETS/jets_deta_34
@@ -81,7 +81,7 @@
 XLabel=$\Delta\eta(\text{jet 3, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 3, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_JETS/jet_eta_1
@@ -89,7 +89,7 @@
 XLabel=$\eta(\text{jet 1})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 1})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_JETS/jet_eta_2
@@ -97,7 +97,7 @@
 XLabel=$\eta(\text{jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 2})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_JETS/jet_eta_3
@@ -105,7 +105,7 @@
 XLabel=$\eta(\text{jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_JETS/jet_eta_4
@@ -113,7 +113,7 @@
 XLabel=$\eta(\text{jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_JETS/jet_eta_pmratio_1
@@ -246,7 +246,7 @@
 YLabel=$R_{0}$
 Rebin=2
 LegendYPos=0.8
-LegendXPos=1.2
+LegendXPos=0.75
 # END PLOT
 
 # BEGIN PLOT /MC_JETS/log10_R_1
@@ -281,7 +281,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $0 \to 1$ [GeV])
 XLabel=$\log_{10}(d_{01}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{01}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -290,7 +290,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $1 \to 2$ [GeV])
 XLabel=$\log_{10}(d_{12}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{12}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -299,7 +299,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $2 \to 3$ [GeV])
 XLabel=$\log_{10}(d_{23}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{23}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -308,7 +308,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $3 \to 4$ [GeV])
 XLabel=$\log_{10}(d_{34}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{34}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -318,7 +318,7 @@
 XLabel=$p_\perp(\text{jet 1})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 1})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -328,7 +328,7 @@
 XLabel=$p_\perp(\text{jet 2})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 2})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -338,7 +338,7 @@
 XLabel=$p_\perp(\text{jet 3})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 3})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -348,7 +348,7 @@
 XLabel=$p_\perp(\text{jet 4})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 4})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT

Modified: trunk/data/plotinfo/MC_PHOTONJETS.plot
==============================================================================
--- trunk/data/plotinfo/MC_PHOTONJETS.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/MC_PHOTONJETS.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -33,7 +33,7 @@
 Title=Separation between leading and second leading jet
 XLabel=$\Delta{R}(\text{jet 1, jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\Delta{R}(\text{jet 1, jet 2})$ [pb]
-LegendXPos=0.55
+LegendXPos=0.10
 LegendYPos=0.5
 # END PLOT
 
@@ -72,7 +72,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 2})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_PHOTONJETS/jets_deta_13
@@ -80,7 +80,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_PHOTONJETS/jets_deta_14
@@ -88,7 +88,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_PHOTONJETS/jets_deta_23
@@ -96,7 +96,7 @@
 XLabel=$\Delta\eta(\text{jet 2, jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 2, jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_PHOTONJETS/jets_deta_24
@@ -104,7 +104,7 @@
 XLabel=$\Delta\eta(\text{jet 2, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 2, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_PHOTONJETS/jets_deta_34
@@ -112,7 +112,7 @@
 XLabel=$\Delta\eta(\text{jet 3, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 3, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_PHOTONJETS/jet_eta_1
@@ -120,7 +120,7 @@
 XLabel=$\eta(\text{jet 1})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 1})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_PHOTONJETS/jet_eta_2
@@ -128,7 +128,7 @@
 XLabel=$\eta(\text{jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 2})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_PHOTONJETS/jet_eta_3
@@ -136,7 +136,7 @@
 XLabel=$\eta(\text{jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_PHOTONJETS/jet_eta_4
@@ -144,7 +144,7 @@
 XLabel=$\eta(\text{jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_PHOTONJETS/jet_eta_pmratio_1
@@ -277,7 +277,7 @@
 YLabel=$R_{0}$
 Rebin=2
 LegendYPos=0.8
-LegendXPos=1.2
+LegendXPos=0.75
 # END PLOT
 
 # BEGIN PLOT /MC_PHOTONJETS/log10_R_1
@@ -312,7 +312,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $0 \to 1$ [GeV])
 XLabel=$\log_{10}(d_{01}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{01}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -321,7 +321,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $1 \to 2$ [GeV])
 XLabel=$\log_{10}(d_{12}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{12}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -330,7 +330,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $2 \to 3$ [GeV])
 XLabel=$\log_{10}(d_{23}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{23}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -339,7 +339,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $3 \to 4$ [GeV])
 XLabel=$\log_{10}(d_{34}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{34}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -349,7 +349,7 @@
 XLabel=$p_\perp(\text{jet 1})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 1})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -359,7 +359,7 @@
 XLabel=$p_\perp(\text{jet 2})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 2})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -369,7 +369,7 @@
 XLabel=$p_\perp(\text{jet 3})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 3})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -379,7 +379,7 @@
 XLabel=$p_\perp(\text{jet 4})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 4})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT

Modified: trunk/data/plotinfo/MC_WJETS.plot
==============================================================================
--- trunk/data/plotinfo/MC_WJETS.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/MC_WJETS.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -2,7 +2,7 @@
 Title=Separation between W boson and leading jet
 XLabel=$\Delta R(\text{W, 1st jet})$
 YLabel=$\text{d}\sigma/\text{d}\Delta R(\text{W, 1st jet})$ [pb]
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.5
 # END PLOT
 
@@ -23,7 +23,7 @@
 XLabel=$p_\perp^{\text{W}}$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp^{\text{W}}$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 # END PLOT
 
@@ -33,14 +33,14 @@
 YLabel=$\text{d}\sigma/\text{d}p_\perp^{\text{W}}$ [pb/GeV]
 LogY=0
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WJETS/W_y
 Title=W rapidity
 XLabel=$y_{\text{W}}$
 YLabel=$\text{d}\sigma/\text{d}y_{\text{W}}$ [pb]
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.5
 # END PLOT
 
@@ -67,7 +67,7 @@
 Title=Separation between leading and second leading jet
 XLabel=$\Delta{R}(\text{jet 1, jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\Delta{R}(\text{jet 1, jet 2})$ [pb]
-LegendXPos=0.55
+LegendXPos=0.10
 LegendYPos=0.5
 # END PLOT
 
@@ -106,7 +106,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 2})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WJETS/jets_deta_13
@@ -114,7 +114,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WJETS/jets_deta_14
@@ -122,7 +122,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WJETS/jets_deta_23
@@ -130,7 +130,7 @@
 XLabel=$\Delta\eta(\text{jet 2, jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 2, jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WJETS/jets_deta_24
@@ -138,7 +138,7 @@
 XLabel=$\Delta\eta(\text{jet 2, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 2, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WJETS/jets_deta_34
@@ -146,7 +146,7 @@
 XLabel=$\Delta\eta(\text{jet 3, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 3, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WJETS/jet_eta_1
@@ -154,7 +154,7 @@
 XLabel=$\eta(\text{jet 1})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 1})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WJETS/jet_eta_2
@@ -162,7 +162,7 @@
 XLabel=$\eta(\text{jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 2})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WJETS/jet_eta_3
@@ -170,7 +170,7 @@
 XLabel=$\eta(\text{jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WJETS/jet_eta_4
@@ -178,7 +178,7 @@
 XLabel=$\eta(\text{jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WJETS/jet_eta_pmratio_1
@@ -311,7 +311,7 @@
 YLabel=$R_{0}$
 Rebin=2
 LegendYPos=0.8
-LegendXPos=1.2
+LegendXPos=0.75
 # END PLOT
 
 # BEGIN PLOT /MC_WJETS/log10_R_1
@@ -346,7 +346,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $0 \to 1$ [GeV])
 XLabel=$\log_{10}(d_{01}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{01}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -355,7 +355,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $1 \to 2$ [GeV])
 XLabel=$\log_{10}(d_{12}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{12}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -364,7 +364,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $2 \to 3$ [GeV])
 XLabel=$\log_{10}(d_{23}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{23}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -373,7 +373,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $3 \to 4$ [GeV])
 XLabel=$\log_{10}(d_{34}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{34}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -383,7 +383,7 @@
 XLabel=$p_\perp(\text{jet 1})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 1})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -393,7 +393,7 @@
 XLabel=$p_\perp(\text{jet 2})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 2})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -403,7 +403,7 @@
 XLabel=$p_\perp(\text{jet 3})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 3})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -413,7 +413,7 @@
 XLabel=$p_\perp(\text{jet 4})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 4})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT

Modified: trunk/data/plotinfo/MC_WWJETS.plot
==============================================================================
--- trunk/data/plotinfo/MC_WWJETS.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/MC_WWJETS.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -3,7 +3,7 @@
 XLabel=$p_\perp^{\text{WW}}$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp^{\text{WW}}$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 # END PLOT
 
@@ -13,14 +13,14 @@
 YLabel=$\text{d}\sigma/\text{d}p_\perp^{\text{WW}}$ [pb/GeV]
 LogY=0
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WWJETS/WW_eta
 Title=Pseudorapidity of boson pair
 XLabel=$\eta_{\text{WW}}$
 YLabel=$\text{d}\sigma/\text{d}\eta_{\text{WW}}$ [pb]
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.5
 # END PLOT
 
@@ -36,7 +36,7 @@
 XLabel=$m_{\text{WW}}$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}m_{\text{WW}}$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 # END PLOT
 
@@ -44,14 +44,14 @@
 Title=Azimuthal angle difference of boson pair
 XLabel=$\Delta\phi_{\text{WW}}$
 YLabel=$\text{d}\sigma/\text{d}\Delta\phi_{\text{WW}}$ [pb]
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /MC_WWJETS/WW_deta
 Title=Pseudorapidity difference of boson pair
 XLabel=$\Delta\eta_{\text{WW}}$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta_{\text{WW}}$ [pb]
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.5
 # END PLOT
 
@@ -59,7 +59,7 @@
 Title=Separation of boson pair
 XLabel=$\Delta R_{\text{WW}}$
 YLabel=$\text{d}\sigma/\text{d}\Delta R_{\text{WW}}$ [pb]
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.5
 # END PLOT
 
@@ -68,7 +68,7 @@
 XLabel=$\Delta p_\perp^{\text{WW}}$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}\Delta p_\perp^{\text{WW}}$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 # END PLOT
 
@@ -83,7 +83,7 @@
 XLabel=$p_\perp^{\text{W}}$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp^{\text{W}}$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 # END PLOT
 
@@ -91,7 +91,7 @@
 Title=W pseudorapidity
 XLabel=$\eta_{\text{W}}$
 YLabel=$\text{d}\sigma/\text{d}\eta_{\text{W}}$ [pb]
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.5
 # END PLOT
 
@@ -112,14 +112,14 @@
 Title=Azimuthal angle difference between oppositely charged leptons
 XLabel=$\Delta\phi_{e^+,\mu^-}$
 YLabel=$\text{d}\sigma/\text{d}\Delta\phi$ [pb]
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /MC_WWJETS/WeWm_deta
 Title=Pseudorapidity difference between oppositely charged leptons
 XLabel=$\Delta\eta_{e^+,\mu^-}$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta$ [pb]
-LegendXPos=0.75
+LegendXPos=0.30
 LegendYPos=0.5
 # END PLOT
 
@@ -139,7 +139,7 @@
 Title=Separation between W boson pair and leading jet
 XLabel=$\Delta R(\text{WW, 1st jet})$
 YLabel=$\text{d}\sigma/\text{d}\Delta R(\text{WW, 1st jet})$ [pb]
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.5
 # END PLOT
 
@@ -153,7 +153,7 @@
 Title=Separation between $e^+$ and leading jet
 XLabel=$\Delta R(e^+,\text{1st jet})$
 YLabel=$\text{d}\sigma/\text{d}\Delta R(e^+,\text{1st jet})$ [pb]
-LegendXPos=0.7
+LegendXPos=0.25
 LegendYPos=0.5
 # END PLOT
 
@@ -161,7 +161,7 @@
 Title=Azimuthal decorrelation of leading and second leading jet
 XLabel=$\Delta{\phi}(\text{jet 1, jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\Delta{\phi}(\text{jet 1, jet 2})$ [pb]
-LegendXPos=0.55
+LegendXPos=0.10
 LogY=0
 # END PLOT
 
@@ -182,7 +182,7 @@
 Title=Separation between leading and second leading jet
 XLabel=$\Delta{R}(\text{jet 1, jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\Delta{R}(\text{jet 1, jet 2})$ [pb]
-LegendXPos=0.55
+LegendXPos=0.10
 LegendYPos=0.5
 # END PLOT
 
@@ -221,7 +221,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 2})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WWJETS/jets_deta_13
@@ -229,7 +229,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WWJETS/jets_deta_14
@@ -237,7 +237,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WWJETS/jets_deta_23
@@ -245,7 +245,7 @@
 XLabel=$\Delta\eta(\text{jet 2, jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 2, jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WWJETS/jets_deta_24
@@ -253,7 +253,7 @@
 XLabel=$\Delta\eta(\text{jet 2, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 2, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WWJETS/jets_deta_34
@@ -261,7 +261,7 @@
 XLabel=$\Delta\eta(\text{jet 3, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 3, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WWJETS/jet_eta_1
@@ -269,7 +269,7 @@
 XLabel=$\eta(\text{jet 1})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 1})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WWJETS/jet_eta_2
@@ -277,7 +277,7 @@
 XLabel=$\eta(\text{jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 2})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WWJETS/jet_eta_3
@@ -285,7 +285,7 @@
 XLabel=$\eta(\text{jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WWJETS/jet_eta_4
@@ -293,7 +293,7 @@
 XLabel=$\eta(\text{jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_WWJETS/jet_eta_pmratio_1
@@ -426,7 +426,7 @@
 YLabel=$R_{0}$
 Rebin=2
 LegendYPos=0.8
-LegendXPos=1.2
+LegendXPos=0.75
 # END PLOT
 
 # BEGIN PLOT /MC_WWJETS/log10_R_1
@@ -461,7 +461,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $0 \to 1$ [GeV])
 XLabel=$\log_{10}(d_{01}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{01}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -470,7 +470,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $1 \to 2$ [GeV])
 XLabel=$\log_{10}(d_{12}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{12}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -479,7 +479,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $2 \to 3$ [GeV])
 XLabel=$\log_{10}(d_{23}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{23}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -488,7 +488,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $3 \to 4$ [GeV])
 XLabel=$\log_{10}(d_{34}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{34}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -498,7 +498,7 @@
 XLabel=$p_\perp(\text{jet 1})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 1})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -508,7 +508,7 @@
 XLabel=$p_\perp(\text{jet 2})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 2})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -518,7 +518,7 @@
 XLabel=$p_\perp(\text{jet 3})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 3})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -528,7 +528,7 @@
 XLabel=$p_\perp(\text{jet 4})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 4})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT

Modified: trunk/data/plotinfo/MC_ZJETS.plot
==============================================================================
--- trunk/data/plotinfo/MC_ZJETS.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/MC_ZJETS.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -2,7 +2,7 @@
 Title=Separation between Z boson and leading jet
 XLabel=$\Delta R(\text{Z, 1st jet})$
 YLabel=$\text{d}\sigma/\text{d}\Delta R(\text{Z, 1st jet})$ [pb]
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.5
 # END PLOT
 
@@ -23,7 +23,7 @@
 XLabel=$p_\perp^{\text{Z}}$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp^{\text{Z}}$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 # END PLOT
 
@@ -33,14 +33,14 @@
 YLabel=$\text{d}\sigma/\text{d}p_\perp^{\text{Z}}$ [pb/GeV]
 LogY=0
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZJETS/Z_y
 Title=Z rapidity
 XLabel=$y_{\text{Z}}$
 YLabel=$\text{d}\sigma/\text{d}y_{\text{Z}}$ [pb]
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.5
 # END PLOT
 
@@ -67,7 +67,7 @@
 Title=Separation between leading and second leading jet
 XLabel=$\Delta{R}(\text{jet 1, jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\Delta{R}(\text{jet 1, jet 2})$ [pb]
-LegendXPos=0.55
+LegendXPos=0.10
 LegendYPos=0.5
 # END PLOT
 
@@ -106,7 +106,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 2})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZJETS/jets_deta_13
@@ -114,7 +114,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZJETS/jets_deta_14
@@ -122,7 +122,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZJETS/jets_deta_23
@@ -130,7 +130,7 @@
 XLabel=$\Delta\eta(\text{jet 2, jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 2, jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZJETS/jets_deta_24
@@ -138,7 +138,7 @@
 XLabel=$\Delta\eta(\text{jet 2, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 2, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZJETS/jets_deta_34
@@ -146,7 +146,7 @@
 XLabel=$\Delta\eta(\text{jet 3, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 3, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZJETS/jet_eta_1
@@ -154,7 +154,7 @@
 XLabel=$\eta(\text{jet 1})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 1})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZJETS/jet_eta_2
@@ -162,7 +162,7 @@
 XLabel=$\eta(\text{jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 2})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZJETS/jet_eta_3
@@ -170,7 +170,7 @@
 XLabel=$\eta(\text{jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZJETS/jet_eta_4
@@ -178,7 +178,7 @@
 XLabel=$\eta(\text{jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZJETS/jet_eta_pmratio_1
@@ -311,7 +311,7 @@
 YLabel=$R_{0}$
 Rebin=2
 LegendYPos=0.8
-LegendXPos=1.2
+LegendXPos=0.75
 # END PLOT
 
 # BEGIN PLOT /MC_ZJETS/log10_R_1
@@ -346,7 +346,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $0 \to 1$ [GeV])
 XLabel=$\log_{10}(d_{01}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{01}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -355,7 +355,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $1 \to 2$ [GeV])
 XLabel=$\log_{10}(d_{12}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{12}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -364,7 +364,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $2 \to 3$ [GeV])
 XLabel=$\log_{10}(d_{23}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{23}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -373,7 +373,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $3 \to 4$ [GeV])
 XLabel=$\log_{10}(d_{34}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{34}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -383,7 +383,7 @@
 XLabel=$p_\perp(\text{jet 1})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 1})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -393,7 +393,7 @@
 XLabel=$p_\perp(\text{jet 2})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 2})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -403,7 +403,7 @@
 XLabel=$p_\perp(\text{jet 3})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 3})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -413,7 +413,7 @@
 XLabel=$p_\perp(\text{jet 4})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 4})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT

Modified: trunk/data/plotinfo/MC_ZZJETS.plot
==============================================================================
--- trunk/data/plotinfo/MC_ZZJETS.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/MC_ZZJETS.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -3,7 +3,7 @@
 XLabel=$p_\perp^{\text{ZZ}}$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp^{\text{ZZ}}$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 # END PLOT
 
@@ -13,14 +13,14 @@
 YLabel=$\text{d}\sigma/\text{d}p_\perp^{\text{ZZ}}$ [pb/GeV]
 LogY=0
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZZJETS/ZZ_eta
 Title=Pseudorapidity of boson pair
 XLabel=$\eta_{\text{ZZ}}$
 YLabel=$\text{d}\sigma/\text{d}\eta_{\text{ZZ}}$ [pb]
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.5
 # END PLOT
 
@@ -36,7 +36,7 @@
 XLabel=$m_{\text{ZZ}}$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}m_{\text{ZZ}}$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 # END PLOT
 
@@ -44,14 +44,14 @@
 Title=Azimuthal angle difference of boson pair
 XLabel=$\Delta\phi_{\text{ZZ}}$
 YLabel=$\text{d}\sigma/\text{d}\Delta\phi_{\text{ZZ}}$ [pb]
-LegendXPos=0.55
+LegendXPos=0.10
 # END PLOT
 
 # BEGIN PLOT /MC_ZZJETS/ZZ_deta
 Title=Pseudorapidity difference of boson pair
 XLabel=$\Delta\eta_{\text{ZZ}}$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta_{\text{ZZ}}$ [pb]
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.5
 # END PLOT
 
@@ -59,7 +59,7 @@
 Title=Separation of boson pair
 XLabel=$\Delta R_{\text{ZZ}}$
 YLabel=$\text{d}\sigma/\text{d}\Delta R_{\text{ZZ}}$ [pb]
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.5
 # END PLOT
 
@@ -68,7 +68,7 @@
 XLabel=$\Delta p_\perp^{\text{ZZ}}$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}\Delta p_\perp^{\text{ZZ}}$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 # END PLOT
 
@@ -83,7 +83,7 @@
 XLabel=$p_\perp^{\text{Z}}$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp^{\text{Z}}$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 # END PLOT
 
@@ -91,7 +91,7 @@
 Title=Z pseudorapidity
 XLabel=$\eta_{\text{Z}}$
 YLabel=$\text{d}\sigma/\text{d}\eta_{\text{Z}}$ [pb]
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.5
 # END PLOT
 
@@ -136,7 +136,7 @@
 Title=Separation between Z boson pair and leading jet
 XLabel=$\Delta R(\text{ZZ, 1st jet})$
 YLabel=$\text{d}\sigma/\text{d}\Delta R(\text{ZZ, 1st jet})$ [pb]
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.5
 # END PLOT
 
@@ -150,7 +150,7 @@
 Title=Separation between $e^+$ and leading jet
 XLabel=$\Delta R(e^+,\text{1st jet})$
 YLabel=$\text{d}\sigma/\text{d}\Delta R(e^+,\text{1st jet})$ [pb]
-LegendXPos=0.8
+LegendXPos=0.35
 LegendYPos=0.5
 # END PLOT
 
@@ -159,7 +159,7 @@
 XLabel=$H_T$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}H_T$ [pb/GeV]
 LogX=1
-LegendXPos=0.55
+LegendXPos=0.10
 LegendYPos=0.5
 # END PLOT
 
@@ -167,7 +167,7 @@
 Title=Separation between leading and second leading jet
 XLabel=$\Delta{R}(\text{jet 1, jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\Delta{R}(\text{jet 1, jet 2})$ [pb]
-LegendXPos=0.55
+LegendXPos=0.10
 LegendYPos=0.5
 # END PLOT
 
@@ -206,7 +206,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 2})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZZJETS/jets_deta_13
@@ -214,7 +214,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZZJETS/jets_deta_14
@@ -222,7 +222,7 @@
 XLabel=$\Delta\eta(\text{jet 1, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 1, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZZJETS/jets_deta_23
@@ -230,7 +230,7 @@
 XLabel=$\Delta\eta(\text{jet 2, jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 2, jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZZJETS/jets_deta_24
@@ -238,7 +238,7 @@
 XLabel=$\Delta\eta(\text{jet 2, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 2, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZZJETS/jets_deta_34
@@ -246,7 +246,7 @@
 XLabel=$\Delta\eta(\text{jet 3, jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\Delta\eta(\text{jet 3, jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZZJETS/jet_eta_1
@@ -254,7 +254,7 @@
 XLabel=$\eta(\text{jet 1})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 1})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZZJETS/jet_eta_2
@@ -262,7 +262,7 @@
 XLabel=$\eta(\text{jet 2})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 2})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZZJETS/jet_eta_3
@@ -270,7 +270,7 @@
 XLabel=$\eta(\text{jet 3})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 3})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZZJETS/jet_eta_4
@@ -278,7 +278,7 @@
 XLabel=$\eta(\text{jet 4})$
 YLabel=$\text{d}\sigma/\text{d}\eta(\text{jet 4})$ [pb]
 LegendYPos=0.5
-LegendXPos=0.75
+LegendXPos=0.30
 # END PLOT
 
 # BEGIN PLOT /MC_ZZJETS/jet_eta_pmratio_1
@@ -411,7 +411,7 @@
 YLabel=$R_{0}$
 Rebin=2
 LegendYPos=0.8
-LegendXPos=1.2
+LegendXPos=0.75
 # END PLOT
 
 # BEGIN PLOT /MC_ZZJETS/log10_R_1
@@ -446,7 +446,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $0 \to 1$ [GeV])
 XLabel=$\log_{10}(d_{01}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{01}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -455,7 +455,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $1 \to 2$ [GeV])
 XLabel=$\log_{10}(d_{12}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{12}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -464,7 +464,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $2 \to 3$ [GeV])
 XLabel=$\log_{10}(d_{23}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{23}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -473,7 +473,7 @@
 Title=$\log_{10}$($k_\perp$ jet resolution $3 \to 4$ [GeV])
 XLabel=$\log_{10}(d_{34}/\text{GeV})$
 YLabel=$\text{d}\sigma/\text{d}\log_{10}(d_{34}/\text{GeV})$ [pb]
-LegendXPos=0.6
+LegendXPos=0.15
 LegendYPos=0.5
 Rebin=2
 # END PLOT
@@ -483,7 +483,7 @@
 XLabel=$p_\perp(\text{jet 1})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 1})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -493,7 +493,7 @@
 XLabel=$p_\perp(\text{jet 2})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 2})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -503,7 +503,7 @@
 XLabel=$p_\perp(\text{jet 3})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 3})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT
@@ -513,7 +513,7 @@
 XLabel=$p_\perp(\text{jet 4})$ [GeV]
 YLabel=$\text{d}\sigma/\text{d}p_\perp(\text{jet 4})$ [pb/GeV]
 LogX=1
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 XMin=20.0
 # END PLOT

Modified: trunk/data/plotinfo/OPAL_1993_S2692198.plot
==============================================================================
--- trunk/data/plotinfo/OPAL_1993_S2692198.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/OPAL_1993_S2692198.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -2,7 +2,7 @@
 Title=Number of photon vs $y_{\rm cut}$, Jade
 XLabel=$y_{\rm cut}$
 YLabel=$No. of photons/1000 MH$
-LegendXPos=0.95
+LegendXPos=0.50
 LegendYPos=0.85
 FullRange=1
 # END PLOT
@@ -10,7 +10,7 @@
 Title=Number of photon vs $y_{\rm cut}$, Durham
 XLabel=$y_{\rm cut}$
 YLabel=No. of photons/1000 MH
-LegendXPos=0.95
+LegendXPos=0.50
 LegendYPos=0.85
 FullRange=1
 # END PLOT
@@ -18,7 +18,7 @@
 Title=Number of 1 jet events vs $y_{\rm cut}$, Jade
 XLabel=$y_{\rm cut}$
 YLabel=No. of 1 jet events/1000 MH
-LegendXPos=0.95
+LegendXPos=0.50
 LegendYPos=0.85
 FullRange=1
 # END PLOT
@@ -26,7 +26,7 @@
 Title=Number of 2 jet events vs $y_{\rm cut}$, Jade
 XLabel=$y_{\rm cut}$
 YLabel=No. of 2 jet events/1000 MH
-LegendXPos=0.95
+LegendXPos=0.50
 LegendYPos=0.85
 FullRange=1
 # END PLOT
@@ -34,7 +34,7 @@
 Title=Number of 3 jet events vs $y_{\rm cut}$, Jade
 XLabel=$y_{\rm cut}$
 YLabel=No. of 3 jet events/1000 MH
-LegendXPos=0.95
+LegendXPos=0.50
 LegendYPos=0.85
 FullRange=1
 # END PLOT
@@ -42,7 +42,7 @@
 Title=Number of $>3$ jet events vs $y_{\rm cut}$, Jade
 XLabel=$y_{\rm cut}$
 YLabel=No. of $>3$ jet events/1000 MH
-LegendXPos=0.95
+LegendXPos=0.50
 LegendYPos=0.85
 FullRange=1
 # END PLOT
@@ -50,7 +50,7 @@
 Title=Number of 1 jet events vs $y_{\rm cut}$, Durham
 XLabel=$y_{\rm cut}$
 YLabel=No. of 1 jet events/1000 MH
-LegendXPos=0.95
+LegendXPos=0.50
 LegendYPos=0.85
 FullRange=1
 # END PLOT
@@ -58,7 +58,7 @@
 Title=Number of 2 jet events vs $y_{\rm cut}$, Durham
 XLabel=$y_{\rm cut}$
 YLabel=No. of 2 jet events/1000 MH
-LegendXPos=0.95
+LegendXPos=0.50
 LegendYPos=0.85
 FullRange=1
 # END PLOT
@@ -66,7 +66,7 @@
 Title=Number of 3 jet events vs $y_{\rm cut}$, Durham
 XLabel=$y_{\rm cut}$
 YLabel=No. of 3 jet events/1000 MH
-LegendXPos=0.95
+LegendXPos=0.50
 LegendYPos=0.85
 FullRange=1
 # END PLOT
@@ -74,7 +74,7 @@
 Title=Number of $>3$ jet events vs $y_{\rm cut}$, Durham
 XLabel=$y_{\rm cut}$
 YLabel=No. of $>3$ jet events/1000 MH
-LegendXPos=0.95
+LegendXPos=0.50
 LegendYPos=0.85
 FullRange=1
 # END PLOT

Modified: trunk/data/plotinfo/OPAL_2001_S4553896.plot
==============================================================================
--- trunk/data/plotinfo/OPAL_2001_S4553896.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/OPAL_2001_S4553896.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -22,7 +22,7 @@
 YLabel=$1/\sigma \, \text{d}{\sigma}/\text{d}|\cos(\theta^*_\text{NR})|$
 LogY=0
 YMin=0.4
-LegendXPos=0.5
+LegendXPos=0.05
 RatioPlotYMin=0.9
 RatioPlotYMax=1.1
 # END PLOT
@@ -32,7 +32,7 @@
 XLabel=$\cos(\alpha_{34})$
 YLabel=$1/\sigma \, \text{d}{\sigma}/\text{d}\,\cos(\alpha_{34})$
 LogY=0
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 RatioPlotYMin=0.9
 RatioPlotYMax=1.1

Modified: trunk/data/plotinfo/STAR_2009_UE_HELEN.plot
==============================================================================
--- trunk/data/plotinfo/STAR_2009_UE_HELEN.plot	Tue Dec  7 13:15:17 2010	(r2826)
+++ trunk/data/plotinfo/STAR_2009_UE_HELEN.plot	Tue Dec  7 15:01:06 2010	(r2827)
@@ -4,7 +4,7 @@
 YLabel=$\langle N_\text{ch} \rangle / \text{d}\eta\,\text{d}\phi$
 CustomLegend={\large STAR preliminary}
 LogY=0
-LegendXPos=0.5
+LegendXPos=0.05
 LegendYPos=0.5
 # END PLOT
 


More information about the Rivet-svn mailing list