Cleanup of curve Y Axis labels

This commit is contained in:
Josh Stewart 2016-02-10 10:50:23 +11:00
parent 5dbb6d9240
commit 02cedcb3c6
1 changed files with 5 additions and 5 deletions

View File

@ -790,7 +790,7 @@ page = 8
; Correction curve for injectors vs battery voltage ; Correction curve for injectors vs battery voltage
curve = injector_voltage_curve, "Injector voltage correction" curve = injector_voltage_curve, "Injector voltage correction"
columnLabel = "Voltage", "%" columnLabel = "Voltage", "Injector"
xAxis = 6, 22, 6 xAxis = 6, 22, 6
yAxis = 0, 255, 6 yAxis = 0, 255, 6
xBins = brvBins, batteryVoltage xBins = brvBins, batteryVoltage
@ -817,7 +817,7 @@ page = 8
; Curves for idle control ; Curves for idle control
; Standard duty table for PWM valves ; Standard duty table for PWM valves
curve = iacPwm_curve, "IAC PWM Duty" curve = iacPwm_curve, "IAC PWM Duty"
columnLabel = "Coolant Temperature", "C" columnLabel = "Coolant Temperature", "Valve"
xAxis = -40, 215, 6 xAxis = -40, 215, 6
yAxis = 0, 100, 4 yAxis = 0, 100, 4
xBins = iacBins, coolant xBins = iacBins, coolant
@ -825,21 +825,21 @@ page = 8
; Cranking duty table for PWM valves ; Cranking duty table for PWM valves
curve = iacPwmCrank_curve, "IAC PWM Cranking Duty" curve = iacPwmCrank_curve, "IAC PWM Cranking Duty"
columnLabel = "Coolant Temperature", "C" columnLabel = "Coolant Temperature", "Valve"
xAxis = -40, 215, 6 xAxis = -40, 215, 6
yAxis = 0, 100, 4 yAxis = 0, 100, 4
xBins = iacCrankBins, coolant xBins = iacCrankBins, coolant
yBins = iacCrankDuty yBins = iacCrankDuty
curve = iacStep_curve, "IAC Stepper Motor" curve = iacStep_curve, "IAC Stepper Motor"
columnLabel = "Coolant Temperature", "C" columnLabel = "Coolant Temperature", "Motor"
xAxis = -40, 120, 6 xAxis = -40, 120, 6
yAxis = 0, 850, 4 yAxis = 0, 850, 4
xBins = iacBins, coolant xBins = iacBins, coolant
yBins = iacOLStepVal yBins = iacOLStepVal
curve = iacStepCrank_curve, "IAC Stepper Motor Cranking" curve = iacStepCrank_curve, "IAC Stepper Motor Cranking"
columnLabel = "Coolant Temperature", "C" columnLabel = "Coolant Temperature", "Motor"
xAxis = -40, 120, 6 xAxis = -40, 120, 6
yAxis = 0, 850, 4 yAxis = 0, 850, 4
xBins = iacCrankBins, coolant xBins = iacCrankBins, coolant