; This file is for ploting Temp and RH data from a text file
[graph]
Title = Temp and RH vs Time - Fixed Range
[y-axis]
Label = Temp / RH
Min = 0
Max = 100
Steps = 5
LabelScale = 1
[x-axis time]
Label = Time
Min = 12/13/2006 5:00 PM
Max = 12/13/2006 10:00 PM
StepSize = 1
midnight = date
[DataFile]
NumberOfSeries = 6
[X Series]
Column = 0
Type = datetime_am
[Series 1]
Label = RH 1
Column = 2
[Series 2]
Label = RH 2
Column = 3
[Series 3]
Label = Cell Temp 1
Column = 6
[Series 4]
Label = Cell Temp 2
Column = 7
[Series 5]
Label = Tank Temp
Column = 9
[Series 6]
Label = Air Temp
Column = 10
[Legend]
x = 420
y = 50
|