Re: [Matplotlib-users] GCC failure when updating from 1.1.0 to 1.1.1

2012-08-22 Thread Benjamin Root
On Wed, Aug 22, 2012 at 12:31 PM, Joe Borġ wrote: > Not sure if this is an issue with an out-of-date GCC or if something else > is wrong. I've got 1.1.0 on no problem. > > $python setup.py build > ... > gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall > -fPIC -DPY_ARRAY_UNI

[Matplotlib-users] GCC failure when updating from 1.1.0 to 1.1.1

2012-08-22 Thread Joe Borġ
Not sure if this is an issue with an out-of-date GCC or if something else is wrong. I've got 1.1.0 on no problem. $python setup.py build ... gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPY_ARRAY_UNIQUE_SYMBOL=MPL_ARRAY_API -DPYCXX_ISO_CPP_LIB=1 -I/software/Python

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] problem with png image

2012-08-22 Thread Petro
Michael Droettboom writes: > Can you try the GtkAgg backend instead and confirm the bug isn't there? > The "pure" Gtk backend doesn't see a lot of use these days and isn't > very well tested. > > Mike > Thanks. It solved the problem. --

Re: [Matplotlib-users] problem with png image

2012-08-22 Thread Michael Droettboom
Can you try the GtkAgg backend instead and confirm the bug isn't there? The "pure" Gtk backend doesn't see a lot of use these days and isn't very well tested. Mike On 08/22/2012 08:17 AM, Petro Khoroshyy wrote: > Damon McDougall > writes: > >> On Wed, Aug 22, 2012 at 11:28:54AM +0200, Petro w

Re: [Matplotlib-users] problem with png image

2012-08-22 Thread Petro Khoroshyy
Damon McDougall writes: > On Wed, Aug 22, 2012 at 11:28:54AM +0200, Petro wrote: >> Hi list. >> I generate some png images using matplotlib, and get very different >> results depending on figuresize >> __ >> from pylab import figur

Re: [Matplotlib-users] problem with png image

2012-08-22 Thread Damon McDougall
On Wed, Aug 22, 2012 at 11:28:54AM +0200, Petro wrote: > Hi list. > I generate some png images using matplotlib, and get very different > results depending on figuresize > __ > from pylab import figure, plot > import pylab as plt

[Matplotlib-users] problem with png image

2012-08-22 Thread Petro
Hi list. I generate some png images using matplotlib, and get very different results depending on figuresize __ from pylab import figure, plot import pylab as plt import numpy as np figure() plt.subplot(2,1,1) plot(np.rand

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