Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-01 Thread Eric Firing
David Cournapeau wrote: > Hi Andrew, > > Andrew Straw wrote: >> Dear David, >> >> It certainly is of interest to me. When I get a little time (maybe this >> weekend), I'd like to try it. Specifically, I'd like to setup a buildbot >> that would automatically build and run the test suite with it. Al

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-01 Thread David Cournapeau
Andrew Straw wrote: > David Cournapeau wrote: > >> Hi, >> >> I don't know if that's of any interest for matplotlib developers, >> but I added scripts to build matplotlib with numscons: >> >> http://github.com/cournape/matplotlib/tree/scons_build >> >> Not every configuration is supported yet

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-01 Thread David Cournapeau
Hi Andrew, Andrew Straw wrote: > Dear David, > > It certainly is of interest to me. When I get a little time (maybe this > weekend), I'd like to try it. Specifically, I'd like to setup a buildbot > that would automatically build and run the test suite with it. Along > those lines, is there any rea

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-01 Thread Andrew Straw
David Cournapeau wrote: > Hi, > > I don't know if that's of any interest for matplotlib developers, > but I added scripts to build matplotlib with numscons: > > http://github.com/cournape/matplotlib/tree/scons_build > > Not every configuration is supported yet, but I can successfully build >

Re: [matplotlib-devel] Comparing pdf output in tests

2009-10-01 Thread Andrew Straw
Jouni K. Seppänen wrote: > Jouni K. Seppänen writes: > > >> I committed something based on this, and a new rc parameter >> savefig.extension that sets the filename extension when you call savefig >> with a bare filename. The pdf tests seem to be working, at least for me, >> but I am sure that t

[matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-01 Thread David Cournapeau
Hi, I don't know if that's of any interest for matplotlib developers, but I added scripts to build matplotlib with numscons: http://github.com/cournape/matplotlib/tree/scons_build Not every configuration is supported yet, but I can successfully build matplotlib on Linux with gtk or wx backen

Re: [matplotlib-devel] proposed change to colors.py

2009-10-01 Thread Dr. Phillip M. Feldman
Hello Ryan- Unfortunately, I'm on a Windows system, and it appears that I must use SVN's GUI interface, which does not provide a mechanism for saving the diff to a file. Phillip svn diff > filename Ryan -- View this message in context: http://www.nabble.com/proposed-change-to-colors.py-tp2

[matplotlib-devel] imshow remove

2009-10-01 Thread Martin Teichmann
Hello List, Normally, something added to axes in a plot can later be removed by saying element.remove(). All but images, for example plotted with imshow, since they lack a _remove_method. Is that a bug or a feature? Greetings Martin Teichmann ---