On Wed, Dec 15, 2010 at 08:02:42PM -0600, Benjamin Root wrote:

> Assuming you are doing a pcolor on some 2-D numpy array called 'z':
> 
> ax.set_xlim(xmax=z.shape[1])
> ax.set_ylim(ymax=z.shape[0])

Thanks.  I also found (after a bit of digging) that I could just use:

   axis ('off')

Cheers, Ben

------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to