Re: [Matplotlib-users] drawing circles with scatter

2010-09-08 Thread Ryan May
2010/9/8 Guillaume Chérel : > It works great with patches of circles. Thank you. > > Also, I want my circles to look round, so I use the command axis('equal'). > Is there any way to make sure that the area I defined with xlim() and ylim() > won't be cut off. I'd rather have one dimension expanded t

Re: [Matplotlib-users] drawing circles with scatter

2010-09-08 Thread Guillaume Chérel
It works great with patches of circles. Thank you. Also, I want my circles to look round, so I use the command axis('equal'). Is there any way to make sure that the area I defined with xlim() and ylim() won't be cut off. I'd rather have one dimension expanded than the other one shrunk. Can I

Re: [Matplotlib-users] drawing circles with scatter

2010-09-08 Thread Guillaume Chérel
It works great with patches of circles. Thank you. Also, I want my circles to look round, so I use the command axis('equal'). Is there any way to make sure that the area I defined with xlim() and ylim() won't be cut off. I'd rather have one dimension expanded than the other one shrunk. Can I

Re: [Matplotlib-users] drawing circles with scatter

2010-09-07 Thread Benjamin Root
2010/9/7 Guillaume Chérel > Hello, > > I'm trying to draw circles with the scatter function. They are supposed > to represent trees in the savannah. It is thus important that they are > displayed with a proper size, that is, one which represents their actual > size on the field. After quite som