On Thu, Jun 3, 2010 at 4:00 PM, Jim Vickroy <jim.vick...@noaa.gov> wrote:
> How do I do this?  Attempts to specify vimin and vmax appear to be ignored.
>

Hmm,
vmin and vmax should work.

cax    = ax.imshow(data, interpolation='bilinear', vmin=-1, vmax=1)

If these are still ignored, what the following line prints?

print cax.get_clim()

Regards,

-JJ

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to