X Tutup
Skip to content

Fix typo in margins handling.#6544

Merged
WeatherGod merged 1 commit intomatplotlib:masterfrom
anntzer:margins-typo
Jun 7, 2016
Merged

Fix typo in margins handling.#6544
WeatherGod merged 1 commit intomatplotlib:masterfrom
anntzer:margins-typo

Conversation

@anntzer
Copy link
Copy Markdown
Contributor

@anntzer anntzer commented Jun 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 == 0 as long as
do_upper_margin was set.

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 == 0` as long as
`do_upper_margin` was set.
@WeatherGod
Copy link
Copy Markdown
Member

restarted the failing job. This change does make sense to me.

@WeatherGod
Copy link
Copy Markdown
Member

I'm ready to merge this, but what are the backporting rules now?

@jenshnielsen
Copy link
Copy Markdown
Member

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.

@WeatherGod
Copy link
Copy Markdown
Member

Makes sense to me

@WeatherGod WeatherGod merged commit 2303df6 into matplotlib:master Jun 7, 2016
WeatherGod added a commit that referenced this pull request Jun 7, 2016
Fix typo in margins handling.
@WeatherGod
Copy link
Copy Markdown
Member

backported as 077c72e

@QuLogic QuLogic added this to the 2.0 (style change major release) milestone Jun 7, 2016
@anntzer anntzer deleted the margins-typo branch June 7, 2018 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup