8000 Add a 'whats_new' entry · matplotlib/matplotlib@0195beb · GitHub
[go: up one dir, main page]

Skip to content

Commit 0195beb

Browse files
committed
Add a 'whats_new' entry
1 parent dc9409b commit 0195beb

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
New keyword argument 'sep' for EngFormatter
2+
-------------------------------------------
3+
4+
A new "sep" keyword argument has been added to
5+
:class:`~matplotlib.ticker.EngFormatter` and provides a means to define
6+
the string that will be used between the value and its unit. The default
7+
string is " ", which preserves the former behavior. Besides, the separator is
8+
now present between the value and its unit even in the absence of SI prefix.
9+
There was formerly a bug that was causing strings like "3.14V" to be returned
10+
instead of the expected "3.14 V" (with the default behavior).

0 commit comments

Comments
 (0)
0