Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9409b commit 0195bebCopy full SHA for 0195beb
1 file changed
doc/users/whats_new/EngFormatter_new_kwarg_sep.rst
@@ -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