Skip to content

FIX: Remove trailing zeros from offset significand #22066

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
Jan 1, 2022

Conversation

StefRe
Copy link
Contributor

@StefRe StefRe commented Dec 29, 2021

PR Summary

Fix regression in 3.4.0 introduced by b5fb685 (#18506).

Closes #22065.

CURRENT:

grafik

NEW (same as before 3.4.0):

grafik

PR Checklist

Tests and Styling

  • Has pytest style unit tests (and pytest passes).
  • Is Flake 8 compliant (install flake8-docstrings and run flake8 --docstring-convention=all).

Documentation

  • [N/A] New features are documented, with examples if plot related.
  • [N/A] New features have an entry in doc/users/next_whats_new/ (follow instructions in README.rst there).
  • [N/A] API changes documented in doc/api/next_api_changes/ (follow instructions in README.rst there).
  • [N/A] Documentation is sphinx and numpydoc compliant (the docs should build without error).

@dstansby dstansby added this to the v3.5.2 milestone Dec 29, 2021
@jklymak jklymak merged commit 62a6ae4 into matplotlib:main Jan 1, 2022
@jklymak
Copy link
Member

jklymak commented Jan 1, 2022

Thanks for adding the test! clearly needed ;-)

meeseeksmachine pushed a commit to meeseeksmachine/matplotlib that referenced this pull request Jan 1, 2022
@StefRe StefRe deleted the fix/scalar_formatter_offset branch January 1, 2022 21:32
QuLogic added a commit that referenced this pull request Jan 5, 2022
…066-on-v3.5.x

Backport PR #22066 on branch v3.5.x (FIX: Remove trailing zeros from offset significand)
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.

[Bug]: Additive offset with trailing zeros
3 participants