[Matplotlib-users] contourf: matplotlib.path.Path are LINETOs?

2011-12-13 Thread Nico Schlömer
Hi all, when drawing contourf plots, I inspected the underlying matplotlib.path.Path elements that determine the curves and noticed that they are all of code LINETO (see http://matplotlib.sourceforge.net/api/path_api.html#matplotlib.path.Path) although the number of vertices is 6, actually

Re: [Matplotlib-users] contourf: matplotlib.path.Path are LINETOs?

2011-12-13 Thread Eric Firing
On 12/13/2011 11:03 AM, Nico Schlömer wrote: Hi all, when drawing contourf plots, I inspected the underlying matplotlib.path.Path elements that determine the curves and noticed that they are all of code LINETO (see http://matplotlib.sourceforge.net/api/path_api.html#matplotlib.path.Path)