On Wed, Aug 08, 2012 at 05:22:49PM -0400, Tony Yu wrote:
> On Wed, Aug 8, 2012 at 4:34 PM, Gustavo Goretkin <gustavo.goret...@gmail.com
> > 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?
> >
> You can use a colormap with varying alpha values.

Would it be possible to do something like

ax.plot(x, y, color=[c1, c2, c3], alpha=[a1, a2, a3])?

It doesn't seem that it's supported and that would be the 'natural'
extension, in some sense.

-- 
Damon McDougall
http://damon-is-a-geek.com
B2.39
Mathematics Institute
University of Warwick
Coventry
West Midlands
CV4 7AL
United Kingdom

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to