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

Better choice of offset-text. #5785

Merged
merged 5 commits into from May 11, 2016

Commits on May 2, 2016

  1. Better choice of offset-text.

    The axis offset text is chosen as follows:
    
    xlims => offsettext
    123, 189 => 0
    12341, 12349 => 12340
    99999.5, 100010.5 => 100000 # (also a test for matplotlib#5780)
    99990.5, 100000.5 => 100000
    1233999, 1234001 => 1234000
    
    (and the same for negative limits).
    
    See matplotlib#5755.
    anntzer committed May 2, 2016
    Configuration menu
    Copy the full SHA
    9a4ecfb View commit details
    Browse the repository at this point in the history
  2. Only use offset if it saves >=2 sig. digits.

    Tests cases courtesy of @WeatherGod.  Slightly improved numerical
    accuracy.
    anntzer committed May 2, 2016
    Configuration menu
    Copy the full SHA
    f37fd3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c39a78 View commit details
    Browse the repository at this point in the history
  4. Fix test values.

    anntzer committed May 2, 2016
    Configuration menu
    Copy the full SHA
    9d0acb2 View commit details
    Browse the repository at this point in the history
  5. Add What's new entry.

    anntzer committed May 2, 2016
    Configuration menu
    Copy the full SHA
    782b8a1 View commit details
    Browse the repository at this point in the history