Re: [matplotlib-devel] wx back-end bugs/issues

2008-05-07 Thread Matthieu Brucher
This is not a problem, I compile new nersions of differnet paclages regularly. I'll checkout the branch, many thanks ! Matthieu 2008/5/7 Michael Droettboom <[EMAIL PROTECTED]>: > Unfortunately, the fix requires recompiling C code. If you're comfortable > doing that, the easiest thing is just t

Re: [matplotlib-devel] wx back-end bugs/issues

2008-05-07 Thread Michael Droettboom
Unfortunately, the fix requires recompiling C code. If you're comfortable doing that, the easiest thing is just to check out the svn branch here: http://matplotlib.svn.sf.net/svnroot/matplotlib/branches/v0_91_maint But for those not doing that, I think a new release is in order, but I'm not t

Re: [matplotlib-devel] wx back-end bugs/issues

2008-05-07 Thread Gregor Thalhammer
John Hunter schrieb: > On Tue, May 6, 2008 at 8:49 AM, Gregor Thalhammer > <[EMAIL PROTECTED]> wrote: > > >> I also discovered this behaviour. It seems to be a Windows only specific >> behaviour that only affects the bitmaps of the disabled (or grayed out) >> toolbar buttons. A solution I found

Re: [matplotlib-devel] wx back-end bugs/issues

2008-05-07 Thread Matthieu Brucher
> > > > 2) Use: > > F.savefig(open(path, "w"), dpi=dpi) > This is exactly what matplotlib the *Agg backends do on the 0.91.x > maintenance branch and the trunk. Unfortunately, 0.91.2 (the latest > release) still has this bug. This may be reason enough to push out a > new maintenance release of 0.

Re: [matplotlib-devel] wx back-end bugs/issues

2008-05-06 Thread Christopher Barker
Michael Droettboom wrote: >> 1) A couple icons seem to be missing. See screenshot enclosed. It looks like Gregor solved this one. >> 1) use: >> >> filename.encode('ASCII', 'replace') >> >> on the string before using it, so that you'll get an odd name with >> non-ascii charactors but at least it

Re: [matplotlib-devel] wx back-end bugs/issues

2008-05-06 Thread John Hunter
On Tue, May 6, 2008 at 8:49 AM, Gregor Thalhammer <[EMAIL PROTECTED]> wrote: > I also discovered this behaviour. It seems to be a Windows only specific > behaviour that only affects the bitmaps of the disabled (or grayed out) > toolbar buttons. A solution I found is to use the png toolbar bitmaps

Re: [matplotlib-devel] wx back-end bugs/issues

2008-05-06 Thread Gregor Thalhammer
Chris Barker schrieb: Hi all, I usually use MPL embedded in wx, so I haven't noticed these before but with the pylab window: 1) A couple icons seem to be missing. See screenshot enclosed. I also discovered this behaviour. It seems to be a Windows only specific behaviour that only affects the

Re: [matplotlib-devel] wx back-end bugs/issues

2008-05-06 Thread Michael Droettboom
Chris Barker wrote: > Hi all, > > I usually use MPL embedded in wx, so I haven't noticed these before > but with the pylab window: > > 1) A couple icons seem to be missing. See screenshot enclosed. I believe that's the way disabled buttons are drawn on Windows (or perhaps we need to provide disab

[matplotlib-devel] wx back-end bugs/issues

2008-05-05 Thread Chris Barker
Hi all, I usually use MPL embedded in wx, so I haven't noticed these before but with the pylab window: 1) A couple icons seem to be missing. See screenshot enclosed. 2) The save button doesn't work, as I get a "cannot return std::string from a Unicode object" error. This is with a unicode bu