Re: [matplotlib-devel] changes to collections, etc.

2006-06-22 Thread Eric Firing
John Hunter wrote: >>"Eric" == Eric Firing <[EMAIL PROTECTED]> writes: > > > Eric> Where breakage will occur is any place in user code that > Eric> expects the collection segments or vertices to be lists of > Eric> tuples and tries to append to the list, for example. I > Eric

Re: [matplotlib-devel] changes to collections, etc.

2006-06-22 Thread John Hunter
> "Eric" == Eric Firing <[EMAIL PROTECTED]> writes: Eric> Where breakage will occur is any place in user code that Eric> expects the collection segments or vertices to be lists of Eric> tuples and tries to append to the list, for example. I Eric> don't know of any way to make

[matplotlib-devel] changes to collections, etc.

2006-06-22 Thread Eric Firing
I have commited a set of changes to _transforms, collections, quiver, contour, and numerix as part of a move toward taking advantage of the efficiency of numerix arrays in place of sequences of tuples. The changes are outlined very briefly in CHANGELOG and API_CHANGES. Changes in clabel are ha