Skip to content
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

Enh optional tick deconflict #13826

Closed

Commits on Apr 1, 2019

  1. FIX: restore de-confliction logic for minor ticks

    In matplotlib#13363 when `iter_ticks` was deprecated the in-lined logic
    did not account for the updates from matplotlib#13314.
    tacaswell committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    7680c19 View commit details
    Browse the repository at this point in the history
  2. ENH: Add API from minor locators to opt-out of tick deconfliction

    This adds the logic to check if there is an attribute on the minor
    locator to control the deconfliction.
    tacaswell committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    6642990 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Configuration menu
    Copy the full SHA
    62838ad View commit details
    Browse the repository at this point in the history