Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Addresses issue #5704. Makes usage of parameters clearer #5709
Conversation
tacaswell
added the
needs_review
label
Dec 21, 2015
|
@tacaswell please have a look. |
|
It looks like there are some pep8 issues:
Can you please wrap those lines to <80 characters? |
tacaswell
and 1 other
commented on an outdated diff
Dec 22, 2015
| @@ -632,22 +632,21 @@ def annotate(self, *args, **kwargs): | ||
| s : string | ||
| label | ||
| - xy : (x, y) | ||
| - position of element to annotate | ||
| + xy : (x, y) , default: "data" |
tacaswell
Owner
|
tacaswell
added this to the
next major release (2.0)
milestone
Dec 22, 2015
tacaswell
added the
Documentation
label
Dec 22, 2015
dsquareindia
added some commits
Dec 22, 2015
|
@tacaswell I'm not able to understand why it's failing now.... |
|
Restarted, That particular failure is checking relative speeds, but the tests run on VMs without any performance guarantees so it intermittently fails (see that one maybe once or twice a week). |
|
Oh alright thanks! |
tacaswell
added a commit
that referenced
this pull request
Dec 22, 2015
|
|
tacaswell |
7868f0b
|
tacaswell
merged commit 7868f0b
into matplotlib:master
Dec 22, 2015
tacaswell
removed the
needs_review
label
Dec 22, 2015
|
Thanks! Contributions to documentation are as or more important as code contributions. |
tacaswell
added a commit
that referenced
this pull request
Dec 22, 2015
|
|
tacaswell |
82b29ae
|
|
backported to 1.5.x as 82b29ae |
QuLogic
modified the milestone: Critical bugfix release (1.5.1), next major release (2.0)
Dec 22, 2015
dsquareindia
deleted the
dsquareindia:param-fix branch
Dec 23, 2015
|
Will surely keep that in mind :-) |
dsquareindia commentedDec 21, 2015
Just added a few lines to make the dependence of the different parameters clearer.