From 5c10001bc525701f0ef004041cbbf093522f6de6 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sat, 16 Oct 2021 22:13:26 -0400 Subject: [PATCH] motan: Minor change to corexy analyzer label Signed-off-by: Kevin O'Connor --- scripts/motan/analyzers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()