On Mon, Jun 11, 2012 at 12:23 PM, Gustavo Goretkin <
gustavo.goret...@gmail.com> wrote:

> The problem is that the function in _path.cpp expects a path radius
> argument, r.
>
> Here is the signature:
> point_in_path(double x, double y, double r, PathIterator& path,
>               const agg::trans_affine& trans)
>
> but the invocation in python looks like this:
>
> point_in_path(point[0], point[1], self, transform)
>
>
Unless someone undid the fix, this was already fixed in master, I believe.
The current python invocation is:

 result = point_in_path(point[0], point[1], radius, self, transform)

Ben Root
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to