Re: [matplotlib-devel] alpha/transparency now failing in scatter (after upgrade to Ubuntu 9.10)

2009-10-26 Thread Boo.Davie
> Have you tried: > ax1.scatter(sanjose_y,sanjose_x,color=(0.9,0.9,0.0),label='SanJose',alpha=0.1) Yes, the above worked, thank you -- Andrew 'Boo' Davie -- Come build with us! The BlackBerry(R) Developer Conference in

[matplotlib-devel] alpha/transparency now failing in scatter (after upgrade to Ubuntu 9.10)

2009-10-25 Thread Boo.Davie
Reporting this as a matplotlib bug because that's where I see the error. I have some code which was running fine, drawing a scatter plot with transparent/alpha for the colour, like this... ax1.scatter(sanjose_y,sanjose_x,color=(0.9,0.9,0.0,0.1),label='SanJose') This used to draw a very faint tr