Skip to content

Commit 8df22a7

Browse files
committed
ENH:made default tick formatter to switch to scientific notation earlier
Moved api change note from prev_api_change/api_changes/3.1.0.rst to next_api_changes/2019-07-18-SL.rst
1 parent 75437b2 commit 8df22a7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Reduced default value of `axes.formatter.limits`
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
Changed the default value of `axes.formatter.limits` from -7, 7 to -5, 5 for better readability.

doc/api/prev_api_changes/api_changes_3.1.0.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1157,8 +1157,3 @@ result in undefined behavior. It now throws a `ValueError`.
11571157

11581158
The signature of the (private) ``Axis._update_ticks`` has been changed to not
11591159
take the renderer as argument anymore (that argument is unused).
1160-
1161-
Reduced default value of `axes.formatter.limits`
1162-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1163-
1164-
Changed the default value of `axes.formatter.limits` from -7, 7 to -5, 5

0 commit comments

Comments
 (0)