|
[Rivet-svn] r2694 - trunk/binblackhole at projects.hepforge.org blackhole at projects.hepforge.orgFri Sep 10 15:49:49 BST 2010
Author: fsiegert Date: Fri Sep 10 15:49:49 2010 New Revision: 2694 Log: Slightly larger y-label separation such that it works better for plots with log-y scale. Modified: trunk/bin/make-plots Modified: trunk/bin/make-plots ============================================================================== --- trunk/bin/make-plots Sat Sep 4 11:20:52 2010 (r2693) +++ trunk/bin/make-plots Fri Sep 10 15:49:49 2010 (r2694) @@ -335,7 +335,7 @@ if inputdata.description.has_key('LeftMargin') and inputdata.description['LeftMargin']!='': leftmargin = float(inputdata.description['LeftMargin']) else: - leftmargin = 1.25 + leftmargin = 1.4 if inputdata.description.has_key('RightMargin') and inputdata.description['RightMargin']!='': rightmargin = float(inputdata.description['RightMargin']) else: @@ -767,7 +767,7 @@ xlabelsep=float(self.description['XLabelSep']) out += ('\\rput(1,0){\\rput[rB](0,-%4.3f\\labelsep){\\normalsize '%(xlabelsep) +self.description['XLabel']+'}}\n') if self.description.has_key('YLabel') and (axis.count('YLabel') or axis==[]): - ylabelsep=5.3 + ylabelsep=6.5 if self.description.has_key('YLabelSep'): ylabelsep=float(self.description['YLabelSep']) out += ('\\rput(0,1){\\rput[rB]{90}(-%4.3f\\labelsep,0){\\normalsize '%(ylabelsep) +self.description['YLabel']+'}}\n')
More information about the Rivet-svn mailing list |