Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix typo in margins handling. #6544
Conversation
mdboom
added the
needs_review
label
Jun 6, 2016
|
restarted the failing job. This change does make sense to me. |
|
I'm ready to merge this, but what are the backporting rules now? |
|
I think this should be backported to 2.x but not 1.5.x since we are basically ready to release 1.5.2 and then not touch the branch after that. |
|
Makes sense to me |
WeatherGod
merged commit 2303df6
into matplotlib:master
Jun 7, 2016
mdboom
removed the
needs_review
label
Jun 7, 2016
WeatherGod
added a commit
that referenced
this pull request
Jun 7, 2016
|
|
WeatherGod |
077c72e
|
|
backported as 077c72e |
QuLogic
added this to the
2.0 (style change major release)
milestone
Jun 7, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
anntzer commentedJun 6, 2016
This does not change the semantics of the code but should make things
clearer and offer a negligible optimization: previously, the margins
correction would be computed even if
margin == 0as long asdo_upper_marginwas set.