Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Added docstring to scatter_with_legend.py [MEP12] #6487
Conversation
mdboom
added the
needs_review
label
May 27, 2016
|
|
WeatherGod
commented on an outdated diff
May 27, 2016
examples/lines_bars_and_markers/scatter_with_legend.py
| @@ -1,3 +1,11 @@ | ||
| +''' | ||
| +Demo of a scatter plot (scatter) with a legend. | ||
| + | ||
| +Also demonstrates how transparency of the markers | ||
| +can be adjusted by giving ``alpha`` a value between | ||
| +0 and 1. |
WeatherGod
Member
|
|
We test on pep8 conformance of the source and examples. It looks like there are some trailing whitespaces left. This is something you can configure your editor to automatically remove on save.
|
tacaswell
added this to the
2.1 (next point release)
milestone
May 27, 2016
|
@tacaswell I amended the original commit to remove the trailing whitespaces, should be PEP8 compliant now. |
|
appveyor failure is unrelated (conda server unavailable) |
WeatherGod
merged commit 77c23f8
into matplotlib:master
May 27, 2016
mdboom
removed the
needs_review
label
May 27, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
francoiseprovencher commentedMay 27, 2016
We added a docstring to the scatter_with_legend.py as part of the PyLadies meetup led by @discardthree