User Manual
8-28
 k Specifying a List File for Use in a Program
You can specify a list file to be used when executing a list operation in a program. Display 
formats are as shown in the example below.
File <file number> ... number: 1 to 6
k Using List Sort Functions in a Program
 These functions let you sort data in lists into ascending or descending order.
  • Ascending order
   1 2
      SortA ( List 1, List 2, List 3 )
  Lists to be sorted (up to six can be specified)
1
 431 
2
 K11
  • Descending order
   3
      SortD ( List 1, List 2, List 3 )
  Lists to be sorted (up to six can be specified)
3
 432
k Using  Statistical Calculations and Graphs in a Program
  Including statistical calculations and graphing operations in a program lets you calculate and 
graph statistical data.
u  To set conditions and draw a statistical graph
  Following a StatGraph command (“S-Gph1”, “S-Gph2”, or “S-Gph3”), you must specify the 
following graph conditions:
  • Graph draw/non-draw status (DrawOn/DrawOff)
  • Graph Type
  • 
x -axis data location (list name)
  • 
y -axis data location (list name)
  • Frequency data location (list name)
  • Mark Type 
(Cross, Dot, Square)
  • Pie graph display setting (% or Data)
  • Pie graph percentage data storage list specification (None or list name)
 • First bar graph data (list name)
  • Second and third bar graph data (list name)
  • Bar graph orientation (Length or Horizontal)
  The graph conditions that are required depends on the graph type. See “Changing Graph 
Parameters” (
page 6-1).










