Re: [Matplotlib-users] Changing the radius of an existing CircleCollection

2011-07-06 Thread Eric Firing
On 07/06/2011 06:44 AM, Aman Thakral wrote: > Hi All, > > I have a wx application that uses a scatter plot on a map. I am trying > to figure out how to change the radius of the circles of the existing > scatter plot. My first thought would be to get a list of all the > patches within the CircleCo

[Matplotlib-users] Changing the radius of an existing CircleCollection

2011-07-06 Thread Aman Thakral
Hi All, I have a wx application that uses a scatter plot on a map. I am trying to figure out how to change the radius of the circles of the existing scatter plot. My first thought would be to get a list of all the patches within the CircleCollection instance so that I can just call the set_radiu