[matplotlib-devel] backend_macosx framework check fails with 64bit Python

2010-08-10 Thread Derek Homeier
Hi again, cc'ing the matplotlib list this time, for the latter: when building matplotlib against a fink-installed python compiled in 64bit mode I found the check for a framework-installed Python (rev 8365) fails, and matplotlib fails to load, because the MacOS module is not available in 64bit

Re: [matplotlib-devel] Colormap that prints nicely in black and white

2010-08-10 Thread Friedrich Romstedt
Ah, the list config got me ... (resending to list) 2010/8/10 Benjamin Root : > I am working on a function that can take a Colormap object and return a > grayscale form of it. Ideally, I would like to return the same type of > Colormap that was provided, but I am wondering if this is necessary. I

Re: [matplotlib-devel] Colormap that prints nicely in black and white

2010-08-10 Thread Eric Firing
On 08/10/2010 10:27 AM, Friedrich Romstedt wrote: > Ah, the list config got me ... (resending to list) > > 2010/8/10 Benjamin Root: >> I am working on a function that can take a Colormap object and return a >> grayscale form of it. Ideally, I would like to return the same type of >> Colormap that

Re: [matplotlib-devel] backend_macosx framework check fails with 64bit Python

2010-08-10 Thread Friedrich Romstedt
2010/8/10 Derek Homeier : > Hi again, cc'ing the matplotlib list this time, > > for the latter: when building matplotlib against a fink-installed python > compiled in 64bit mode > I found the check for a framework-installed Python (rev 8365) fails, and > matplotlib fails to load, > because the MacO

Re: [matplotlib-devel] Colormap that prints nicely in black and white

2010-08-10 Thread Benjamin Root
On Tue, Aug 10, 2010 at 4:21 PM, Eric Firing wrote: > On 08/10/2010 10:27 AM, Friedrich Romstedt wrote: > > Ah, the list config got me ... (resending to list) > > > > 2010/8/10 Benjamin Root: > >> I am working on a function that can take a Colormap object and return a > >> grayscale form of it.

Re: [matplotlib-devel] Colormap that prints nicely in black and white

2010-08-10 Thread Friedrich Romstedt
2010/8/10 Eric Firing : > On 08/10/2010 10:27 AM, Friedrich Romstedt wrote: >> So I think it is probably best to code it into the Colormap object >> itself, so that each and ever derived class can define its own method >> of how to create a greyscale version.  What do you think about that? > > Good

Re: [matplotlib-devel] backend_macosx framework check fails with 64bit Python

2010-08-10 Thread Derek Homeier
Hi Friedrich, >> for the latter: when building matplotlib against a fink-installed python >> compiled in 64bit mode >> I found the check for a framework-installed Python (rev 8365) fails, and >> matplotlib fails to load, >> because the MacOS module is not available in 64bit. > > Hmm, do you claim

Re: [matplotlib-devel] Colormap that prints nicely in black and white

2010-08-10 Thread Eric Firing
On 08/10/2010 11:58 AM, Friedrich Romstedt wrote: > 2010/8/10 Eric Firing: >> On 08/10/2010 10:27 AM, Friedrich Romstedt wrote: >>> So I think it is probably best to code it into the Colormap object >>> itself, so that each and ever derived class can define its own method >>> of how to create a gre

Re: [matplotlib-devel] Colormap that prints nicely in black and white

2010-08-10 Thread Benjamin Root
On Tue, Aug 10, 2010 at 7:20 PM, Eric Firing wrote: > On 08/10/2010 11:58 AM, Friedrich Romstedt wrote: > > 2010/8/10 Eric Firing: > >> On 08/10/2010 10:27 AM, Friedrich Romstedt wrote: > >>> So I think it is probably best to code it into the Colormap object > >>> itself, so that each and ever de

Re: [matplotlib-devel] Colormap that prints nicely in black and white

2010-08-10 Thread Benjamin Root
On Tue, Aug 10, 2010 at 7:39 PM, Benjamin Root wrote: > On Tue, Aug 10, 2010 at 7:20 PM, Eric Firing wrote: > >> On 08/10/2010 11:58 AM, Friedrich Romstedt wrote: >> > 2010/8/10 Eric Firing: >> >> On 08/10/2010 10:27 AM, Friedrich Romstedt wrote: >> >>> So I think it is probably best to code it