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
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
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
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.
-- 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