[Rivet-svn] r2634 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Mon Aug 2 10:44:00 BST 2010


Author: hoeth
Date: Mon Aug  2 10:44:00 2010
New Revision: 2634

Log:
Fix \strut{} in custom tickmark labels

Modified:
   trunk/bin/make-plots

Modified: trunk/bin/make-plots
==============================================================================
--- trunk/bin/make-plots	Mon Aug  2 00:16:28 2010	(r2633)
+++ trunk/bin/make-plots	Mon Aug  2 10:44:00 2010	(r2634)
@@ -1451,7 +1451,7 @@
     def draw_majorticklabel(self, value, label=''):
         if label=='':
             label=self.get_ticklabel(value,self.description['LogX'])
-        return ('\\rput('+self.coors.strphys2frameX(value)+', 0){\\rput[B](0,-2.3\\labelsep){\\strut'+label+'}}\n')
+        return ('\\rput('+self.coors.strphys2frameX(value)+', 0){\\rput[B](0,-2.3\\labelsep){\\strut{}'+label+'}}\n')
 
 
 


More information about the Rivet-svn mailing list