R. Mitra wrote:
> Hi
>     I am having problems with contourf(). Suppose I have two 10X30  
> arrays X,Y and a corresponding Z value array.  How do I make the  
> upper left to be the origin? I cannot use contour (Z,origin='upper')  
> because the axis values gets messed up.

It sounds like maybe you want to reverse the y-axis.  Try something like 
  plt.gca().invert_yaxis() after your call to contourf.

Eric

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to