summaryrefslogtreecommitdiff
path: root/gr-wxgui/python/wxgui/plotter/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-wxgui/python/wxgui/plotter/common.py')
-rw-r--r--gr-wxgui/python/wxgui/plotter/common.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-wxgui/python/wxgui/plotter/common.py b/gr-wxgui/python/wxgui/plotter/common.py
index 9af636245d..c296b1fa79 100644
--- a/gr-wxgui/python/wxgui/plotter/common.py
+++ b/gr-wxgui/python/wxgui/plotter/common.py
@@ -73,7 +73,7 @@ def get_si_components(num):
def sci_format(num):
"""
Format a floating point number into scientific notation.
-
+
Args:
num: the number to format
@@ -87,11 +87,11 @@ def sci_format(num):
def eng_format(num, units=''):
"""
Format a floating point number into engineering notation.
-
+
Args:
num: the number to format
units: the units to append
-
+
Returns:
a label string
"""