Eero Nevalainen <eero.nevalai...@indagon.com> writes:

> I'm plotting GPS scatter and I have a problem with the plotting library
> https://sourceforge.net/tracker/?func=detail&aid=2886541&group_id=80706&atid=560720

> Doing a scatterplot with for example scatter(x,y, s=1, c='r') makes black
> dots instead of red ones. 

It's because of the black edgecolor. Try

scatter(x,y,s=1,c='r',edgecolor='None')

to disable drawing the edges.

> Do you devs have an IRC channel? I'd like to talk interactively.

Not that I know of.

-- 
Jouni K. Seppänen
http://www.iki.fi/jks


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to