There seems to have been a change to the behavior of the 'alpha' keyword option to scatter(): where previously alpha only affected the facecolor, and the edgecolor always had an alpha of 1.0, alpha now seems to affect both facecolor and edgecolor. Tested with 0.93.1 and 0.98. Tested with new API for 0.98 as well.
ax.scatter(xSeries, ySeries, s=sY, c='k', alpha=0, edgecolor='k') and plot1=ax.scatter(xSeries, ySeries, s=sY, c='k') plot1.set_alpha(0) plot1.set_edgecolor('k') Is there any way to get the old behavior using version 0.98 and forward? Thanks, Murthy ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users