Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
label_outer() should remove inner minor ticks too. #7077
Conversation
mdboom
added the
needs_review
label
Sep 9, 2016
|
Didn't we already do this? |
tacaswell
added this to the
2.1 (next point release)
milestone
Sep 9, 2016
|
Nope (see example; should also be clear from the earlier implementation). Probably not noticed earlier because this only affects log-scale plots by default (linear scales default to no minor grid). |
|
|
tacaswell
merged commit e92dc56
into matplotlib:master
Sep 9, 2016
tacaswell
removed the
needs_review
label
Sep 9, 2016
anntzer
deleted the
anntzer:label-outer-minor-ticks branch
Sep 9, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
anntzer commentedSep 9, 2016
Minimal example:
Also, do not switch back on visibility of outer offset text if it was
not visible before.