@@ -457,6 +457,19 @@ interpolate the data and fill the areas in the crossover points,
457
457
similarly to :func: `~matplotlib.axes.Axes.fill_between `.
458
458
459
459
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
+
460
473
Internals
461
474
+++++++++
462
475
@@ -552,16 +565,6 @@ Pending
552
565
+++++++
553
566
554
567
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).
565
568
566
569
567
570
Previous Whats New
0 commit comments