2010/2/26 Andrew Charles <ac1...@gmail.com>:
> Aye, now that I read the docstring with a rested pair of eyes it's
> clear that xout and yout are meshgrids (rank 2 arrays). Thanks,
> problem solved.

For convenience, I recently heard about numpy.meshgrid, which does the
job for you.  See its __doc__, but it's fairly easy: numpy.meshgrid(x,
y).

Friedrich

------------------------------------------------------------------------------
Download Intel&#174; 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