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 ca341a5 commit cf20132Copy full SHA for cf20132
lib/matplotlib/ticker.py
@@ -1112,11 +1112,11 @@ def format_eng(self, num):
1112
format_str = ("%%.%if %%s" % self.places)
1113
1114
formatted = format_str % (mant, prefix)
1115
-
+
1116
formatted = formatted.strip()
1117
if (self.unit is not "") and (prefix is self.ENG_PREFIXES[0]):
1118
formatted = formatted + " "
1119
1120
return formatted
1121
1122
0 commit comments