Benjamin Root, on 2011-01-04 19:48, wrote:
> 2011/1/4 Paul Ivanov
>
> > Hi matplotlib developers,
> >
> > I was answering a question on the -users list and came across a
> > gridspec __getitem__ bug which causes an infinite loop if the
> > user tries to iterate over it, because getitem never did
2011/1/4 Paul Ivanov
> Hi matplotlib developers,
>
> I was answering a question on the -users list and came across a
> gridspec __getitem__ bug which causes an infinite loop if the
> user tries to iterate over it, because getitem never did a
> sanity-check when given an integer key.
>
> from mat
Hi matplotlib developers,
I was answering a question on the -users list and came across a
gridspec __getitem__ bug which causes an infinite loop if the
user tries to iterate over it, because getitem never did a
sanity-check when given an integer key.
from matplotlib import gridspec
gs = grids
Hi all,
On Thu, Dec 9, 2010 at 23:04, Ben Gamari wrote:
> On Thu, 09 Dec 2010 16:44:37 -0500, Ben Gamari wrote:
>> rcdefaults()'s implementation appears to implement the latter, updating
>> rcParams from rcParamsDefault in rcsetup.py, which appears to describe
>> the factory default values. Perh
On Tue, Jan 4, 2011 at 9:15 AM, Derek Homeier <
de...@astro.physik.uni-goettingen.de> wrote:
>
>
> With the 64-bit installation on 10.6 I encountered a problem discussed a
> few months
> ago on the list, due to the MacOS module being removed from standard 64-bit
> Python
> builds (and being genera
On 04.01.2011, at 1:49AM, Russell E. Owen wrote:
I have uploaded Mac installers for python.org Python 2.6 and 32-bit
Python 2.7.
I'm not sure what to do about 64-bit Python 2.7. It does not even
support Mac OS X 10.5 due to tcl/tk issues that I think were resolved
too late for python 2.7.1. In