Re: [Matplotlib-users] boxplot -- how (more)

2012-08-22 Thread Jeffrey Blackburne
On Aug 22, 2012, at 10:04 AM, Virgil Stokes wrote: > On 21-Aug-2012 17:52, Jeffrey Blackburne wrote: >> >> On Aug 21, 2012, at 10:58 AM, Virgil Stokes wrote: >> >>> In reference to my previous email. >>> >>> How can I find the outliers (samples points beyond the whiskers) >>> in the data >>> us

Re: [Matplotlib-users] boxplot -- how (more)

2012-08-22 Thread Virgil Stokes
On 22-Aug-2012 11:23, Virgil Stokes wrote: > On 21-Aug-2012 17:59, Paul Hobson wrote: >> On Tue, Aug 21, 2012 at 8:56 AM, Virgil Stokes wrote: >>> On 21-Aug-2012 17:50, Paul Hobson wrote: On Tue, Aug 21, 2012 at 7:58 AM, Virgil Stokes wrote: > In reference to my previous email. > >>>

Re: [Matplotlib-users] boxplot -- how (more)

2012-08-22 Thread Virgil Stokes
On 21-Aug-2012 17:52, Jeffrey Blackburne wrote: > > On Aug 21, 2012, at 10:58 AM, Virgil Stokes wrote: > >> In reference to my previous email. >> >> How can I find the outliers (samples points beyond the whiskers) in the data >> used for the boxplot? >> >> Here is a code snippet that shows how it w

Re: [Matplotlib-users] boxplot -- how (more)

2012-08-22 Thread Virgil Stokes
On 21-Aug-2012 17:59, Paul Hobson wrote: > On Tue, Aug 21, 2012 at 8:56 AM, Virgil Stokes wrote: >> On 21-Aug-2012 17:50, Paul Hobson wrote: >>> On Tue, Aug 21, 2012 at 7:58 AM, Virgil Stokes wrote: In reference to my previous email. How can I find the outliers (samples points beyo

Re: [Matplotlib-users] boxplot -- how (more)

2012-08-21 Thread Paul Hobson
On Tue, Aug 21, 2012 at 8:56 AM, Virgil Stokes wrote: > On 21-Aug-2012 17:50, Paul Hobson wrote: >> >> On Tue, Aug 21, 2012 at 7:58 AM, Virgil Stokes wrote: >>> >>> In reference to my previous email. >>> >>> How can I find the outliers (samples points beyond the whiskers) in the >>> data >>> used

Re: [Matplotlib-users] boxplot -- how (more)

2012-08-21 Thread Paul Hobson
On Tue, Aug 21, 2012 at 7:58 AM, Virgil Stokes wrote: > In reference to my previous email. > > How can I find the outliers (samples points beyond the whiskers) in the data > used for the boxplot? > > Here is a code snippet that shows how it was used for the timings data (a list > of 4 sublists (y1

Re: [Matplotlib-users] boxplot -- how (more)

2012-08-21 Thread Jeffrey Blackburne
On Aug 21, 2012, at 10:58 AM, Virgil Stokes wrote: > In reference to my previous email. > > How can I find the outliers (samples points beyond the whiskers) in > the data > used for the boxplot? > > Here is a code snippet that shows how it was used for the timings > data (a list > of 4 sublis

[Matplotlib-users] boxplot -- how (more)

2012-08-21 Thread Virgil Stokes
In reference to my previous email. How can I find the outliers (samples points beyond the whiskers) in the data used for the boxplot? Here is a code snippet that shows how it was used for the timings data (a list of 4 sublists (y1,y2,y3,y4), each containing 400,000 real data values), ...