Re: [Matplotlib-users] data format question

2013-03-07 Thread Clifford Lyon
Got it - thanks. On Wed, Mar 6, 2013 at 5:17 PM, Paul Hobson wrote: > > On Wed, Mar 6, 2013 at 2:00 PM, Clifford Lyon wrote: > >> I wish to make a boxplot with data in this format: >> >> Value, Frequency >> 0, 128329 >> 1, 20390 >> 2, 230 >> 3, 32 >> 4, 3 >> >> etc. Rather than expand this into

Re: [Matplotlib-users] data format question

2013-03-06 Thread Paul Hobson
On Wed, Mar 6, 2013 at 2:00 PM, Clifford Lyon wrote: > I wish to make a boxplot with data in this format: > > Value, Frequency > 0, 128329 > 1, 20390 > 2, 230 > 3, 32 > 4, 3 > > etc. Rather than expand this into a flat array, is there some way to pass > in weights for values? Some of the frequen

[Matplotlib-users] data format question

2013-03-06 Thread Clifford Lyon
I wish to make a boxplot with data in this format: Value, Frequency 0, 128329 1, 20390 2, 230 3, 32 4, 3 etc. Rather than expand this into a flat array, is there some way to pass in weights for values? Some of the frequencies I'm working with are very large, and so the resulting arrays would be