Re: [Matplotlib-users] Beginning Python Visualization??

2009-06-07 Thread Esmail
Brian Blais wrote: > On Jun 4, 2009, at 19:48 , Esmail wrote: > >> Someone recently generously shared this code with me on the python > > since I was the one to share this with you, I might be able to answer a > couple questions. :) Hi Brian, (sorry for the tardy reply) I was grateful for th

Re: [Matplotlib-users] Beginning Python Visualization??

2009-06-07 Thread Esmail
John Hunter wrote: > On Thu, Jun 4, 2009 at 6:48 PM, Esmail wrote: >> Hi, >> >> Beginning Python Visualization: Crafting Visual Transformation Scripts >> by Shai Vaingast >> http://www.amazon.com/Beginning-Python-Visualization-Transformation-Professionals/dp/1430218436/ref=sr_1_1?ie=UTF8&s=books&q

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