Re: [Numpy-discussion] Selecting "column" from array of tuples

2009-07-09 Thread Mark Wendell
Make sure you send the message as plain text, rather than with rich formatting, and it should show up right away. Mark On Thu, Jul 9, 2009 at 11:18 AM, Ian Stokes-Rees wrote: > > [take 6 on sending this -- I'm subscribed to numpy-discuss, but this > post refuses to show up] > > _

[Numpy-discussion] Selecting "column" from array of tuples

2009-07-09 Thread Ian Stokes-Rees
[take 6 on sending this -- I'm subscribed to numpy-discuss, but this post refuses to show up] I have an large array consisting of 5-tuples. I'd like to select the first and second columns in order to produce a scatter plot. Each tuple consists of mixed types (floats and strings). The Matlab e