Re: [Matplotlib-users] How to play with colormas/Normalize

2009-06-07 Thread Xavier Gnata
Eric Firing wrote: > Xavier Gnata wrote: >> Hi, >> >> I'm trying to modify the imshow colormapping on the flight: >> >> http://matplotlib.sourceforge.net/api/colors_api.html?highlight=linearsegmentedcolormap#matplotlib.colors.Normalize >> >> >> "Colormapping typically involves two steps: a data a

Re: [Matplotlib-users] How to play with colormas/Normalize

2009-06-07 Thread Eric Firing
Xavier Gnata wrote: > Hi, > > I'm trying to modify the imshow colormapping on the flight: > > http://matplotlib.sourceforge.net/api/colors_api.html?highlight=linearsegmentedcolormap#matplotlib.colors.Normalize > "Colormapping typically involves two steps: a data array is first mapped > onto the

[Matplotlib-users] How to play with colormas/Normalize

2009-06-07 Thread Xavier Gnata
Hi, I'm trying to modify the imshow colormapping on the flight: http://matplotlib.sourceforge.net/api/colors_api.html?highlight=linearsegmentedcolormap#matplotlib.colors.Normalize "Colormapping typically involves two steps: a data array is first mapped onto the range 0-1 using an instance of Nor