|
[Rivet] [Rivet-svn] r3770 - trunk/binHendrik Hoeth hendrik.hoeth at cern.chTue Jun 26 14:57:06 BST 2012
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? Cheers, Hendrik -- Man is the best computer we can put aboard a spacecraft, and the only one that can be mass produced with unskilled labor. -- Wernher von Braun
More information about the Rivet mailing list |