Re: [Matplotlib-users] disconnect an event when zoom-to-rectangle gets activated

2006-11-28 Thread Martin Richter
Thank you Angus, this was exactly what I was looking for! Martin - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business to

[Matplotlib-users] norm keyword to contourf

2006-11-28 Thread Michael Galloy
Hello, I'm having trouble scaling the z-values for a filled contour plot. I would like to produce a series of plots like: plot.contourf(x, y, z, 20, cmap=matplotlib.cm.RdBu_r) but I would like there to be an absolute correspondence between a given z-value and a given color in the colormap