Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
clarified color argument in scatter #6140
Conversation
mdboom
added the
needs_review
label
Mar 10, 2016
tacaswell
added a commit
that referenced
this pull request
Mar 10, 2016
|
|
tacaswell |
7f21cc5
|
tacaswell
merged commit 7f21cc5
into matplotlib:master
Mar 10, 2016
tacaswell
removed the
needs_review
label
Mar 10, 2016
|
|
|
and congratulations on your first contribution! |
tacaswell
added a commit
that referenced
this pull request
Mar 10, 2016
|
|
tacaswell |
eadeb1a
|
|
back ported to v1.5.x as eadeb1a |
|
Thanks @tacaswell ! |
QuLogic
added the
Documentation
label
Mar 10, 2016
QuLogic
modified the milestone: 2.1 (next point release), 1.5.2 (Critical bug fix release)
Mar 10, 2016
tacaswell
added a commit
to tacaswell/matplotlib
that referenced
this pull request
May 22, 2016
|
|
tacaswell |
659f42e
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kylerbrown commentedMar 10, 2016
In the scatter function, the
colorarg 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.