[Rivet-svn] r3045 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Wed Apr 6 13:52:08 BST 2011


Author: hoeth
Date: Wed Apr  6 13:52:08 2011
New Revision: 3045

Log:
fix default for RatioPlotYLabel in compare-histos

Modified:
   trunk/bin/compare-histos

Modified: trunk/bin/compare-histos
==============================================================================
--- trunk/bin/compare-histos	Wed Apr  6 12:32:43 2011	(r3044)
+++ trunk/bin/compare-histos	Wed Apr  6 13:52:08 2011	(r3045)
@@ -399,8 +399,7 @@
                          "RatioPlot" : "%d" % int(not opts.NORATIO),
                          "XTwosidedTicks" : "1",
                          "YTwosidedTicks" : "1",
-                         "RatioPlotReference" : "%s%s" % (ref, HISTOS[ref][name].fullPath()),
-                         "RatioPlotYLabel" : "Ratio"}
+                         "RatioPlotReference" : "%s%s" % (ref, HISTOS[ref][name].fullPath())}
 
 
         if opts.RATIO_DEVIATION:


More information about the Rivet-svn mailing list