home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 500 / 484 / g.gth < prev    next >
Text File  |  1986-09-07  |  12KB  |  211 lines

  1. [G ]                          [GRAPH] Command
  2.  
  3. With the exception of the Pie and 3-D Block graphs, all of the
  4. following graph types may be displayed as single, multiple or intermixed
  5. graphs.  Up to 4 separate graphs can be displayed on the one screen in low
  6. resolution, and 9 in high resolution. (Use the Alter Frame commands.)
  7. In the interests of clarity, generally no more than four sets of data should
  8. be displayed on any one graph. (Max. is 10) 
  9. Pan and Zoom commands can be used on the data for all graph types.  (The Pie
  10. chart submenu requests number of segments in place of using the Zoom command.)
  11. Remember, before a graph can be drawn, the data must in memory 0.  Data is
  12. loaded into memory 0 from a diskfile [FLx], loaded from another
  13. memory [MLn], or created with the file create command [FCDx].
  14.  
  15. Subcommands:
  16.  
  17. Area    [GA]
  18.      An area graph (also known as a stratum or surface graph) is essentially
  19.      a line graph with the lower area shaded or filled with a contrasting
  20.      colour.  Graphtime uses yellow (or white) as the colour fill in low
  21.      resolution.
  22.      Note that the Area command clears the screen, so if you intend to
  23.      add other graph types, display the area graph first.
  24.      (See also Line Arealine [GLA] for multiple stratum graphs.)
  25.  
  26. Bar     [GBn]   (Horizontal bars)
  27.      The Bar command displays horizontal bars with the label of each bar
  28.      located at the end of the bar. Up to two more data files may be loaded
  29.      into memory 0 and overlayed as horizontal stacked bars.
  30.      You will need to ensure that the first bars drawn contain the highest
  31.      data values. (Possibly use the file addition command: SAFx) 
  32.        If the frame size is altered, the scale is automatically adjusted to
  33.      ensure that the bars are within the frame.
  34.  
  35. Column  [GCxn]    (Vertical bars)  (x=S,B,H or a number, n= pattern number)
  36.      A column graph (also known as a vertical bar graph) is 
  37.      one of the most commonly used business graphs.  To select a particular
  38.      column type, set the pattern number in the range 0 - 7.
  39.      By repeating the GCn command, the pattern number automatically increments
  40.      by one. i.e. just press <RTN> for the next pattern.
  41.      As for the horizontal bar graph, up to two more bars from other data
  42.      files (loaded into memory 0) may be overlayed on the original.  You will
  43.      need to ensure that the first columns displayed contain the highest
  44.      data values.  Alternatively, use the Stacked Column option.
  45.  
  46.    Clustered columns (where n can be 2 to 8):
  47.      This variation of the Column graph allows data to be displayed as groups
  48.      of columns.  Up to 8 columns from 8 separate data files may be displayed 
  49.      side-by-side as a group.  For the sake of clarity generally no more
  50.      than four columns should be clustered.
  51.      In the interests of presentation you have a choice of column positioning.
  52.      Following the GCn command, select one of: "Adjacent, sHaded, Overlapped
  53.      or  Spaced Cols:"   The default is Spaced. (Just press <RTN>)
  54.     Example: FL WAGES<RTN>      (File Load WAGES into Mem 0 and 1)
  55.               GC2                  (Graph first of 2 clustered Columns)
  56.               <RTN>                (Selects the default "Spaced")
  57.               <RTN>                (Selects next pattern number)
  58.          (First columns are displayed)
  59.               FL PARTS<RTN>     (File Load PARTS into Mem 0 and 1)
  60.               GC2                  (Graph second of 2 clustered Columns)
  61.               <RTN>                (Initiates second column graph)
  62.               <RTN>                (Selects next pattern number)
  63.          (Second columns are displayed to the right of the first columns.)
  64.  
  65.   Stacked columns: [GCSn]
  66.      If Stacked columns is selected, all subsequent column
  67.      graphs will be stacked onto previous columns. The Y scale is initially
  68.      multiplied by 1.7 .  For more than two stacked columns, you may need to
  69.      increase the Y scale further using the Alter Y Scale command [ASY].
  70.  
  71.      If the data file contains data-point labels, these will be automatically
  72.      displayed on line 23, centered under each column.
  73.  
  74.   Block chart:  (3-D Column chart)
  75.      4 to 12 data values from four data files can be displayed.  The data must
  76.      be first loaded into memories 1 to 4 from memory 0.  If loading from disk,
  77.      use Memory Transfer [MT] from 0 to 2,3 or 4.  The first row of blocks
  78.      uses memory 1 data; the last uses memory 4 data.  If the memory has more
  79.      than 12 data points, the first 12 are used.  Pan and Zoom can be used on
  80.      memory 0 before transferring to other memories.  You may select the numb-
  81.      er of rows to graph (1 to 4).
  82.      e.g. To display one row of blocks:
  83.           FLADMIN<RTN>      (File Load ADMIN into memories 0 and 1)
  84.           GCB1              (Graph Column Block 1 row)
  85.  
  86.      e.g. To display three rows of blocks:
  87.           FLPARTS<RTN>      (File Load PARTS into memories 0 and 1)
  88.           MT3               (Memory Transfer 0 to 3)
  89.           FLWAGES<RTN>      (File Load WAGES into memories 0 and 1)
  90.           MT2               (Memory Transfer 0 to 2)
  91.           FLSALES<RTN>      (File Load SALES into memories 0 and 1)
  92.           GCB3              (Clears screen and displays a 3-D block chart.
  93.                              in three colours.  All values are scaled.)
  94.  
  95.  
  96.   Histogram [GCHn]
  97.      Data may be organised in up to 9 groups. The range labels are generated
  98.      automatically and a column graph displayed. The new data is in mem. 0.
  99.  
  100. Dot      [GDn]      (Where n is the dot symbol 0-9)
  101.      The Dot graph (also known as a point graph) displays a
  102.      single symbol at each Y-value location.  The symbols include a +, x,
  103.      square and circles of increasing size.  The symbols are chosen by
  104.      selecting the pattern number (0-9).
  105.      A Dot graph and a Line graph may be combined.
  106.      For example:  GLL   followed by  GDn
  107.      Dot patterns may also be combined by repeating [GD].  e.g.GD1 then GD5
  108.  
  109. Frame [GFx]  (x = Box, L or None]
  110.     This selects the frame type. The default is a box [B].
  111.     L selects Left/bottom line only, and N selects none.
  112.     Following the selection of L or N, the screen should be cleared
  113.     [MB] to display the new frame.
  114.     The size and location of the frame can be changed with the Alter
  115.     Frame commands.
  116.  
  117. Grid      [GG]
  118.      This toggles the grid lines ON or OFF.
  119.  
  120. High/low  [GHx]       (x = A for Area or P for Point-join)
  121.      The High/low graph fills in the area between two sets of data with 
  122.      either a solid colour or vertical lines joining the Y values.
  123.      As two data files are involved, the second data file must be loaded
  124.      into memory 0 before completing the High/low graph.
  125.     Two types of High/low graphs are available.  One fills in the area between
  126.      two line graphs, the other joins two dot graphs with vertical columns.
  127.     In the case of the area-fill graph, the screen is cleared first.
  128.      If you plan to combine the area-fill graph with other graph types,
  129.      then draw the High/low area graph first.
  130.      Example:  FLHIGH<RTN>   Load file of high values.
  131.                GHP          Graph High/low with Point-join.
  132.                LOW<RTN>    Enter filename of low values.  The point-join
  133.                             graph  will be completed automatically.       
  134.                            (Note: Always select the data file containing the
  135.                             highest data values first.)
  136.  
  137. Line     [GLx]  (Where x = A, B, L, M, X or Y)
  138.      There are a number of line graph types available.  Essentially each
  139.      data point is joined to the previous point with a straight line.
  140.    Line selection:  Arealine Baseline  Line  Mean  Xline  Yline
  141.    Line colour (in low resolution mode) can be preset using the ALT/Colour
  142.                facility. Colour = R,G,Y,C,M, or W.
  143.    
  144.    Arealine: [GLA]
  145.            Essentially a line chart with vertical lines at each end.
  146.            This allows a choice of fill patterns using the DRAW program and the
  147.            Paint command. 
  148.    Baseline: [GLBn]
  149.            This command will request the entry of a date (MM/YY) or X-value.
  150.            The Y-value at this point is used to fill every data
  151.            point in memory 0.  To display a baseline, enter the GLL command.
  152.            Baseline is normally used to set a base data level for addition to
  153.            another data file using the Stats. Arithmetic command [SAFn].
  154.    Line:   [GLL]
  155.            A line is drawn, joining each of the data points.
  156.            This is the default line graph. (Just enter G<RTN>).  If a Dot graph
  157.            was the last displayed and memory 0 data has not changed, then the
  158.            line will join the dots.  Multiple lines can be distinguished by 
  159.            combining with different dot patterns.  GLL then GDn for each line.
  160.    Mean:   [GLM]
  161.            The mean of the data points is displayed as a horizontal
  162.            dotted line.  The data in memory 0 or 1 is not altered.
  163.    Xline:  [GLXn]
  164.            Xline is used to highlight a particular value on a dot, line or step
  165.            graph by drawing a vertical line beween the base line and the Y
  166.            value. To locate the required X position, enter the date (MM/YY) in
  167.            a time-series graph, or the X value.       Example: GLX 6/85<RTN> 
  168.            (Same as DX command)
  169.    Yline:  [GLYn]
  170.            Yline is used to draw a horizontal line across the currently
  171.            displayed graph at any selected Y value on the Y scale.
  172.            Example: GLY 500<RTN>      (Same as DY command)
  173.  
  174. Pie      [GP]
  175.        Entering the GP command transfers to the PIE program and a request is
  176.        made for the source of data: Keyboard or [M]emory 0.
  177.         Also entered is the number of data points:  [6 is the default], and
  178.         Explode segment # :     [none is the default].
  179.         Up to 15 segments can be displayed with 15 separate patterns.
  180.         Each segment may be labelled with its value, percentage or both.
  181.         Pie chart may be either in high or low (colour) resolution. (Select
  182.         before the GP command.) Descriptive labels may be up to 38 chars. long
  183.         in high res. and 16 chars. long in low res.
  184.         To display solid colour segments instead of patterns, enter Cnn for the
  185.         number of segments. If entering keyboard data, type: C instead of K.
  186.         To include a Pie chart in a macro use: GP{No segments}
  187.         {Explode segment No}{P,V,B, or N}    e.g.  GP;14;;10;V
  188.  
  189. Step     [GS]
  190.        The step chart is a little like the top line of a column chart.
  191.         Each Y value is displayed as a horizontal line.  Each value is joined
  192.         to the next with a vertical line midway between the two X values.
  193.         (Valid for Time-series and Series data).
  194.  
  195. sTick    [GT]
  196.        The sTick chart is like a narrow column chart.  A vertical line is
  197.         displayed between the zero line and each Y-value. Often combined
  198.         with a line chart. The stick width can be 1, 3, 5, or 7 pixels wide.
  199.         If 0 is selected, the stick becomes a tick mark along the X axis.
  200.  
  201. X label  [GX]
  202.       Toggles ON-OFF the display of X-axis labels when a graph is displayed. 
  203.  
  204. Y label  [GY]
  205.       Toggles ON-OFF the display of X-axis labels when a graph is displayed. 
  206.   
  207. The status line indicates whether the X and Y axis labels are ON or OFF.
  208.                        ------------------------------
  209. September 07, 1986
  210.  
  211.