Re: [Matplotlib-users] scatter plot individual alpha values

2012-08-08 Thread Warren Weckesser
On Wed, Aug 8, 2012 at 3:34 PM, Gustavo Goretkin wrote: > I can use the scatter function to plot an array of points and give a > corresponding array of colors to set those points. Is it possible to > do the same thing with alpha values? > > Right now, I'm restoring to calling plot with an 'o' mar

Re: [Matplotlib-users] scatter plot individual alpha values

2012-08-08 Thread Damon McDougall
On Wed, Aug 08, 2012 at 05:22:49PM -0400, Tony Yu wrote: > On Wed, Aug 8, 2012 at 4:34 PM, Gustavo Goretkin > wrote: > > > I can use the scatter function to plot an array of points and give a > > corresponding array of colors to set those points. Is it possible to > > do the same thing with alpha

Re: [Matplotlib-users] scatter plot individual alpha values

2012-08-08 Thread Tony Yu
On Wed, Aug 8, 2012 at 4:34 PM, Gustavo Goretkin wrote: > I can use the scatter function to plot an array of points and give a > corresponding array of colors to set those points. Is it possible to > do the same thing with alpha values? > > Right now, I'm restoring to calling plot with an 'o' mar

[Matplotlib-users] scatter plot individual alpha values

2012-08-08 Thread Gustavo Goretkin
I can use the scatter function to plot an array of points and give a corresponding array of colors to set those points. Is it possible to do the same thing with alpha values? Right now, I'm restoring to calling plot with an 'o' marker for each individual point, which is slow.

[Matplotlib-users] Fwd: zoomed in detail box

2012-08-08 Thread darkside
-- Forwarded message -- From: darkside Date: 2012/8/2 Subject: Re: [Matplotlib-users] zoomed in detail box To: Jae-Joon Lee Hi everyone! I'm also trying to do a detailed zoomed area of my plot, but I can't manage to put the box in the position I want, bbox_to_anchor didn't work