scatterplotting in color

Eero Nevalainen <eero.nevalainen@...789...> 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