On 3/28/2010 7:19 PM, Friedrich Romstedt wrote:
> I fixed your problem

Can you explain this:
norm = colors.Normalize(vmin = -1, vmax = 1)

I take it that this scales the range for the
color bar, which is what 'luminance' must
refer to in the docs?  In which case, can
we just set vmin and vmax as imshow keywords?
    patch = ax.imshow(Z, interpolation='nearest', extent=[-5,5,-5,5], 
vmin = -1, vmax = 1)
(Seems to work.)

Thanks!
Alan


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to