Thanks to visit codestin.com
Credit goes to github.com

Skip to content

label_outer() should remove inner minor ticks too. #7077

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 9, 2016

Conversation

anntzer
Copy link
Contributor

@anntzer anntzer commented Sep 9, 2016

Minimal example:

fig, axs = plt.subplots(2, 2, sharex=True, sharey=True)
axs[0, 0].set(xscale="log", yscale="log", xlim=(1, 10))
for ax in axs: ax.label_outer()

Also, do not switch back on visibility of outer offset text if it was
not visible before.

Minimal example:

    fig, axs = plt.subplots(2, 2, sharex=True, sharey=True)
    axs[0, 0].set(xscale="log", yscale="log", xlim=(1, 10))
    for ax in axs: ax.label_outer()

Also, do not switch back on visibility of outer offset text if it was
not visible before.
@tacaswell
Copy link
Member

Didn't we already do this?

@tacaswell tacaswell added this to the 2.1 (next point release) milestone Sep 9, 2016
@anntzer
Copy link
Contributor Author

anntzer commented 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
Copy link
Member

👍 Now understand

@tacaswell tacaswell merged commit e92dc56 into matplotlib:master Sep 9, 2016
@anntzer anntzer deleted the label-outer-minor-ticks branch September 9, 2016 19:49
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.

3 participants