Re: [matplotlib-devel] [sage-devel] PyCXX, Matplotlib and OS X 10.6

2009-09-29 Thread William Stein
On Tue, Sep 29, 2009 at 3:07 PM, Barry Scott wrote: > > On 28 Sep 2009, at 17:27, William Stein wrote: > >> On Mon, Sep 28, 2009 at 9:14 AM, John Hunter wrote: >>> >>> On Mon, Sep 28, 2009 at 10:48 AM, William Stein wrote: If you could just try running your matplotlib build on bsd

Re: [matplotlib-devel] 0.99.1 and the setup.cfg file

2009-09-29 Thread Chris
John Hunter writes: > > On Wed, Sep 23, 2009 at 8:47 AM, Lev Givon wrote: > > contain a setup.cfg file: > > > > $ tar zft matplotlib-0.99.1.tar.gz |grep setup.cfg > > matplotlib-0.99.1/setup.cfg > > matplotlib-0.99.1/setup.cfg.template > > It seems to depend on which mirror you get the file fr

Re: [matplotlib-devel] [Matplotlib-users] new interface functions for LinearSegmentedColormap

2009-09-29 Thread Phillip M. Feldman
Hello Eric, The functions that I've created make it possible to generate a discrete (piecewise-constant) or continuous (piecewise-linear) colormap and register it at a single shot. These functions also accept a list of thresholds if the user wants to specify non-default thresholds. It seems

[matplotlib-devel] new interface functions for LinearSegmentedColormap

2009-09-29 Thread Dr. Phillip M. Feldman
After experimenting with colormaps for a while, I was able to make both discrete (piecewise-constant) and continuous (piecewise-linear) colormaps work. Although colormaps can be created directly using LinearSegmentedColormap from the matplotlib.colors package, this is a tedious and error-prone pro