Re: [Matplotlib-users] Python 2.6

2009-08-19 Thread Darren Dale
On Thu, Aug 13, 2009 at 1:21 PM, William Miner wrote: > When will a version of Matplotlib be available that’s compatible with Python > 2.6? matplotlib-0.99 is compatible with python 2.6 -- Let Crystal Reports handle the r

[Matplotlib-users] Python 2.6

2009-08-19 Thread William Miner
When will a version of Matplotlib be available that¹s compatible with Python 2.6? Thanks! Buff Miner -- Enig Associates, Inc. Suite 500, Bethesda Crescent Bldg. 4600 East West Hwy Bethesda, Maryland 20814 Tel:(301)680-8600 Fax:(301)680-8100 This message is intended only for the use of the inten

Re: [Matplotlib-users] Python 2.6 installer for Windows?

2009-03-21 Thread eliben
Adam Mercer wrote: > > On Sun, Feb 22, 2009 at 16:59, Wai Yip Tung wrote: > >> I find that Matplotlib only have Python 2.5 build for Windows. Is there >> any plan to release a 2.6 build soon? I am trying to build it from source >> but I run into numerous problem. I am still struggling to find

Re: [Matplotlib-users] Python 2.6 installer for Windows?

2009-02-23 Thread Patrick Marsh
I have built matplotlib (and numpy since it is required for matplotlib) with python2.6. Please note that these are UNSUPPORTED and you use them at your own risk. They were built from the 9 February 2009 SVN so use at your own risk. You will have to install numpy first and matplotlib second. I w

Re: [Matplotlib-users] Python 2.6 installer for Windows?

2009-02-23 Thread Adam Mercer
On Sun, Feb 22, 2009 at 16:59, Wai Yip Tung wrote: > I find that Matplotlib only have Python 2.5 build for Windows. Is there > any plan to release a 2.6 build soon? I am trying to build it from source > but I run into numerous problem. I am still struggling to find all > dependent packages. It wi

[Matplotlib-users] Python 2.6 installer for Windows?

2009-02-22 Thread Wai Yip Tung
Hello all, I find that Matplotlib only have Python 2.5 build for Windows. Is there any plan to release a 2.6 build soon? I am trying to build it from source but I run into numerous problem. I am still struggling to find all dependent packages. It will help a lot if the 2.6 installer is avail

Re: [Matplotlib-users] Python 2.6

2008-11-10 Thread Michael Droettboom
Great. Does this mean we can close the bug? Mike John Hunter wrote: > On Sat, Nov 8, 2008 at 10:39 PM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote: > >> John, >> I'm attaching an another patch, which seems to give a correct result >> for the figimage_demo. >> The flipud_out() calls before composit

Re: [Matplotlib-users] Python 2.6

2008-11-09 Thread John Hunter
On Sat, Nov 8, 2008 at 10:39 PM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote: > John, > I'm attaching an another patch, which seems to give a correct result > for the figimage_demo. > The flipud_out() calls before compositing seems to have no effect, so Ahh, I think you found the ultimate source of our

Re: [Matplotlib-users] Python 2.6

2008-11-08 Thread David Cournapeau
John Hunter wrote: > On Thu, Nov 6, 2008 at 4:28 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > > >> Stan West checked out my subprocess patch on windows with python-2.5, which >> should take care of a bunch of deprecation warnings. I need to double check >> that I got them all, maybe I can get to

Re: [Matplotlib-users] Python 2.6

2008-11-08 Thread Jae-Joon Lee
John, I'm attaching an another patch, which seems to give a correct result for the figimage_demo. The flipud_out() calls before compositing seems to have no effect, so I deleted those lines. The make_image() routine seems to take care of the fliping already, but note the comments I added. Let me kn

Re: [Matplotlib-users] Python 2.6

2008-11-08 Thread John Hunter
On Sat, Nov 8, 2008 at 6:10 PM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote: > My original patch does not work for this case, because the figimage is > drawn by Figure.draw() not by Axes.draw() method. > I'm attaching a new patch where I applied the same correction to the > Figure.draw(). > I tested Gt

Re: [Matplotlib-users] Python 2.6

2008-11-08 Thread Jae-Joon Lee
> Hey Jae Joon -- thanks for looking into this. I don't have time to > test this patch, but I wanted to mention that there is an analogous > problem for figure image compositing -- see figimage_demo.py. agg > shows the correct behavior: the two images should be in the lower > left, and the blue s

Re: [Matplotlib-users] Python 2.6

2008-11-08 Thread John Hunter
On Sat, Nov 8, 2008 at 5:45 PM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote: > I think the problem is caused by the image compositing logic in the > Axes.draw() method. > It currently makes a composite image first and then flip the resulting > image if necessary. > But I think what should happen is to

Re: [Matplotlib-users] Python 2.6

2008-11-08 Thread Jae-Joon Lee
I think the problem is caused by the image compositing logic in the Axes.draw() method. It currently makes a composite image first and then flip the resulting image if necessary. But I think what should happen is to flip the original images first and then do the compositing. So, test the attached

Re: [Matplotlib-users] Python 2.6

2008-11-08 Thread Darren Dale
On Sat, Nov 8, 2008 at 7:55 AM, John Hunter <[EMAIL PROTECTED]> wrote: > On Thu, Nov 6, 2008 at 4:28 PM, Darren Dale <[EMAIL PROTECTED]> > wrote: > > > Stan West checked out my subprocess patch on windows with python-2.5, > which > > should take care of a bunch of deprecation warnings. I need to d

Re: [Matplotlib-users] Python 2.6

2008-11-08 Thread John Hunter
On Thu, Nov 6, 2008 at 4:28 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > Stan West checked out my subprocess patch on windows with python-2.5, which > should take care of a bunch of deprecation warnings. I need to double check > that I got them all, maybe I can get to it this weekend. > > I'm in f

Re: [Matplotlib-users] Python 2.6

2008-11-08 Thread John Hunter
On Fri, Nov 7, 2008 at 7:24 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > John Hunter wrote: >> >> What say you other developers -- any major holdups? > > I think this bug is reasonably serious, if anyone wants to take a look at > it. It affects PDF, PS, SVG as well as the Gtk and GtkCairo m

Re: [Matplotlib-users] Python 2.6

2008-11-08 Thread Darren Dale
On Thursday 06 November 2008 03:58:08 pm John Hunter wrote: > On Thu, Nov 6, 2008 at 11:28 AM, KURT PETERS <[EMAIL PROTECTED]> wrote: > > I recently tried to install for python 2.6 and got an error that the dll > > is incompatible. Is there a version for 2.6? I didn't see one here: > > No, we hav

Re: [Matplotlib-users] Python 2.6

2008-11-07 Thread Michael Droettboom
John Hunter wrote: > What say you other developers -- any major holdups? I think this bug is reasonably serious, if anyone wants to take a look at it. It affects PDF, PS, SVG as well as the Gtk and GtkCairo mentioned in the report. I've taken a kick at it a couple of times, but haven't found t

Re: [Matplotlib-users] Python 2.6

2008-11-06 Thread Jeff Whitaker
John Hunter wrote: > On Thu, Nov 6, 2008 at 11:28 AM, KURT PETERS <[EMAIL PROTECTED]> wrote: > >> I recently tried to install for python 2.6 and got an error that the dll is >> incompatible. Is there a version for 2.6? I didn't see one here: >> > > No, we haven't released any binaries for

Re: [Matplotlib-users] Python 2.6

2008-11-06 Thread John Hunter
On Thu, Nov 6, 2008 at 11:28 AM, KURT PETERS <[EMAIL PROTECTED]> wrote: > I recently tried to install for python 2.6 and got an error that the dll is > incompatible. Is there a version for 2.6? I didn't see one here: No, we haven't released any binaries for 2.6. It is probably getting to be tim

Re: [Matplotlib-users] Python 2.6

2008-11-06 Thread Michael Droettboom
There hasn't been a release of matplotlib since Python 2.6 was released, and in general, Python packages only work with a specific version of Python. You can build yourself from SVN (which has some minor fixes for Python-2.6 compatibility), or wait until the next binary release. I haven't hear

[Matplotlib-users] Python 2.6

2008-11-06 Thread KURT PETERS
I recently tried to install for python 2.6 and got an error that the dll is incompatible. Is there a version for 2.6? I didn't see one here: http://sourceforge.net/project/showfiles.php?group_id=80706&package_id=278194&release_id=608758 Kurt ---