Comment 6 for bug 245844

Revision history for this message
robalrr (robalrr) wrote :

Hi I have the following error using python and gnu-plot

OverflowError: signed integer is greater than maximum
I tried to define
 g.set_range("xrange", long(33359256570, long(data[len(data)-1][0])))
and
long(data[len(data)-1][0]) is a big number.