diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-10-16 22:13:26 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-10-16 22:18:51 -0400 |
commit | 5c10001bc525701f0ef004041cbbf093522f6de6 (patch) | |
tree | 5fdb14f0e26277ab2d77ab8c64c15f27e6607061 /scripts/motan/analyzers.py | |
parent | cf3b7d290c112320b81227ed8130b3e273c196ba (diff) | |
download | kutter-5c10001bc525701f0ef004041cbbf093522f6de6.tar.gz kutter-5c10001bc525701f0ef004041cbbf093522f6de6.tar.xz kutter-5c10001bc525701f0ef004041cbbf093522f6de6.zip |
motan: Minor change to corexy analyzer label
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/motan/analyzers.py')
-rw-r--r-- | scripts/motan/analyzers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/motan/analyzers.py b/scripts/motan/analyzers.py index bc2c17fa..7392f739 100644 --- a/scripts/motan/analyzers.py +++ b/scripts/motan/analyzers.py @@ -167,7 +167,7 @@ class GenCorexyPosition: axis = 'x' if not self.is_plus: axis = 'y' - return {'label': 'Derived %s Position' % (axis,), + return {'label': 'Derived %s position' % (axis,), 'units': 'Position\n(mm)'} def generate_data(self): datasets = self.amanager.get_datasets() |