aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/motan/analyzers.py
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-10-16 22:13:26 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-10-16 22:18:51 -0400
commit5c10001bc525701f0ef004041cbbf093522f6de6 (patch)
tree5fdb14f0e26277ab2d77ab8c64c15f27e6607061 /scripts/motan/analyzers.py
parentcf3b7d290c112320b81227ed8130b3e273c196ba (diff)
downloadkutter-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.py2
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()