Re: [Matplotlib-users] Fwd: Re: Colobar and change axis x and y labels

2012-02-16 Thread Jerzy Karczmarczuk
"Pythphys", would it be too demanding to ask you to sign your messages with a human name?... Danke. You ask: > - changing to an image grey scale only needs ... what? plt.set_cmap(plt.cm.gray) in the context of your current figure. Or, use cmap=... in your imshow. Please, look up "colormap" in t

Re: [Matplotlib-users] Fwd: Re: Colobar and change axis x and y labels

2012-02-15 Thread Alexa Villaume
You need to use the 'imshow' function to display an image in greyscale. You have to turn your image into an array of values and then put that array into imshow with the colormap set to grey. I don't know about how to do a plane fit... On Wed, Feb 15, 2012 at 9:18 PM, wrote: > > Thanks Alexa and