Re: [Matplotlib-users] Cant load file as an array.

2009-10-28 Thread Stan West
From: Piter_ [mailto:x.pi...@gmail.com] Sent: Tuesday, October 27, 2009 14:37 Hi all. I have a problem with loading file of following format: first 1024 rows are tab delimited and contain from 2 to 256 elements (in different files different number of columns) after that 5 empty lines and at the e

Re: [Matplotlib-users] Cant load file as an array.

2009-10-27 Thread Pierre GM
On Oct 27, 2009, at 2:37 PM, Piter_ wrote: > Hi all. > I have a problem with loading file of following format: > first 1024 rows are tab delimited and contain from 2 to 256 elements > (in different files different number of columns) > after that 5 empty lines > and at the end some 20 text line

[Matplotlib-users] Cant load file as an array.

2009-10-27 Thread Piter_
Hi all. I have a problem with loading file of following format: first 1024 rows are tab delimited and contain from 2 to 256 elements (in different files different number of columns) after that 5 empty lines and at the end some 20 text lines for description. I could manage to do it in this way, a