On 10/18/07, John Hunter <[EMAIL PROTECTED]> wrote:

> You should use the "c" argument for scatter -- this controls the facecolor.
>
> scatter(x,x+0.5, c='blue', s=50, alpha=0.5)
>
> This is a bit of an anachronism from matlab compatibility.

This is now fixed in svn, so you can use facecolor as well.  Note that
for constant size and color markers, plot will be significantly faster

  ax.plot(x, x+0.5, mfc='blue', alpha=0.5, ms=20)

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-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to