Re: [Matplotlib-users] RE : Re: RE : Re: transformations

2007-06-08 Thread Nicolas
I can't figure why Polygons are used even when I simply draw lines. But I know at least why I use empty list of vertices. ;) In fact, I use matplotlib for a dynamic geometry software (something like GeoGebra), and systematic use of high-level functions of matplotlib would be to slow for that purpo

Re: [Matplotlib-users] RE : Re: RE : Re: transformations

2007-06-06 Thread John Hunter
On 6/6/07, Nicolas <[EMAIL PROTECTED]> wrote: > Unfortunately, I didn't use instantiated Polygon items myself, so for now I > can't figure which part of my code produces indirectly such empty > Polygons... > > May it be however possible to modify a little matplotlib code, so as to > assure the com