From: Michael D. <md...@st...> - 2011-11-17 20:20:06
|
Most of what was in nxutils has been superseded by things in Numpy, and it makes more sense for it to be over there. In the case of points_inside_poly, you can use the Path object in path.py and the "contains_point" method. Mike On 11/17/2011 12:03 PM, James Evans wrote: > > All, > > I have not touched the code for several months, so it has taken me up > until just now to realize that nxutils has been removed from the build. > > I there any real reason for this? Particularly when you consider that > there are still functions present that use it and now they just fail. > > In particular I am referring to 'mlab.inside_poly'. In my case I was > using 'nxutils.points_inside_poly' directly, but the end result is the > same. > > Thanks, > > --James Evans > > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > > > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel |