Re: [Matplotlib-users] Bug in griddata

2012-01-10 Thread Paul Ivanov
Thanks for the report, Ethan, Ethan Swint, on 2012-01-10 16:34, wrote: > Can anyone else reproduce? Confirming, this is a bug. We need to change the matplotlib code, but I'm not sure how to proceed. I've filed it as the ominously numbered matplotlib issue #666 https://github.com/matplotlib/matp

[Matplotlib-users] Bug in griddata

2012-01-10 Thread Ethan Swint
Hi- I was working off of the example listed at http://matplotlib.sourceforge.net/examples/pylab_examples/griddata_demo.html, adapting it to my own data, and encountered the following error on MLAB 1.1.0, Python 2.7.2: from numpy.random import uniform, seed from matplotlib.mlab import griddata