In split-screen mode, the following data is displayed for both Y1 and Y2:
PG_data //////// PREFERENCES ////////// Title:CAR SALES,98-99 Display Title?(Y/N):Y Two sets of Y data?(Y/N):Y Display 2 sets?(Y/N):Y XAxis Date or Num?(D/N):D Date format (1/2):1 XAxis Label:MONTHS Y1Axis Label:MID SIZE Y2Axis Label:LX SEDANS XAxis Min(optional):n/a XAxis Max(optional):n/a XAxis Tick increment:3001 Y1Axis Min(optional):0 Y1Axis Max(optional):160 Y1Axis Tick increment:20 Y1 decimal precision:0 Y2Axis Min(optional):0 Y2Axis Max(optional):100 Y2Axis Tick increment:20 Y2 decimal precision:0 Display increment grid?(Y/N):Y Display plot marks?(Y/N):Y Plot Sound?(0/1/2):0 ///////DATA////////////////// XYData:01.31.1998,75,7 XYData:02.28.1998,90,6 XYData:03.31.1998,70,9 XYData:04.30.1998,113,21 XYData:05.31.1998,80,15 XYData:06.30.1998,120,22 XYData:07.31.1998,110,23 XYData:08.31.1998,120,36 XYData:09.30.1998,140,47 XYData:10.31.1998,130,38 XYData:11.30.1998,125,52 XYData:12.31.1998,115,45 XYData:01.31.1999,110,39 XYData:02.28.1999,120,36 XYData:03.31.1999,100,47 XYData:04.30.1999,80,38 XYData:05.31.1999,90,42 XYData:06.30.1999,75,32
P. Graph DATAFILE DESCRIPTION -------------------------------------- This is an annotated version of the default Palm Graph datafile, "PG_data". -------------------------------------- PG_data >PG filename //////// PREFERENCES ////////// >PG reader will read this header >line but does nothing with it. Title:CAR SALES,98-99 >Title line for your PG graph, >truncated if longer than 15 chars Display Title?(Y/N):Y >Display graph title when file first >loaded? Option can be toggled >within the the PG program. Two sets of Y data?(Y/N):Y >PG always reads in 2 sets of data. >In the "DATA" section below, each >line contains X,Y1 and Y2 values >If you only have X and Y1 values >Y2 values MUST be set to '0'. The >"Two sets of Y data?(Y/N)" >control merely determines >whether the Y2 (right) axis is >displayed in full. Option toggles >within the program. Don't >confuse this control with the one >below. Display 2 sets?(Y/N):Y >Determines whether the system >draws a second graph (Y2 data). >If you don't have a second set of >data (Y2 vals in the "DATA" >section are all '0') then set this to >'N'. Option toggles within >the PG program. XAxis Date or Num?(D/N):D >Set whether XAxis (horizontal) >data represents dates (like >"01.01.1999") or numeric values. Date format (1/2):1 >1 (US) = mm.dd.yyyy >2 = dd.mm.yyyy XAxis Label:MONTHS >X (horizontal) axis label. Labels >longer than 11 chars will be >truncated when displayed. Y1Axis Label:MID SIZE >Y1 (left) axis label. Labels longer >than 9 chars will be truncated >when displayed. Y2Axis Label:LX SEDANS >Enter your Y2 (right) axis >label here. Labels longer than >9 characters will be truncated >when displayed. XAxis Min(optional):n/a >LEAVE THIS LINE ALONE. XAxis Max(optional):n/a >LEAVE THIS LINE ALONE. XAxis Tick increment:3001 >If "XAxis Date or Num?" is set to >'N' or 'D' then this var reps X axis >tick spacing in units or days. If >"XAxis Date or Num?" is set to 'D' >there are two "special" numbers. >3001 sets ticks to every 1st of >the month. 3365 sets ticks to 1 >Jan of every year. Y1Axis Min(optional):0 >Set the min value on the Y1 axis. >NOTE: if val > smallest Y1 value > the min Y1 axis value is auto- >matically set to the smallest Y1 >value. Y1Axis Max(optional):160 >Set max value on Y1 (left) axis. >NOTE: if val < biggest Y1 val, the >max Y1 value is automatically set >to the biggest Y1 value. Y1Axis Tick increment:20 >Set the Y1 axis tick inc. in Y1 units Y1 decimal precision:0 >If you don't need to display deci- >mal points on the Y1 axis limits, >leave this at '0'. Y2Axis Min(optional):0 >Similar to "Y1Axis Min" >noted above. Y2Axis Max(optional):100 >Similar to "Y1 Axis Max" noted >above. Y2Axis Tick increment:20 >Similar to "Y1Axis tick .." noted >above. Y2 decimal precision:0 >Similar to "Y1 decimal .." noted >above. Display increment grid?(Y/N):Y >LEAVE THIS LINE ALONE >(presently read & ignored) Display plot marks?(Y/N):Y >Option toggles within PG program. Plot Sound?(0/1/2):0 >0 = silent >1 = click....click >2 =beep-click....click-beep >Option toggles within PG program. ///////DATA////////////////// >PG reader will read this header >line but does nothing with it. XYData:01.31.1998,75,7 >Single line of X,Y1 & Y2 data >If the "XAxis Date orNum?..:" >opt'n noted earlier is set to 'D' the >X val here must be of the form: >dd.mm.yyyy or mm.dd.yyyy >If you only have one set of Y data >you must set all Y2 vals to "0" -- lines deleted XYData:05.31.1999,90,42 XYData:06.30.1999,75,32