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