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
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
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
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.
>
>>>
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
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.
--
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
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
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
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
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
11 matches
Mail list logo