From: Jorge S. <jor...@ya...> - 2012-03-07 16:46:46
|
Hi, I've had an import error with some of my code, specifically with nxutils (I need it for using points_inside_poly). In [1]: import matplotlib.nxutils as nx --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /home/jscandal/<ipython-input-1-c56b9729b42e> in <module>() ----> 1 import matplotlib.nxutils as nx ImportError: No module named nxutils I built mpl from trunk and tried also version 1.1 from my distro, but neither seems to have nxutils. I still find the examples in the docs using it, though, so I am confused. Has nxutils been replaced or removed? Thanks Jorge |