From 8f501896a1d091d354ef1ab9ddfae8d089ee8b3d Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Tue, 7 Apr 2020 20:37:28 +0300 Subject: [PATCH] Give separate axis selector and axis label names to make it clearer what the graphs do --- graphs/data/fitMobility/graph.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphs/data/fitMobility/graph.py b/graphs/data/fitMobility/graph.py index 90e4b5d94..9ab9818ef 100644 --- a/graphs/data/fitMobility/graph.py +++ b/graphs/data/fitMobility/graph.py @@ -32,8 +32,8 @@ class FitMobilityGraph(FitGraph): YDef(handle='speed', unit='m/s', label='Speed'), YDef(handle='distance', unit='km', label='Distance'), YDef(handle='momentum', unit='Gkg⋅m/s', label='Momentum'), - YDef(handle='bumpSpeed', unit='m/s', label='Bump speed'), - YDef(handle='bumpDistance', unit='km', label='Bump distance')] + YDef(handle='bumpSpeed', unit='m/s', label='Target speed', selectorLabel='Bump speed'), + YDef(handle='bumpDistance', unit='km', label='Target distance traveled', selectorLabel='Bump distance')] inputs = [ Input(handle='time', unit='s', label='Time', iconID=1392, defaultValue=10, defaultRange=(0, 30)), # Default values in target fields correspond to a random carrier/fax