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

Use shorter float repr in figure options dialog. #5555

Merged
merged 1 commit into from Nov 24, 2015

Conversation

anntzer
Copy link
Contributor

@anntzer anntzer commented Nov 24, 2015

On Python3, native float repr is as short as possible. Moreover, no precision
is lost as {x,y}lims are already internally represented as numpy floats of the
same size as the native floats.

See #4839.

On Python3, native float repr is as short as possible.  Moreover, no precision
is lost as {x,y}lims are already internally represented as numpy floats of the
same size as the native floats.

See matplotlib#4839.
@mdboom
Copy link
Member

mdboom commented Nov 24, 2015

👍

@tacaswell
Copy link
Member

Test failure is the png issue again.

@tacaswell tacaswell added this to the proposed next point release (2.1) milestone Nov 24, 2015
tacaswell added a commit that referenced this pull request Nov 24, 2015
ENH: Use shorter float repr in figure options dialog.
@tacaswell tacaswell merged commit 6245d4e into matplotlib:master Nov 24, 2015
@anntzer anntzer deleted the formlayout-short-float-repr branch November 24, 2015 22:18
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.

None yet

3 participants