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

Proposed change to default log scale tick formatting #5161

Merged
merged 9 commits into from Aug 22, 2016

Commits on Aug 2, 2016

  1. add LogFormatterSciNotation

    move print logic from fromatter to locator
    
    move label logic to independent function
    
    remove redundancy
    
    LogFormatterSciNotation is now a subclass of LogFormatterMathtext, and the
    differences (how labels are formatted for non-decade ticks) have been factored
    out in a `_non_decade_format` function.
    
    fix default showLabel bool
    zblz committed Aug 2, 2016
    Copy the full SHA
    1320261 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    56e2871 View commit details
    Browse the repository at this point in the history
  3. generalize label location for all bases

    fix pep8
    
    fix close to decade coefficients
    zblz committed Aug 2, 2016
    Copy the full SHA
    a6e954d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4ce70e9 View commit details
    Browse the repository at this point in the history
  5. add tests

    add cleanup for test
    zblz committed Aug 2, 2016
    Copy the full SHA
    d1a5aff View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    4e83e9a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

  1. Copy the full SHA
    ad0a751 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f04bff0 View commit details
    Browse the repository at this point in the history
  3. do not fail on _DummyAxes

    zblz committed Aug 3, 2016
    Copy the full SHA
    5c28e95 View commit details
    Browse the repository at this point in the history