Re: [matplotlib-devel] switching rc files (and discussion of styles)

2012-05-11 Thread Paul Ivanov
On Fri, May 11, 2012 at 2:45 PM, Michael Droettboom wrote: > The next major release (which will include Python 3 support) bumps the > minimum requirement up to Python 2.6. Right, this was my working assumption when I made the 'with' statement suggestion. Since it's a new feature, it won't make it

Re: [matplotlib-devel] switching rc files (and discussion of styles)

2012-05-11 Thread Benjamin Root
On Friday, May 11, 2012, Michael Droettboom wrote: > The minimum requirement of the 1.1 series is still Python 2.4, believe it > or not, though I'm not sure practically what the minimum numpy is. > > The next major release (which will include Python 3 support) bumps the > minimum requirement up t

Re: [matplotlib-devel] switching rc files (and discussion of styles)

2012-05-11 Thread Warren Weckesser
On Fri, May 11, 2012 at 4:45 PM, Michael Droettboom wrote: > The minimum requirement of the 1.1 series is still Python 2.4, believe it > or not, though I'm not sure practically what the minimum numpy is. > It is at least 1.4; see this thread: http://old.nabble.com/Upgraded-to-1.1.0,-now-only-

Re: [matplotlib-devel] switching rc files (and discussion of styles)

2012-05-11 Thread Michael Droettboom
The minimum requirement of the 1.1 series is still Python 2.4, believe it or not, though I'm not sure practically what the minimum numpy is. The next major release (which will include Python 3 support) bumps the minimum requirement up to Python 2.6. Mike On 05/11/2012 05:32 PM, Warren Weckes

Re: [matplotlib-devel] switching rc files (and discussion of styles)

2012-05-11 Thread Tony Yu
On Fri, May 11, 2012 at 4:20 PM, Benjamin Root wrote: > > > On Fri, May 11, 2012 at 4:17 PM, Paul Ivanov wrote: > >> Hey everyone, >> >> I wanted to highlight Matthew Emmett's (memmett) PR in progress [1] that >> brings the ability to switch between rcParams. >> >> Matthew's implementation start

Re: [matplotlib-devel] switching rc files (and discussion of styles)

2012-05-11 Thread Warren Weckesser
On Fri, May 11, 2012 at 3:17 PM, Paul Ivanov wrote: > Hey everyone, > > I wanted to highlight Matthew Emmett's (memmett) PR in progress [1] that > brings the ability to switch between rcParams. > > Matthew's implementation started with just being able to read in and use > an rcParam file, and I s

Re: [matplotlib-devel] switching rc files (and discussion of styles)

2012-05-11 Thread Benjamin Root
On Fri, May 11, 2012 at 4:17 PM, Paul Ivanov wrote: > Hey everyone, > > I wanted to highlight Matthew Emmett's (memmett) PR in progress [1] that > brings the ability to switch between rcParams. > > Matthew's implementation started with just being able to read in and use > an rcParam file, and I s

[matplotlib-devel] switching rc files (and discussion of styles)

2012-05-11 Thread Paul Ivanov
Hey everyone, I wanted to highlight Matthew Emmett's (memmett) PR in progress [1] that brings the ability to switch between rcParams. Matthew's implementation started with just being able to read in and use an rcParam file, and I suggested the idea of having a context manager, that would allow yo