Re: [Matplotlib-users] Plot() : IndexError: index out of range for array

2010-07-22 Thread alberttresens
http://old.nabble.com/file/p29236565/gcview.py gcview.py http://old.nabble.com/file/p29236565/gc.log gc.log Hi here the files you were asking for. -- View this message in context: http://old.nabble.com/Plot%28%29-%3A-IndexError%3A-index-out-of-range-for-array-tp29226333p29236565.html Sent fr

Re: [Matplotlib-users] Plot() : IndexError: index out of range for array

2010-07-22 Thread alberttresens
dTS - gcStartTS) # convert timestamps from seconds since JVM startup to minutes elapsed # since first timestamp entry startTime = timeStampsBeforeGc[0] for i in range(len(timeStampsBeforeGc)): timeStampsBeforeGc[i] = minutesElapsed(timeStampsBeforeGc[i], startTime) timeSt

Re: [Matplotlib-users] Plot() : IndexError: index out of range for array

2010-07-22 Thread alberttresens
"/usr/local/lib/python2.6/site-packages/numpy/core/fromnumeric.py", line 103, in take return take(indices, axis, out, mode) IndexError: index out of range for array John Hunter-4 wrote: > > On Wed, Jul 21, 2010 at 10:05 AM, alberttresens > wrote: >> >> I am getting

[Matplotlib-users] Plot() traceback issue

2010-07-21 Thread alberttresens
I am trying to do a plot, and getting and out of index, I am not sure what is reason. I tried all combinations even with empty arrays and possible indexes. Always the same. Any one can recon what is happening from the trace? Traceback (most recent call last): File "gcview.py", line 226, in

[Matplotlib-users] Plot() : IndexError: index out of range for array

2010-07-21 Thread alberttresens
I am getting this trace when trying to plot. I tried all possible combinations in the plot parameters, always the same. Can someone recon what is happening? Traceback (most recent call last): File "gcview.py", line 226, in main() File "gcview.py", line 222, in main drawGraph(timeStam