[Rivet-svn] r3900 - branches/2012-06-aidarivet/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Aug 24 14:28:46 BST 2012


Author: hoeth
Date: Fri Aug 24 14:28:46 2012
New Revision: 3900

Log:
merge r3786 from trunk

Modified:
   branches/2012-06-aidarivet/bin/make-plots

Modified: branches/2012-06-aidarivet/bin/make-plots
==============================================================================
--- branches/2012-06-aidarivet/bin/make-plots	Tue Aug 21 15:52:04 2012	(r3899)
+++ branches/2012-06-aidarivet/bin/make-plots	Fri Aug 24 14:28:46 2012	(r3900)
@@ -1798,7 +1798,7 @@
             else:
                 label = '10$^{'+sign+'\\text{'+str(abs(int(log10(value))))+'}}$'
         else:
-            if fabs(value) < 1e-8: value=0
+            if fabs(value) < 1e-10: value=0
             label=str(value)
         return label
 


More information about the Rivet-svn mailing list