@@ -457,6 +457,19 @@ interpolate the data and fill the areas in the crossover points,
457457similarly 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+
460473Internals
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
567570Previous Whats New
0 commit comments