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
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
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
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