Re: [Matplotlib-users] Jagged Edges in Scatter Charts Circles

2008-06-23 Thread Kelvin Quee
Hi Michael, Thanks! This really does the trick. The circles look beautiful and smooth now. ;) You rock! Kelvin Quee Michael Droettboom wrote: You can pass in a "marker" argument with a tuple of the form (numsides, style, angle) to scatter. *numsides*: the nu

Re: [Matplotlib-users] Jagged Edges in Scatter Charts Circles

2008-06-23 Thread Michael Droettboom
You can pass in a "marker" argument with a tuple of the form (numsides, style, angle) to scatter. *numsides*: the number of sides *style*: the style of the regular symbol: = == Valu

[Matplotlib-users] Jagged Edges in Scatter Charts Circles

2008-06-22 Thread Kelvin Quee
Hi folks, I'm currently trying to plot some Bubble Charts using the scatter plot function. It works beautifully, but the circles drawn are a little too jagged for my liking. I'm following the example shown here - http://matplotlib.sourceforge.net/screenshots.html (look for scatter plot) Even i