excellent, thanks, that worked and was able to plot using matplotlib
without ending up with the logical_or error.
thanks everyone

On Thu, Mar 22, 2012 at 3:59 AM, Goyo <goyod...@gmail.com> wrote:

> El día 21 de marzo de 2012 01:03, questions anon
>
> > f=np.genfromtxt(inputfile, skip_header=6, dtype=None, names=True)
>
> I don't think you should be using dtype=None if you wand a 2D array.
> Also the names=True thing makes no sense to me since there isn't a row
> with field names. Try just this and I guess you'll get a 2D array:
>
> f=np.genfromtxt(inputfile, skip_header=6)
>
> Goyo
>
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to