Re: [matplotlib-devel] crash with http://matplotlib.org/examples/animation/rain.html

2015-06-25 Thread Thomas Caswell
Yes, the size related functions in collections were added in the 1.4 series. See http://matplotlib.org/users/whats_new.html#added-size-related-functions-to-specialized-collections Tom On Thu, Jun 25, 2015, 11:50 AM Benjamin Root wrote: > Which version of matplotlib are you using. The set_sizes

Re: [matplotlib-devel] crash with http://matplotlib.org/examples/animation/rain.html

2015-06-25 Thread Benjamin Root
Which version of matplotlib are you using. The set_sizes() feature was added for v1.4, I think. On Thu, Jun 25, 2015 at 11:16 AM, wrote: > I get this error. I have previously got the error "'PathCollection' > object has no attribute 'set_sizes'" with other code, even though it is > documented a

[matplotlib-devel] crash with http://matplotlib.org/examples/animation/rain.html

2015-06-25 Thread keith.briggs
I get this error. I have previously got the error "'PathCollection' object has no attribute 'set_sizes'" with other code, even though it is documented at http://matplotlib.org/1.4.3/api/collections_api.html?highlight=set_color#matplotlib.collections.PathCollection.set_sizes . Keith kbriggs:~