|
[Rivet] [Rivet-svn] r3770 - trunk/binAndy Buckley andy.buckley at ed.ac.ukTue Jun 26 15:02:03 BST 2012
On 26/06/12 14:57, Hendrik Hoeth wrote: > Hi Holger, > > I've got a question about your SkipBins commit: > >> + # Skip every nskip bin when drawing -- helps to circumvent >> + # 'TeX capacity exceeded' error on some large plots >> + if headers.has_key("SkipBins"): >> + nskip = int(headers["SkipBins"]) >> + if ibin%nskip ==0: >> + continue > > Doesn't our data/texmf/cnf/texmf.cnf fix this already? Or what kind of > monster histogram is this? I just asked the same question on the ATLAS side of this analysis implementation! I'm definitely more in favour of tweaking the TeX memory config than building in an ad hoc keyword to skip every nth bin, unless it's *really* unavoidable... Andy -- Dr Andy Buckley, SUPA Advanced Research Fellow Particle Physics Expt Group, University of Edinburgh The University of Edinburgh is a charitable body, registered in Scotland, with registration number SC005336.
More information about the Rivet mailing list |