[Rivet] [Rivet-svn] r3770 - trunk/bin

Holger Schulz hschulz at physik.hu-berlin.de
Tue Jun 26 15:13:35 BST 2012


On 26/06/12 15: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?
Ah, yes. Sorry, will revert these changes immediately. Adding another 0
to main_memory does the trick.

Shall I commit the larger value or does one have to be careful there?

Holger

> Cheers,
>
>      Hendrik
>



More information about the Rivet mailing list