Re: [matplotlib-devel] Another colormap

2011-09-13 Thread Eric Firing
On 07/18/2011 07:07 AM, Sameer Grover wrote: > I came across this website where different colormaps have been compared > and the author has come up with an optimal colormap for data > visualization called the "cool-warm colormap". > > http://www.cs.unm.edu/~kmorel/documents/ColorMaps/index.html > >

Re: [matplotlib-devel] Implementation of cubehelix color scheme

2011-09-13 Thread Pim Schellart
Dear Eric (and other developers), I have implemented the requested changes and the resulting diff can be seen at https://github.com/pschella/matplotlib/compare/master...cubehelix I tried to do a better job at documentation and hope this is sufficient, let me know if something is missing. I'm not s

Re: [matplotlib-devel] Another colormap

2011-09-13 Thread Pim Schellart
Dear Sameer, I had a quick look at the paper and this scheme seems useful as well. I'm willing to implement the general conversion functions for this scheme as well if and when I have some time left. But only after cubehelix is approved so I know what the format should be. If you already have code

Re: [matplotlib-devel] Implementation of cubehelix color scheme

2011-09-13 Thread Eric Firing
On 09/13/2011 02:19 AM, Pim Schellart wrote: > Dear Eric (and other developers), > > I have implemented the requested changes and the resulting diff can be > seen at https://github.com/pschella/matplotlib/compare/master...cubehelix > I tried to do a better job at documentation and hope this is > su

Re: [matplotlib-devel] Implementation of cubehelix color scheme

2011-09-13 Thread Benjamin Root
On Tue, Sep 13, 2011 at 1:11 PM, Eric Firing wrote: > On 09/13/2011 02:19 AM, Pim Schellart wrote: > > Dear Eric (and other developers), > > > > I have implemented the requested changes and the resulting diff can be > > seen at > https://github.com/pschella/matplotlib/compare/master...cubehelix >