[Matplotlib-users] Problems with rasterizing multiple elements

2012-08-21 Thread Peter St. John
Hi Everyone, I'm having problems when rasterizing many lines in a plot using the rasterized=True keyword using the pdf output. Some version info: matplotlib version 1.1.1rc ubuntu 12.04 python 2.7.3 Here's a basic example that demonstrates my problem: # Import matplotlib to create a pdf document

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), ...

Re: [Matplotlib-users] Get distances between points in basemap?

2012-08-21 Thread Jeff Whitaker
On 8/20/12 10:26 PM, Scott Henderson wrote: > I'm trying to efficiently get the distances of all points on a map to a > specified point. If the map is in projected coordinates, what is the > best way of going about this? Is there is a 'standard' way to get the > distance between points through inte