Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f81ec16

Browse files
committed
DOC: move EngFormatter whats new
1 parent 9731438 commit f81ec16

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

doc/users/whats_new.rst

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,19 @@ interpolate the data and fill the areas in the crossover points,
457457
similarly to :func:`~matplotlib.axes.Axes.fill_between`.
458458

459459

460+
New keyword argument ``sep`` for EngFormatter
461+
---------------------------------------------
462+
463+
A new ``sep`` keyword argument has been added to
464+
:class:`~matplotlib.ticker.EngFormatter` and provides a means to
465+
define the string that will be used between the value and its
466+
unit. The default string is " ", which preserves the former
467+
behavior. Additionally, the separator is now present between the value
468+
and its unit even in the absence of SI prefix. There was formerly a
469+
bug that was causing strings like "3.14V" to be returned instead of
470+
the expected "3.14 V" (with the default behavior).
471+
472+
460473
Internals
461474
+++++++++
462475

@@ -552,16 +565,6 @@ Pending
552565
+++++++
553566

554567

555-
New keyword argument 'sep' for EngFormatter
556-
-------------------------------------------
557-
558-
A new "sep" keyword argument has been added to
559-
:class:`~matplotlib.ticker.EngFormatter` and provides a means to define
560-
the string that will be used between the value and its unit. The default
561-
string is " ", which preserves the former behavior. Additionally, the separator
562-
is now present between the value and its unit even in the absence of SI prefix.
563-
There was formerly a bug that was causing strings like "3.14V" to be returned
564-
instead of the expected "3.14 V" (with the default behavior).
565568

566569

567570
Previous Whats New

0 commit comments

Comments
 (0)