User`s guide

159
Programming Chapter 8
The graph conditions that are required depends on the graph type. See “Changing
Graph Parameters”.
The following is a typical graph condition specification for a scatter diagram or
xy line graph.
S-Gph1 DrawOn, Scatter, List1, List2, 1, Square_
In the case of an xy line graph, replace “Scatter” in the above specification with
xyLine”.
The following is a typical graph condition specification for a pie chart.
S-Gph1 DrawOn, Pie, List1, % (data display format)_
The following is a typical graph condition specification for a stacked bar chart, bar
graph, or line graph.
Stacked bar chart: ......... S-Gph1 DrawOn, StackedBar, List1_
Bar graph: ...................... S-Gph1 DrawOn, Bar, List1_
Line graph: ..................... S-Gph1 DrawOn, LineG, List1_
The following is a typical graph condition specification for a superimposed bar
and line graph.
S-Gph1 DrawOn, Both, List1 (bar graph list), List2 (line graph list),
Sep. G(AutoWin setting)_
The following is a typical graph condition specification for a single-variable graph.
S-Gph1 DrawOn, Hist, List1, List2_
The same format can be used for the following types of graphs, by simply replac-
ing “Hist” in the above specification with the applicable graph type.
Histogram: ..................... Hist
Median Box:................... MedBox
Normal Distribution: ....... N-Dist
The following is a typical graph condition specification for a regression graph.
S-Gph1 DrawOn, Linear, List1, List2, List3_
The same format can be used for the following types of graphs, by simply replac-
ing “Linear” in the above specification with the applicable graph type.
Linear Regression: ........ Linear
Med-Med: ...................... Med-Med
Quadratic Regression: ... Quad
Logarithmic Regression: . Log
Exponential Regression: Exp
Power Regression : ....... Power