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

2009-10-05 Thread David Cournapeau
Andrew Straw wrote: David Cournapeau wrote: Andrew Straw wrote: Andrew Straw wrote: David Cournapeau wrote: I have a question about git as well, actually - I could not update the svn metadata, unfortunately, by using git-svn rebase

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

2009-10-05 Thread Reinier Heeres
Hi Philip, all, This work seems to overlap a lot with the recent color map changes I committed (http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/lib/matplotlib/colors.py?r1=7488r2=7620), except for the piece-wise constant color maps. Of course we should avoid duplicate

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

2009-10-05 Thread John Hunter
On Fri, Oct 2, 2009 at 12:27 AM, Andrew Straw straw...@astraw.com wrote: I just installed gs on one of the buildbots -- so at least the .pdf generation should get tested on one machine. (The one running the py24 and py25 tests.) The OSX build bot has been down ever since the build machine was

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

2009-10-05 Thread Andrew Straw
Jouni K. Seppänen wrote: Andrew Straw straw...@astraw.com writes: This test function is a generator that nose will then generate two test cases out of. So, perhaps the image_comparison decorator could be changed to become a generator? I'm not 100% sure it will work, but I don't see why

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

2009-10-05 Thread Eric Firing
Reinier Heeres wrote: Hi Philip, all, This work seems to overlap a lot with the recent color map changes I committed (http://matplotlib.svn.sourceforge.net/viewvc/matplotlib/trunk/matplotlib/lib/matplotlib/colors.py?r1=7488r2=7620), except for the piece-wise constant color maps. Exactly.

[matplotlib-devel] doc/make.py clean

2009-10-05 Thread Benjamin Drung
Hi, doc/make.py clean runs svn-clean. Running svn-clean outside the svn repository does not clean anything. So doc/make.py clean does not work in the Debian/Ubuntu package. Please remove the generated files directly and do not relay on svn. In our package we run these commands: rm -rf doc/build

[matplotlib-devel] Guessing directory for Tcl/Tk

2009-10-05 Thread Benjamin Drung
Hi, Guess the correct directory in Debian/Ubuntu fails. Replacing all tcl by tk does not lead to a correct directory: /usr/share/tcltk/tcl8.5 - /usr/share/tktk/tk8.5 The correct directory is /usr/share/tcltk/tk8.5 A patch is attached. Cheers, Benjamin 05-find-tcl-tk-directory.dpatch

Re: [matplotlib-devel] basedir

2009-10-05 Thread Eric Firing
Benjamin Drung wrote: Hi, setupext.py contains a basedir directory. Please add there 'linux2-alpha', 'linux2-hppa', 'linux2-mips', 'linux2-sparc', 'gnukfreebsd7', 'gnukfreebsd8'. It would be nice, if matplotlib had an option to disable '/usr/local'. This would be useful for

Re: [matplotlib-devel] basedir

2009-10-05 Thread Eric Firing
Benjamin Drung wrote: Am Montag, den 05.10.2009, 12:50 -1000 schrieb Eric Firing: Benjamin Drung wrote: Hi, setupext.py contains a basedir directory. Please add there 'linux2-alpha', 'linux2-hppa', 'linux2-mips', 'linux2-sparc', 'gnukfreebsd7', 'gnukfreebsd8'. It would be nice, if

Re: [matplotlib-devel] basedir

2009-10-05 Thread Benjamin Drung
Am Montag, den 05.10.2009, 13:36 -1000 schrieb Eric Firing: Benjamin Drung wrote: Am Montag, den 05.10.2009, 12:50 -1000 schrieb Eric Firing: Benjamin Drung wrote: Hi, setupext.py contains a basedir directory. Please add there 'linux2-alpha', 'linux2-hppa', 'linux2-mips',

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

2009-10-05 Thread Phillip M. Feldman
Hello Eric- I'd like to understand the reason why you object to piecewise-constant colormaps. I have found these to be useful for some types of plots. Also, the functionality to create piecewise-constant colormaps is already provided by LinearSegmentedColormap, so the cat is already out of