Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
FIX: formatting in LogFormatterExponent #5594
Conversation
tacaswell
added the
needs_review
label
Dec 1, 2015
tacaswell
added this to the
next bug fix release (2.0.1)
milestone
Dec 1, 2015
|
Sigh, meant to target this against v2.0.x, oh well. |
tacaswell
modified the milestone: next major release (2.0), next bug fix release (2.0.1)
Dec 1, 2015
These are now the results of pprint_val for all of the domains in a human-readable form. |
|
|
tacaswell
referenced
this pull request
Dec 1, 2015
Merged
Use data limits plus a little padding by default #5583
mdboom
added a commit
that referenced
this pull request
Dec 14, 2015
|
|
mdboom |
c6dda2d
|
mdboom
merged commit c6dda2d
into matplotlib:master
Dec 14, 2015
mdboom
removed the
needs_review
label
Dec 14, 2015
mdboom
added a commit
that referenced
this pull request
Dec 14, 2015
|
|
mdboom |
7414cf0
|
|
Backported to 2.0.x as 7414cf0 |
tacaswell
deleted the
tacaswell:fix_logformatterexponent branch
Dec 19, 2015
tacaswell
added a commit
to tacaswell/matplotlib
that referenced
this pull request
Dec 19, 2015
|
|
mdboom + tacaswell |
5ff7e37
|
|
Backport to v2.x is actually via 5ff7e37. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tacaswell commentedDec 1, 2015
The scale passed to the
pprint_valmethod needs to also bescaled by the log so that the range used to format the tick labels
matches the actual range of the tick labels (not the underlying values).
reported via http://stackoverflow.com/questions/33975758/matplotlib-logformatterexponent-e-in-the-exponent-labels-of-cbar
More coming on
pprint_val