Re: [Matplotlib-users] Connecting an arbitrary list of points

2011-08-26 Thread Stan West
From: ben.v.r...@gmail.com [mailto:ben.v.r...@gmail.com] On Behalf Of Benjamin Root Sent: Friday, August 26, 2011 13:11 Actually, that might be useful. The current solution I have is to use the core contouring function in mpl to generate paths, but they doesn't seem to guarantee either clockwise

Re: [Matplotlib-users] Connecting an arbitrary list of points

2011-08-26 Thread Benjamin Root
On Friday, August 26, 2011, Stan West wrote: > From: Benjamin Root [mailto:ben.r...@ou.edu] > Sent: Friday, August 19, 2011 13:43 > > I have an arbitrary list of coordinates that I know represent the boundary of a polygon. Is there some sort of function from the contouring or path codes that woul

Re: [Matplotlib-users] Connecting an arbitrary list of points

2011-08-26 Thread Stan West
From: Benjamin Root [mailto:ben.r...@ou.edu] Sent: Friday, August 19, 2011 13:43 I have an arbitrary list of coordinates that I know represent the boundary of a polygon. Is there some sort of function from the contouring or path codes that would allow me to pass in that list and get back the re

[Matplotlib-users] Connecting an arbitrary list of points

2011-08-19 Thread Benjamin Root
I have an arbitrary list of coordinates that I know represent the boundary of a polygon. Is there some sort of function from the contouring or path codes that would allow me to pass in that list and get back the resorted list with the path codes with it? Thanks, Ben Root -