On Mon, Sep 13, 2010 at 9:23 AM, Jeff Whitaker <[email protected]> wrote: > Martin: > > You need a meshgrid > > x,y = np.meshgrid(x,y) > > just *before* (not after) > > px,py = m(x,y) > > so that x and y have the same shape as data2.
Yeah, my bad. That's what I get for responding *before* coffee this morning. Ryan -- Ryan May Graduate Research Assistant School of Meteorology University of Oklahoma ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
