On 10/19/07, Darren Dale <[EMAIL PROTECTED]> wrote: > I don't remember how to find the answer. It looks like scatter() creates > polygons, while plot() uses draw_markers:
I see -- scatter uses collections, and the defaut Renderer implements PolygonCollection drawing through draw_polygon. This is correct, because draw_markers assumes homogeneous markers, and scatter implicitly assumes markers which vary in either size or shape (else just use plot). As for the alpha problem, I committed a change yesterday to fix alpha with the facecolor argument to scatter. Are you working off of the latest SVN? JDH ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Matplotlib-devel mailing list Matplotlib-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-devel