clarified color argument in scatter #6140

Merged
merged 1 commit into from Mar 10, 2016

Conversation

Projects
None yet
4 participants
Contributor

kylerbrown commented Mar 10, 2016

In the scatter function, the color arg can be a single color, a sequence, or a sequence of colors. I've updated the description so this is clear in the first line.

This is my first contribution to matplotlib, so I hope I'm doing this correctly.

@kylerbrown kylerbrown clarified color argument in scatter
In the scatter function, color can be a single color, a sequence, or a sequence of colors. I've updated the description so this is clear in the first line.
af30ef2

mdboom added the needs_review label Mar 10, 2016

@tacaswell tacaswell added a commit that referenced this pull request Mar 10, 2016

@tacaswell tacaswell Merge pull request #6140 from kylerbrown/scatter-doc2
DOC: clarified color argument in scatter
7f21cc5

@tacaswell tacaswell merged commit 7f21cc5 into matplotlib:master Mar 10, 2016

2 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

tacaswell removed the needs_review label Mar 10, 2016

Owner

tacaswell commented Mar 10, 2016

👍 Thanks! Documentation clarification is a much appreciated.

Owner

tacaswell commented Mar 10, 2016

and congratulations on your first contribution!

@tacaswell tacaswell added a commit that referenced this pull request Mar 10, 2016

@tacaswell tacaswell Merge pull request #6140 from kylerbrown/scatter-doc2
DOC: clarified color argument in scatter
eadeb1a
Owner

tacaswell commented Mar 10, 2016

back ported to v1.5.x as eadeb1a

Contributor

kylerbrown commented Mar 10, 2016

Thanks @tacaswell !

@tacaswell tacaswell added a commit to tacaswell/matplotlib that referenced this pull request May 22, 2016

@tacaswell tacaswell Merge pull request #6140 from kylerbrown/scatter-doc2
DOC: clarified color argument in scatter
659f42e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment