Home » Archimedes archive » Acorn User » AU 1997-04 A.adf » Features1 » StarInfo/Goodliffe/Docs/GPMan_txt

StarInfo/Goodliffe/Docs/GPMan_txt

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Archimedes archive » Acorn User » AU 1997-04 A.adf » Features1
Filename: StarInfo/Goodliffe/Docs/GPMan_txt
Read OK:
File size: 3BC2 bytes
Load address: 0000
Exec address: 0000
File contents
++------------------------+
||       GraphPlus        |
||     Pete Goodliffe     |
++------------------------+
||        Manual          |
++------------------------+

1.0 INTRODUCTION

GraphPlus is a desktop graph processor, taking data from CSV files and
generating high quality graphs in the form of drawfiles. It can
produce line and scatter graphs, various bar charts, multiple pie
charts, and tables. It can produce all but the latter in 2D or
pseudo-3D versions.

CSV files are a standard for data transfer, and should be produced by
any speadsheet. However, if you do not have a means of producing data
for a graph then the application CsvEdit is provided to create them. It
is also a convenient application or minor editing of CSV files. Secion
6 describes more about CSV files.

See the CsvEdit manual inside it's directory for instructions in its
operation.


2.0 GRAPHPLUS OPERATION

GraphPlus loads with a double click of the !GraphPlus filer icon,
installing itself on the icon bar. A window displaying information
about the program appears which disappears when a mouse button is next
pressed. Clicking with Menu over the GraphPlus icon brings up the
standard GraphPlus menu, and clicking on the icon with Select brings
up the Graph Format Window.

Up to six sets of data can be incoroparted on each graph. These are
known as data groups.

In order to create a graph, GraphPlus needs to be told which CSV file
to use as the data file containing the data groups. Drag the file onto
the Graph Format window, or onto the GraphPlus icon to do this. If it
is not a CSV filetype file, a query window will occur to verify the
choice of file. Once a data file has been shown to GraphPlus certain
information about the graph needs to be set; these settings are
explained in the following summary of the GraphPlus menus.

2.1 THE ICON BAR MENU

Clicking with Menu over the GraphPlus icon brings up the menu in
figure 2.1

The Info option leads to the GraphPlus information window, and Quit
leaves the application. Clicking on either Line, Bar, Pie, or Table
selects the type of graph GraphPlus will produce, the current choice
is ticked.

    +-----------+
    | GraphPlus |
    +-----------+
    |  Info   > |
    |  Style  > |
    |  Groups > |
    |  File   > |
    +-----------+
    |� Line     |
    |  Bar      |
    |  Pie      |
    |  Table    |
    +-----------+
    |  Quit     |
    +-----------+     figure 2.1

2.2 THE STYLE SUBMENU

This is shown in figure 2.2.

To make GraphPlus produce a key for the graph, select Key. Switching
the key on causes GraphPlus to use the key data in the Map Groups
window (see section 2.6). In most cases this will add a key to the
right hand side of the graph, although when creating pie charts, the
key data is used as a label for each separate chart, and when creating
tables, the key data is used as column headings.

The background entry selects whether or not the graph is given a
background box. The dialogue box it leads to is a colour picker to
choose the colour of this box. The default is a light shade of blue.

The fonts submenu is discussed in the following section.
The best fit submenu is discussed in section 2.4
The palette submenu is discussed in section 2.5

3D graphs is ticked when the graph output will be pseudo-3D.

Outline is ticked when bar chart and pie chart features are drawn with
a black outline.

    +---------------+
    |    Style      |
    +---------------+
    |� Key          |
    |� Background > |
    |  Fonts      > |
    |  Best fit   > |
    |  Palette    > |
    |� 3D graphs    |
    |� Outline      |
    +---------------+     figure 2.2

2.3 THE FONTS SUBMENU

This is shown in figure 2.3.

Each of the Fonts submenu entries lead to a font selector dialogue
box, in which you can choose which fonts, and at what size, the graph
is drawn using. These selections are split into three categories:

Title - The graph title is displayed in this font

Axis - Any axis labels and data markings on the axis appear in this
       font. All text in the body of a table is displayed in this font.

Key - The key is produced with this font, as are labels on pie charts.
      N.B. The table headings using the key data from 'Group Map' dialogue
           boxes ARE NOT displayed in this font, but in the axis font.

    +----------+
    |  Fonts   |
    +----------+
    |  Title > |
    |  Axis  > |
    |  Key   > |
    +----------+     figure 2.3

2.4 THE BEST FIT SUBMENU

GraphPlus uses linear regression to calculate lines of best fit. This
menu allows you to choose whether it uses X-on-Y or Y-on-X
relationships. These are two different methods of calulating the line
of best fit, each giving a slightly different line.

    +----------+
    | Best fit |
    +----------+
    |  X on Y  |
    |� Y on X  |
    +----------+     figure 2.4

2.5 THE PALETTE SUBMENU

This menu is a list of 16 colours, each definable by a standard colour
picker dialogue box. The pie charts are drawn with these colours, the
first segment in pie colour 1, the second in pie colour 2, and so on.
When the sixteenth colour is reached, the table cycles back to use pie
colour 1 again.

2.6 THE GROUPS SUBMENU

From this submenu information about individual groups can be altered.
The first entry, Map leads to the Map Groups submenu (see following
section), and the latter leads to the Group Style submenu (see section
2.8).

    +----------+
    |  Groups  |
    +----------+
    |  Map   > | 
    |  Style > |
    +----------+     figure 2.6

2.7 THE MAP GROUPS SUBMENU

This is shown in figure 2.7.

Each of these entries lead to a dialogue box allowing the user to
select which column of the CSV data file is to be used for each data
group. The Labels entry allows you to choose which column labels are
to be found in (labels are text entries used to define 'rows' of the
CSV file; used in bar graphs, pie charts, and tables). The dialogue
box also contains the text which will be used for that group's key
entry, if key has been selected from the Style submenu (see section
2.2)

If any mappings are made outside the limits of the given CSV file,
they will be disregarded when the graph is made.

    +------------+
    | Map groups |
    +------------+
    |  Group 1 > |
    |  Group 2 > |
    |  Group 3 > |
    |  Group 4 > |
    |  Group 5 > |
    |  Group 6 > |
    |  Labels  > |
    +------------+     figure 2.7

2.8 THE GROUP STYLE SUBMENU

This submenu is similar to the Map group menu, but without the last
entry, Labels.

Each of these entries leads to a dialogue box in which you set the
appearance of a data group; the style and size of points (used in line
graphs), the colour of the group (i.e. the colour the points/line/bar
is drawn in), the thickness and dash-style of a line produced in a
line graph, and on a line graph whether the points are joined with a
line, whether the line is solid underneath (i.e. the area under the
line shaded in the group's colour - N.B. This can obscure parts of the
graph underneath), and whether a line of best fit is plotted for the
group.

To produce a scatter graph, simply deselect the Join icon.

The produce a line without points, select the blank point style.

2.9 THE FILE SUBMENU

This menu, reached from the main menu is shown in figure 2.9.

The Save oprion leads to a save window from which you can save the
current GraphPlus template; a record of the style and mapping settings
you have entered, so that a graph can be replicated at a later date.
To load a template file into GraphPlus, either double click on it or
drag it into a GraphPlus window.

The Datapath entry leads to a window displaying the path name of the
CSV file GraphPlus will use as the data file. If it is blank, no CSV
file has been dragged into GraphPlus.

Selecting Default causes the graph template to be reset to its default
version. Before this occurs a dialogue box prompts for conformation of
the procedure, as it cannot be reversed.

    +-------------+
    |    File     |
    +-------------+
    |  Save     > |
    |  Datapath > |
    |  Default    |
    +-------------+     figure 2.9


3.0 THE GRAPH FORMAT WINDOW

Clicking with select on the GraphPlus icon bar icon brings up the
Graph Format window. This allows you to enter further information
about the graph prior to its creation. This is entered in a central
scrollable pane. When any change has been made to this pane, click on
the OK icon at the bottom of the Graph Format window. If you make a
mistake and want to restore the pane to the settings currently in
memory, click on Cancel. Any alterations in this window are not stored
until OK is clicked.

At the top of the graph format window is an icon detailing the
currently selected graph type, and the create button. When all the
required selections have been made click on this (see section 3.2).

Clicking menu within the Graph Format window brings up the Format
menu. This is similar to the icon bar menu, but without the Info and
Quit options. It therefore contains all the graph formatting options
not contained within the Graph Format window.

3.1 THE GRAPH FORMAT OPTIONS

These are the selections made in the central scrollable pane:
  � The title, and whether it is displayed or not.
  � The X and Y axis labels, and whether they are displayed or not.
  � Whether solid or dotted or no grid lines are drawn on a line or
    bar graph's axis.
  � At what divisions these grid lines are made, also the repetition
    space of data markings on the axis.
     This is automatically chosen by GraphPlus if left blank.
  � At what interval sub-rulings are made between main divisions.
  � Whether the application calculates the upper and lower limits of
    the axis itself, or uses ones specified by
    the user.
  � What type of bar graph is produced;
      Adjacent All bars touch each other
      Individual All bars stand alone
      Offset Bars overlap slightly, and are grouped into rows
      Grouped Bars touch, but each row of data is separated
      Overlaid Each row of data is plotted on the same bar
  � Whether there is a margin to the left and right of the bars
  � Whether the bars are plotted horizontally or vertically
  � Whether any elements in pie charts are exploded
  � At which segment of pie explosion begins and finishes

3.2 CREATING A GRAPH

Clicking on Create causes a new save dialogue box to appear, assuming
GraphPlus has been shown a source CSV file. In this box is a drawfile,
which must be dragged to a filer window. Once this has been done,
graph creation takes place. GraphPlus multitasks whilst creating a
graph to the file, but whilst this happens the icon icon bar icon
becomes shaded so GraphPlus cannot be used.

Whilst a graph is being created a Status window appears to
display the progress of the processing. This window contains a menu
with a single entry;

    +-----------+
    | GraphPlus |
    +-----------+
    |  Faster   |
    +-----------+

if you select this the creation process is accelerated by making the
application single task.


4.0 GRAPH SPECIFIC FEATURES

Following are several points to note about the creatiopn of each graph
type.

4.1 LINE GRAPHS

The column specified in a group's map window refers to the group's x
coordinates. The y coordinates are assumed to be in the next column.
If you select 'colour under' for a data group it may obscure other
parts of the graph. The graph is created so that group one is
uppermost and group six underneath all the others. Thus to avoid this
obscuring parts of the graph, ensure the line to be coloured under is
in group six, or as high a group as necessary.

4.2 BAR CHARTS

The column specified in the map window refers to the column the bar
chart data is in. When producing a horizontal bar chart with more than
one data group, group one appears on the left hand side of any of the
other groups. When the chart is vertical it appears at the bottom.
When producing overlaid bar charts, if there are two groups which have
the same value on a bar, the bar will be extended to the right to
prevent one obscuring the other.

4.3 PIE CHARTS

One data group represents one pie chart. hence up to six pie charts
can be displayed at once. When only one pie chart is to be drawn, the
labels (i.e. text describing what each slice of pie represents) appear
around the chart, but if more than one pie chart is drawn, they appear
as a key on the right hand side. The 'key text' in the group map
window is written below each chart.

4.4 TABLES

Each data set represents a column of the table. Hence the table can
contain up to up to six columns. The 'key text' in the group map
window is used as a header for each column. There is no 3D table
option. 


5.0 ADVANCED GRAPHPLUS FEATURES

� You are not restricted to the six group limit imposed by GraphPlus,
  because it is possible to overlay one graph file onto another. This is
  done by telling GraphPlus to create a graph into a file that already
  exists. A query window will appear with options to overlay the graph
  or overwrite the file.

� If a fatal error should occur whilst a graph is being created then
  GraphPlus will dump a copy of the current template stored in it into
  the file TempDump in its directory, so that the graph setup can be easily
  re-entered afterwards.


6.0 CSV FILES

GraphPlus uses CSV files as its data input. They are a standard for
data exchange, and most spreadsheets and databases provide facilities
for saving data as a CSV file. Please refer to your spreadsheet or
database manual for instructions on how to generate CSV data.

6.1 WHAT IS A CSV FILE?

Imagine your data presented in a table. Now between each column put a
comma, and at the end of each row place a return. This is a CSV file.
A typical CSV file may look like figure 6.1 (note that spaces are
provided for clarity and are usually omitted). Note the final return,
which must not be omitted.

     Transfers,               43.6, 41.0 [RETURN]
     Defence,                 15.5, 10.7 [RETURN]
     NHS,                     7.9,  13.1 [RETURN]
     Education (LAs),         7.9,  9.6  [RETURN]
     Other final consumption, 13.8, 20.1 [RETURN]
     Investment,              11.4, 5.4  [RETURN]     figure 6.1

6.2 HOW DO I CREATE A CSC FILE?

Use the extra application supplied, CsvEdit. It allows you to enter
data as in a speadsheet without worrying about the internal structure
of the file.


7.0 EXAMPLES

A number of examples are provided with !GraphPlus, to illustrate its
use. They are located in the Examples directory. The template file
used to create them is supplied so that you can see how they were
created.

Example 7.1 is a 3D line graph, with no points plotted.

Example 7.2 is a 3D bar chart. When the offset function is selected on
a 2D graph the bars overlap slightly, however on a 3D graph, the
effect seen is obtained.

Example 7.3 is a 2D pie chart. There is no key entry below it because
the Key was disabled. As there is only one chart, labels appear around
it, whereas in example 7.4 a separate key is produced because there
are two pie charts. This later graph is a 3D compound pie charts with
the Key entry enabled, hence the text below each pie.

Finally, example 7.5 is a table. The key text entries appear along the
top of the table, and the labels down the side.
00000000  2b 2b 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |++--------------|
00000010  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2b 0a 7c 7c 20 20  |----------+.||  |
00000020  20 20 20 20 20 47 72 61  70 68 50 6c 75 73 20 20  |     GraphPlus  |
00000030  20 20 20 20 20 20 7c 0a  7c 7c 20 20 20 20 20 50  |      |.||     P|
00000040  65 74 65 20 47 6f 6f 64  6c 69 66 66 65 20 20 20  |ete Goodliffe   |
00000050  20 20 7c 0a 2b 2b 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |  |.++----------|
00000060  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2b 0a  |--------------+.|
00000070  7c 7c 20 20 20 20 20 20  20 20 4d 61 6e 75 61 6c  |||        Manual|
00000080  20 20 20 20 20 20 20 20  20 20 7c 0a 2b 2b 2d 2d  |          |.++--|
00000090  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |----------------|
000000a0  2d 2d 2d 2d 2d 2d 2b 0a  0a 31 2e 30 20 49 4e 54  |------+..1.0 INT|
000000b0  52 4f 44 55 43 54 49 4f  4e 0a 0a 47 72 61 70 68  |RODUCTION..Graph|
000000c0  50 6c 75 73 20 69 73 20  61 20 64 65 73 6b 74 6f  |Plus is a deskto|
000000d0  70 20 67 72 61 70 68 20  70 72 6f 63 65 73 73 6f  |p graph processo|
000000e0  72 2c 20 74 61 6b 69 6e  67 20 64 61 74 61 20 66  |r, taking data f|
000000f0  72 6f 6d 20 43 53 56 20  66 69 6c 65 73 20 61 6e  |rom CSV files an|
00000100  64 0a 67 65 6e 65 72 61  74 69 6e 67 20 68 69 67  |d.generating hig|
00000110  68 20 71 75 61 6c 69 74  79 20 67 72 61 70 68 73  |h quality graphs|
00000120  20 69 6e 20 74 68 65 20  66 6f 72 6d 20 6f 66 20  | in the form of |
00000130  64 72 61 77 66 69 6c 65  73 2e 20 49 74 20 63 61  |drawfiles. It ca|
00000140  6e 0a 70 72 6f 64 75 63  65 20 6c 69 6e 65 20 61  |n.produce line a|
00000150  6e 64 20 73 63 61 74 74  65 72 20 67 72 61 70 68  |nd scatter graph|
00000160  73 2c 20 76 61 72 69 6f  75 73 20 62 61 72 20 63  |s, various bar c|
00000170  68 61 72 74 73 2c 20 6d  75 6c 74 69 70 6c 65 20  |harts, multiple |
00000180  70 69 65 0a 63 68 61 72  74 73 2c 20 61 6e 64 20  |pie.charts, and |
00000190  74 61 62 6c 65 73 2e 20  49 74 20 63 61 6e 20 70  |tables. It can p|
000001a0  72 6f 64 75 63 65 20 61  6c 6c 20 62 75 74 20 74  |roduce all but t|
000001b0  68 65 20 6c 61 74 74 65  72 20 69 6e 20 32 44 20  |he latter in 2D |
000001c0  6f 72 0a 70 73 65 75 64  6f 2d 33 44 20 76 65 72  |or.pseudo-3D ver|
000001d0  73 69 6f 6e 73 2e 0a 0a  43 53 56 20 66 69 6c 65  |sions...CSV file|
000001e0  73 20 61 72 65 20 61 20  73 74 61 6e 64 61 72 64  |s are a standard|
000001f0  20 66 6f 72 20 64 61 74  61 20 74 72 61 6e 73 66  | for data transf|
00000200  65 72 2c 20 61 6e 64 20  73 68 6f 75 6c 64 20 62  |er, and should b|
00000210  65 20 70 72 6f 64 75 63  65 64 20 62 79 0a 61 6e  |e produced by.an|
00000220  79 20 73 70 65 61 64 73  68 65 65 74 2e 20 48 6f  |y speadsheet. Ho|
00000230  77 65 76 65 72 2c 20 69  66 20 79 6f 75 20 64 6f  |wever, if you do|
00000240  20 6e 6f 74 20 68 61 76  65 20 61 20 6d 65 61 6e  | not have a mean|
00000250  73 20 6f 66 20 70 72 6f  64 75 63 69 6e 67 20 64  |s of producing d|
00000260  61 74 61 0a 66 6f 72 20  61 20 67 72 61 70 68 20  |ata.for a graph |
00000270  74 68 65 6e 20 74 68 65  20 61 70 70 6c 69 63 61  |then the applica|
00000280  74 69 6f 6e 20 43 73 76  45 64 69 74 20 69 73 20  |tion CsvEdit is |
00000290  70 72 6f 76 69 64 65 64  20 74 6f 20 63 72 65 61  |provided to crea|
000002a0  74 65 20 74 68 65 6d 2e  20 49 74 0a 69 73 20 61  |te them. It.is a|
000002b0  6c 73 6f 20 61 20 63 6f  6e 76 65 6e 69 65 6e 74  |lso a convenient|
000002c0  20 61 70 70 6c 69 63 61  74 69 6f 6e 20 6f 72 20  | application or |
000002d0  6d 69 6e 6f 72 20 65 64  69 74 69 6e 67 20 6f 66  |minor editing of|
000002e0  20 43 53 56 20 66 69 6c  65 73 2e 20 53 65 63 69  | CSV files. Seci|
000002f0  6f 6e 0a 36 20 64 65 73  63 72 69 62 65 73 20 6d  |on.6 describes m|
00000300  6f 72 65 20 61 62 6f 75  74 20 43 53 56 20 66 69  |ore about CSV fi|
00000310  6c 65 73 2e 0a 0a 53 65  65 20 74 68 65 20 43 73  |les...See the Cs|
00000320  76 45 64 69 74 20 6d 61  6e 75 61 6c 20 69 6e 73  |vEdit manual ins|
00000330  69 64 65 20 69 74 27 73  20 64 69 72 65 63 74 6f  |ide it's directo|
00000340  72 79 20 66 6f 72 20 69  6e 73 74 72 75 63 74 69  |ry for instructi|
00000350  6f 6e 73 20 69 6e 20 69  74 73 0a 6f 70 65 72 61  |ons in its.opera|
00000360  74 69 6f 6e 2e 0a 0a 0a  32 2e 30 20 47 52 41 50  |tion....2.0 GRAP|
00000370  48 50 4c 55 53 20 4f 50  45 52 41 54 49 4f 4e 0a  |HPLUS OPERATION.|
00000380  0a 47 72 61 70 68 50 6c  75 73 20 6c 6f 61 64 73  |.GraphPlus loads|
00000390  20 77 69 74 68 20 61 20  64 6f 75 62 6c 65 20 63  | with a double c|
000003a0  6c 69 63 6b 20 6f 66 20  74 68 65 20 21 47 72 61  |lick of the !Gra|
000003b0  70 68 50 6c 75 73 20 66  69 6c 65 72 20 69 63 6f  |phPlus filer ico|
000003c0  6e 2c 0a 69 6e 73 74 61  6c 6c 69 6e 67 20 69 74  |n,.installing it|
000003d0  73 65 6c 66 20 6f 6e 20  74 68 65 20 69 63 6f 6e  |self on the icon|
000003e0  20 62 61 72 2e 20 41 20  77 69 6e 64 6f 77 20 64  | bar. A window d|
000003f0  69 73 70 6c 61 79 69 6e  67 20 69 6e 66 6f 72 6d  |isplaying inform|
00000400  61 74 69 6f 6e 0a 61 62  6f 75 74 20 74 68 65 20  |ation.about the |
00000410  70 72 6f 67 72 61 6d 20  61 70 70 65 61 72 73 20  |program appears |
00000420  77 68 69 63 68 20 64 69  73 61 70 70 65 61 72 73  |which disappears|
00000430  20 77 68 65 6e 20 61 20  6d 6f 75 73 65 20 62 75  | when a mouse bu|
00000440  74 74 6f 6e 20 69 73 20  6e 65 78 74 0a 70 72 65  |tton is next.pre|
00000450  73 73 65 64 2e 20 43 6c  69 63 6b 69 6e 67 20 77  |ssed. Clicking w|
00000460  69 74 68 20 4d 65 6e 75  20 6f 76 65 72 20 74 68  |ith Menu over th|
00000470  65 20 47 72 61 70 68 50  6c 75 73 20 69 63 6f 6e  |e GraphPlus icon|
00000480  20 62 72 69 6e 67 73 20  75 70 20 74 68 65 0a 73  | brings up the.s|
00000490  74 61 6e 64 61 72 64 20  47 72 61 70 68 50 6c 75  |tandard GraphPlu|
000004a0  73 20 6d 65 6e 75 2c 20  61 6e 64 20 63 6c 69 63  |s menu, and clic|
000004b0  6b 69 6e 67 20 6f 6e 20  74 68 65 20 69 63 6f 6e  |king on the icon|
000004c0  20 77 69 74 68 20 53 65  6c 65 63 74 20 62 72 69  | with Select bri|
000004d0  6e 67 73 0a 75 70 20 74  68 65 20 47 72 61 70 68  |ngs.up the Graph|
000004e0  20 46 6f 72 6d 61 74 20  57 69 6e 64 6f 77 2e 0a  | Format Window..|
000004f0  0a 55 70 20 74 6f 20 73  69 78 20 73 65 74 73 20  |.Up to six sets |
00000500  6f 66 20 64 61 74 61 20  63 61 6e 20 62 65 20 69  |of data can be i|
00000510  6e 63 6f 72 6f 70 61 72  74 65 64 20 6f 6e 20 65  |ncoroparted on e|
00000520  61 63 68 20 67 72 61 70  68 2e 20 54 68 65 73 65  |ach graph. These|
00000530  20 61 72 65 0a 6b 6e 6f  77 6e 20 61 73 20 64 61  | are.known as da|
00000540  74 61 20 67 72 6f 75 70  73 2e 0a 0a 49 6e 20 6f  |ta groups...In o|
00000550  72 64 65 72 20 74 6f 20  63 72 65 61 74 65 20 61  |rder to create a|
00000560  20 67 72 61 70 68 2c 20  47 72 61 70 68 50 6c 75  | graph, GraphPlu|
00000570  73 20 6e 65 65 64 73 20  74 6f 20 62 65 20 74 6f  |s needs to be to|
00000580  6c 64 20 77 68 69 63 68  20 43 53 56 20 66 69 6c  |ld which CSV fil|
00000590  65 0a 74 6f 20 75 73 65  20 61 73 20 74 68 65 20  |e.to use as the |
000005a0  64 61 74 61 20 66 69 6c  65 20 63 6f 6e 74 61 69  |data file contai|
000005b0  6e 69 6e 67 20 74 68 65  20 64 61 74 61 20 67 72  |ning the data gr|
000005c0  6f 75 70 73 2e 20 44 72  61 67 20 74 68 65 20 66  |oups. Drag the f|
000005d0  69 6c 65 20 6f 6e 74 6f  0a 74 68 65 20 47 72 61  |ile onto.the Gra|
000005e0  70 68 20 46 6f 72 6d 61  74 20 77 69 6e 64 6f 77  |ph Format window|
000005f0  2c 20 6f 72 20 6f 6e 74  6f 20 74 68 65 20 47 72  |, or onto the Gr|
00000600  61 70 68 50 6c 75 73 20  69 63 6f 6e 20 74 6f 20  |aphPlus icon to |
00000610  64 6f 20 74 68 69 73 2e  20 49 66 20 69 74 0a 69  |do this. If it.i|
00000620  73 20 6e 6f 74 20 61 20  43 53 56 20 66 69 6c 65  |s not a CSV file|
00000630  74 79 70 65 20 66 69 6c  65 2c 20 61 20 71 75 65  |type file, a que|
00000640  72 79 20 77 69 6e 64 6f  77 20 77 69 6c 6c 20 6f  |ry window will o|
00000650  63 63 75 72 20 74 6f 20  76 65 72 69 66 79 20 74  |ccur to verify t|
00000660  68 65 0a 63 68 6f 69 63  65 20 6f 66 20 66 69 6c  |he.choice of fil|
00000670  65 2e 20 4f 6e 63 65 20  61 20 64 61 74 61 20 66  |e. Once a data f|
00000680  69 6c 65 20 68 61 73 20  62 65 65 6e 20 73 68 6f  |ile has been sho|
00000690  77 6e 20 74 6f 20 47 72  61 70 68 50 6c 75 73 20  |wn to GraphPlus |
000006a0  63 65 72 74 61 69 6e 0a  69 6e 66 6f 72 6d 61 74  |certain.informat|
000006b0  69 6f 6e 20 61 62 6f 75  74 20 74 68 65 20 67 72  |ion about the gr|
000006c0  61 70 68 20 6e 65 65 64  73 20 74 6f 20 62 65 20  |aph needs to be |
000006d0  73 65 74 3b 20 74 68 65  73 65 20 73 65 74 74 69  |set; these setti|
000006e0  6e 67 73 20 61 72 65 0a  65 78 70 6c 61 69 6e 65  |ngs are.explaine|
000006f0  64 20 69 6e 20 74 68 65  20 66 6f 6c 6c 6f 77 69  |d in the followi|
00000700  6e 67 20 73 75 6d 6d 61  72 79 20 6f 66 20 74 68  |ng summary of th|
00000710  65 20 47 72 61 70 68 50  6c 75 73 20 6d 65 6e 75  |e GraphPlus menu|
00000720  73 2e 0a 0a 32 2e 31 20  54 48 45 20 49 43 4f 4e  |s...2.1 THE ICON|
00000730  20 42 41 52 20 4d 45 4e  55 0a 0a 43 6c 69 63 6b  | BAR MENU..Click|
00000740  69 6e 67 20 77 69 74 68  20 4d 65 6e 75 20 6f 76  |ing with Menu ov|
00000750  65 72 20 74 68 65 20 47  72 61 70 68 50 6c 75 73  |er the GraphPlus|
00000760  20 69 63 6f 6e 20 62 72  69 6e 67 73 20 75 70 20  | icon brings up |
00000770  74 68 65 20 6d 65 6e 75  20 69 6e 0a 66 69 67 75  |the menu in.figu|
00000780  72 65 20 32 2e 31 0a 0a  54 68 65 20 49 6e 66 6f  |re 2.1..The Info|
00000790  20 6f 70 74 69 6f 6e 20  6c 65 61 64 73 20 74 6f  | option leads to|
000007a0  20 74 68 65 20 47 72 61  70 68 50 6c 75 73 20 69  | the GraphPlus i|
000007b0  6e 66 6f 72 6d 61 74 69  6f 6e 20 77 69 6e 64 6f  |nformation windo|
000007c0  77 2c 20 61 6e 64 20 51  75 69 74 0a 6c 65 61 76  |w, and Quit.leav|
000007d0  65 73 20 74 68 65 20 61  70 70 6c 69 63 61 74 69  |es the applicati|
000007e0  6f 6e 2e 20 43 6c 69 63  6b 69 6e 67 20 6f 6e 20  |on. Clicking on |
000007f0  65 69 74 68 65 72 20 4c  69 6e 65 2c 20 42 61 72  |either Line, Bar|
00000800  2c 20 50 69 65 2c 20 6f  72 20 54 61 62 6c 65 0a  |, Pie, or Table.|
00000810  73 65 6c 65 63 74 73 20  74 68 65 20 74 79 70 65  |selects the type|
00000820  20 6f 66 20 67 72 61 70  68 20 47 72 61 70 68 50  | of graph GraphP|
00000830  6c 75 73 20 77 69 6c 6c  20 70 72 6f 64 75 63 65  |lus will produce|
00000840  2c 20 74 68 65 20 63 75  72 72 65 6e 74 20 63 68  |, the current ch|
00000850  6f 69 63 65 0a 69 73 20  74 69 63 6b 65 64 2e 0a  |oice.is ticked..|
00000860  0a 20 20 20 20 2b 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |.    +----------|
00000870  2d 2b 0a 20 20 20 20 7c  20 47 72 61 70 68 50 6c  |-+.    | GraphPl|
00000880  75 73 20 7c 0a 20 20 20  20 2b 2d 2d 2d 2d 2d 2d  |us |.    +------|
00000890  2d 2d 2d 2d 2d 2b 0a 20  20 20 20 7c 20 20 49 6e  |-----+.    |  In|
000008a0  66 6f 20 20 20 3e 20 7c  0a 20 20 20 20 7c 20 20  |fo   > |.    |  |
000008b0  53 74 79 6c 65 20 20 3e  20 7c 0a 20 20 20 20 7c  |Style  > |.    ||
000008c0  20 20 47 72 6f 75 70 73  20 3e 20 7c 0a 20 20 20  |  Groups > |.   |
000008d0  20 7c 20 20 46 69 6c 65  20 20 20 3e 20 7c 0a 20  | |  File   > |. |
000008e0  20 20 20 2b 2d 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2b  |   +-----------+|
000008f0  0a 20 20 20 20 7c 80 20  4c 69 6e 65 20 20 20 20  |.    |. Line    |
00000900  20 7c 0a 20 20 20 20 7c  20 20 42 61 72 20 20 20  | |.    |  Bar   |
00000910  20 20 20 7c 0a 20 20 20  20 7c 20 20 50 69 65 20  |   |.    |  Pie |
00000920  20 20 20 20 20 7c 0a 20  20 20 20 7c 20 20 54 61  |     |.    |  Ta|
00000930  62 6c 65 20 20 20 20 7c  0a 20 20 20 20 2b 2d 2d  |ble    |.    +--|
00000940  2d 2d 2d 2d 2d 2d 2d 2d  2d 2b 0a 20 20 20 20 7c  |---------+.    ||
00000950  20 20 51 75 69 74 20 20  20 20 20 7c 0a 20 20 20  |  Quit     |.   |
00000960  20 2b 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2b 20 20  | +-----------+  |
00000970  20 20 20 66 69 67 75 72  65 20 32 2e 31 0a 0a 32  |   figure 2.1..2|
00000980  2e 32 20 54 48 45 20 53  54 59 4c 45 20 53 55 42  |.2 THE STYLE SUB|
00000990  4d 45 4e 55 0a 0a 54 68  69 73 20 69 73 20 73 68  |MENU..This is sh|
000009a0  6f 77 6e 20 69 6e 20 66  69 67 75 72 65 20 32 2e  |own in figure 2.|
000009b0  32 2e 0a 0a 54 6f 20 6d  61 6b 65 20 47 72 61 70  |2...To make Grap|
000009c0  68 50 6c 75 73 20 70 72  6f 64 75 63 65 20 61 20  |hPlus produce a |
000009d0  6b 65 79 20 66 6f 72 20  74 68 65 20 67 72 61 70  |key for the grap|
000009e0  68 2c 20 73 65 6c 65 63  74 20 4b 65 79 2e 20 53  |h, select Key. S|
000009f0  77 69 74 63 68 69 6e 67  0a 74 68 65 20 6b 65 79  |witching.the key|
00000a00  20 6f 6e 20 63 61 75 73  65 73 20 47 72 61 70 68  | on causes Graph|
00000a10  50 6c 75 73 20 74 6f 20  75 73 65 20 74 68 65 20  |Plus to use the |
00000a20  6b 65 79 20 64 61 74 61  20 69 6e 20 74 68 65 20  |key data in the |
00000a30  4d 61 70 20 47 72 6f 75  70 73 0a 77 69 6e 64 6f  |Map Groups.windo|
00000a40  77 20 28 73 65 65 20 73  65 63 74 69 6f 6e 20 32  |w (see section 2|
00000a50  2e 36 29 2e 20 49 6e 20  6d 6f 73 74 20 63 61 73  |.6). In most cas|
00000a60  65 73 20 74 68 69 73 20  77 69 6c 6c 20 61 64 64  |es this will add|
00000a70  20 61 20 6b 65 79 20 74  6f 20 74 68 65 0a 72 69  | a key to the.ri|
00000a80  67 68 74 20 68 61 6e 64  20 73 69 64 65 20 6f 66  |ght hand side of|
00000a90  20 74 68 65 20 67 72 61  70 68 2c 20 61 6c 74 68  | the graph, alth|
00000aa0  6f 75 67 68 20 77 68 65  6e 20 63 72 65 61 74 69  |ough when creati|
00000ab0  6e 67 20 70 69 65 20 63  68 61 72 74 73 2c 20 74  |ng pie charts, t|
00000ac0  68 65 0a 6b 65 79 20 64  61 74 61 20 69 73 20 75  |he.key data is u|
00000ad0  73 65 64 20 61 73 20 61  20 6c 61 62 65 6c 20 66  |sed as a label f|
00000ae0  6f 72 20 65 61 63 68 20  73 65 70 61 72 61 74 65  |or each separate|
00000af0  20 63 68 61 72 74 2c 20  61 6e 64 20 77 68 65 6e  | chart, and when|
00000b00  20 63 72 65 61 74 69 6e  67 0a 74 61 62 6c 65 73  | creating.tables|
00000b10  2c 20 74 68 65 20 6b 65  79 20 64 61 74 61 20 69  |, the key data i|
00000b20  73 20 75 73 65 64 20 61  73 20 63 6f 6c 75 6d 6e  |s used as column|
00000b30  20 68 65 61 64 69 6e 67  73 2e 0a 0a 54 68 65 20  | headings...The |
00000b40  62 61 63 6b 67 72 6f 75  6e 64 20 65 6e 74 72 79  |background entry|
00000b50  20 73 65 6c 65 63 74 73  20 77 68 65 74 68 65 72  | selects whether|
00000b60  20 6f 72 20 6e 6f 74 20  74 68 65 20 67 72 61 70  | or not the grap|
00000b70  68 20 69 73 20 67 69 76  65 6e 20 61 0a 62 61 63  |h is given a.bac|
00000b80  6b 67 72 6f 75 6e 64 20  62 6f 78 2e 20 54 68 65  |kground box. The|
00000b90  20 64 69 61 6c 6f 67 75  65 20 62 6f 78 20 69 74  | dialogue box it|
00000ba0  20 6c 65 61 64 73 20 74  6f 20 69 73 20 61 20 63  | leads to is a c|
00000bb0  6f 6c 6f 75 72 20 70 69  63 6b 65 72 20 74 6f 0a  |olour picker to.|
00000bc0  63 68 6f 6f 73 65 20 74  68 65 20 63 6f 6c 6f 75  |choose the colou|
00000bd0  72 20 6f 66 20 74 68 69  73 20 62 6f 78 2e 20 54  |r of this box. T|
00000be0  68 65 20 64 65 66 61 75  6c 74 20 69 73 20 61 20  |he default is a |
00000bf0  6c 69 67 68 74 20 73 68  61 64 65 20 6f 66 20 62  |light shade of b|
00000c00  6c 75 65 2e 0a 0a 54 68  65 20 66 6f 6e 74 73 20  |lue...The fonts |
00000c10  73 75 62 6d 65 6e 75 20  69 73 20 64 69 73 63 75  |submenu is discu|
00000c20  73 73 65 64 20 69 6e 20  74 68 65 20 66 6f 6c 6c  |ssed in the foll|
00000c30  6f 77 69 6e 67 20 73 65  63 74 69 6f 6e 2e 0a 54  |owing section..T|
00000c40  68 65 20 62 65 73 74 20  66 69 74 20 73 75 62 6d  |he best fit subm|
00000c50  65 6e 75 20 69 73 20 64  69 73 63 75 73 73 65 64  |enu is discussed|
00000c60  20 69 6e 20 73 65 63 74  69 6f 6e 20 32 2e 34 0a  | in section 2.4.|
00000c70  54 68 65 20 70 61 6c 65  74 74 65 20 73 75 62 6d  |The palette subm|
00000c80  65 6e 75 20 69 73 20 64  69 73 63 75 73 73 65 64  |enu is discussed|
00000c90  20 69 6e 20 73 65 63 74  69 6f 6e 20 32 2e 35 0a  | in section 2.5.|
00000ca0  0a 33 44 20 67 72 61 70  68 73 20 69 73 20 74 69  |.3D graphs is ti|
00000cb0  63 6b 65 64 20 77 68 65  6e 20 74 68 65 20 67 72  |cked when the gr|
00000cc0  61 70 68 20 6f 75 74 70  75 74 20 77 69 6c 6c 20  |aph output will |
00000cd0  62 65 20 70 73 65 75 64  6f 2d 33 44 2e 0a 0a 4f  |be pseudo-3D...O|
00000ce0  75 74 6c 69 6e 65 20 69  73 20 74 69 63 6b 65 64  |utline is ticked|
00000cf0  20 77 68 65 6e 20 62 61  72 20 63 68 61 72 74 20  | when bar chart |
00000d00  61 6e 64 20 70 69 65 20  63 68 61 72 74 20 66 65  |and pie chart fe|
00000d10  61 74 75 72 65 73 20 61  72 65 20 64 72 61 77 6e  |atures are drawn|
00000d20  20 77 69 74 68 0a 61 20  62 6c 61 63 6b 20 6f 75  | with.a black ou|
00000d30  74 6c 69 6e 65 2e 0a 0a  20 20 20 20 2b 2d 2d 2d  |tline...    +---|
00000d40  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2b 0a 20 20  |------------+.  |
00000d50  20 20 7c 20 20 20 20 53  74 79 6c 65 20 20 20 20  |  |    Style    |
00000d60  20 20 7c 0a 20 20 20 20  2b 2d 2d 2d 2d 2d 2d 2d  |  |.    +-------|
00000d70  2d 2d 2d 2d 2d 2d 2d 2d  2b 0a 20 20 20 20 7c 80  |--------+.    |.|
00000d80  20 4b 65 79 20 20 20 20  20 20 20 20 20 20 7c 0a  | Key          |.|
00000d90  20 20 20 20 7c 80 20 42  61 63 6b 67 72 6f 75 6e  |    |. Backgroun|
00000da0  64 20 3e 20 7c 0a 20 20  20 20 7c 20 20 46 6f 6e  |d > |.    |  Fon|
00000db0  74 73 20 20 20 20 20 20  3e 20 7c 0a 20 20 20 20  |ts      > |.    |
00000dc0  7c 20 20 42 65 73 74 20  66 69 74 20 20 20 3e 20  ||  Best fit   > |
00000dd0  7c 0a 20 20 20 20 7c 20  20 50 61 6c 65 74 74 65  ||.    |  Palette|
00000de0  20 20 20 20 3e 20 7c 0a  20 20 20 20 7c 80 20 33  |    > |.    |. 3|
00000df0  44 20 67 72 61 70 68 73  20 20 20 20 7c 0a 20 20  |D graphs    |.  |
00000e00  20 20 7c 80 20 4f 75 74  6c 69 6e 65 20 20 20 20  |  |. Outline    |
00000e10  20 20 7c 0a 20 20 20 20  2b 2d 2d 2d 2d 2d 2d 2d  |  |.    +-------|
00000e20  2d 2d 2d 2d 2d 2d 2d 2d  2b 20 20 20 20 20 66 69  |--------+     fi|
00000e30  67 75 72 65 20 32 2e 32  0a 0a 32 2e 33 20 54 48  |gure 2.2..2.3 TH|
00000e40  45 20 46 4f 4e 54 53 20  53 55 42 4d 45 4e 55 0a  |E FONTS SUBMENU.|
00000e50  0a 54 68 69 73 20 69 73  20 73 68 6f 77 6e 20 69  |.This is shown i|
00000e60  6e 20 66 69 67 75 72 65  20 32 2e 33 2e 0a 0a 45  |n figure 2.3...E|
00000e70  61 63 68 20 6f 66 20 74  68 65 20 46 6f 6e 74 73  |ach of the Fonts|
00000e80  20 73 75 62 6d 65 6e 75  20 65 6e 74 72 69 65 73  | submenu entries|
00000e90  20 6c 65 61 64 20 74 6f  20 61 20 66 6f 6e 74 20  | lead to a font |
00000ea0  73 65 6c 65 63 74 6f 72  20 64 69 61 6c 6f 67 75  |selector dialogu|
00000eb0  65 0a 62 6f 78 2c 20 69  6e 20 77 68 69 63 68 20  |e.box, in which |
00000ec0  79 6f 75 20 63 61 6e 20  63 68 6f 6f 73 65 20 77  |you can choose w|
00000ed0  68 69 63 68 20 66 6f 6e  74 73 2c 20 61 6e 64 20  |hich fonts, and |
00000ee0  61 74 20 77 68 61 74 20  73 69 7a 65 2c 20 74 68  |at what size, th|
00000ef0  65 20 67 72 61 70 68 0a  69 73 20 64 72 61 77 6e  |e graph.is drawn|
00000f00  20 75 73 69 6e 67 2e 20  54 68 65 73 65 20 73 65  | using. These se|
00000f10  6c 65 63 74 69 6f 6e 73  20 61 72 65 20 73 70 6c  |lections are spl|
00000f20  69 74 20 69 6e 74 6f 20  74 68 72 65 65 20 63 61  |it into three ca|
00000f30  74 65 67 6f 72 69 65 73  3a 0a 0a 54 69 74 6c 65  |tegories:..Title|
00000f40  20 2d 20 54 68 65 20 67  72 61 70 68 20 74 69 74  | - The graph tit|
00000f50  6c 65 20 69 73 20 64 69  73 70 6c 61 79 65 64 20  |le is displayed |
00000f60  69 6e 20 74 68 69 73 20  66 6f 6e 74 0a 0a 41 78  |in this font..Ax|
00000f70  69 73 20 2d 20 41 6e 79  20 61 78 69 73 20 6c 61  |is - Any axis la|
00000f80  62 65 6c 73 20 61 6e 64  20 64 61 74 61 20 6d 61  |bels and data ma|
00000f90  72 6b 69 6e 67 73 20 6f  6e 20 74 68 65 20 61 78  |rkings on the ax|
00000fa0  69 73 20 61 70 70 65 61  72 20 69 6e 20 74 68 69  |is appear in thi|
00000fb0  73 0a 20 20 20 20 20 20  20 66 6f 6e 74 2e 20 41  |s.       font. A|
00000fc0  6c 6c 20 74 65 78 74 20  69 6e 20 74 68 65 20 62  |ll text in the b|
00000fd0  6f 64 79 20 6f 66 20 61  20 74 61 62 6c 65 20 69  |ody of a table i|
00000fe0  73 20 64 69 73 70 6c 61  79 65 64 20 69 6e 20 74  |s displayed in t|
00000ff0  68 69 73 20 66 6f 6e 74  2e 0a 0a 4b 65 79 20 2d  |his font...Key -|
00001000  20 54 68 65 20 6b 65 79  20 69 73 20 70 72 6f 64  | The key is prod|
00001010  75 63 65 64 20 77 69 74  68 20 74 68 69 73 20 66  |uced with this f|
00001020  6f 6e 74 2c 20 61 73 20  61 72 65 20 6c 61 62 65  |ont, as are labe|
00001030  6c 73 20 6f 6e 20 70 69  65 20 63 68 61 72 74 73  |ls on pie charts|
00001040  2e 0a 20 20 20 20 20 20  4e 2e 42 2e 20 54 68 65  |..      N.B. The|
00001050  20 74 61 62 6c 65 20 68  65 61 64 69 6e 67 73 20  | table headings |
00001060  75 73 69 6e 67 20 74 68  65 20 6b 65 79 20 64 61  |using the key da|
00001070  74 61 20 66 72 6f 6d 20  27 47 72 6f 75 70 20 4d  |ta from 'Group M|
00001080  61 70 27 20 64 69 61 6c  6f 67 75 65 0a 20 20 20  |ap' dialogue.   |
00001090  20 20 20 20 20 20 20 20  62 6f 78 65 73 20 41 52  |        boxes AR|
000010a0  45 20 4e 4f 54 20 64 69  73 70 6c 61 79 65 64 20  |E NOT displayed |
000010b0  69 6e 20 74 68 69 73 20  66 6f 6e 74 2c 20 62 75  |in this font, bu|
000010c0  74 20 69 6e 20 74 68 65  20 61 78 69 73 20 66 6f  |t in the axis fo|
000010d0  6e 74 2e 0a 0a 20 20 20  20 2b 2d 2d 2d 2d 2d 2d  |nt...    +------|
000010e0  2d 2d 2d 2d 2b 0a 20 20  20 20 7c 20 20 46 6f 6e  |----+.    |  Fon|
000010f0  74 73 20 20 20 7c 0a 20  20 20 20 2b 2d 2d 2d 2d  |ts   |.    +----|
00001100  2d 2d 2d 2d 2d 2d 2b 0a  20 20 20 20 7c 20 20 54  |------+.    |  T|
00001110  69 74 6c 65 20 3e 20 7c  0a 20 20 20 20 7c 20 20  |itle > |.    |  |
00001120  41 78 69 73 20 20 3e 20  7c 0a 20 20 20 20 7c 20  |Axis  > |.    | |
00001130  20 4b 65 79 20 20 20 3e  20 7c 0a 20 20 20 20 2b  | Key   > |.    +|
00001140  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2b 20 20 20 20 20  |----------+     |
00001150  66 69 67 75 72 65 20 32  2e 33 0a 0a 32 2e 34 20  |figure 2.3..2.4 |
00001160  54 48 45 20 42 45 53 54  20 46 49 54 20 53 55 42  |THE BEST FIT SUB|
00001170  4d 45 4e 55 0a 0a 47 72  61 70 68 50 6c 75 73 20  |MENU..GraphPlus |
00001180  75 73 65 73 20 6c 69 6e  65 61 72 20 72 65 67 72  |uses linear regr|
00001190  65 73 73 69 6f 6e 20 74  6f 20 63 61 6c 63 75 6c  |ession to calcul|
000011a0  61 74 65 20 6c 69 6e 65  73 20 6f 66 20 62 65 73  |ate lines of bes|
000011b0  74 20 66 69 74 2e 20 54  68 69 73 0a 6d 65 6e 75  |t fit. This.menu|
000011c0  20 61 6c 6c 6f 77 73 20  79 6f 75 20 74 6f 20 63  | allows you to c|
000011d0  68 6f 6f 73 65 20 77 68  65 74 68 65 72 20 69 74  |hoose whether it|
000011e0  20 75 73 65 73 20 58 2d  6f 6e 2d 59 20 6f 72 20  | uses X-on-Y or |
000011f0  59 2d 6f 6e 2d 58 0a 72  65 6c 61 74 69 6f 6e 73  |Y-on-X.relations|
00001200  68 69 70 73 2e 20 54 68  65 73 65 20 61 72 65 20  |hips. These are |
00001210  74 77 6f 20 64 69 66 66  65 72 65 6e 74 20 6d 65  |two different me|
00001220  74 68 6f 64 73 20 6f 66  20 63 61 6c 75 6c 61 74  |thods of calulat|
00001230  69 6e 67 20 74 68 65 20  6c 69 6e 65 0a 6f 66 20  |ing the line.of |
00001240  62 65 73 74 20 66 69 74  2c 20 65 61 63 68 20 67  |best fit, each g|
00001250  69 76 69 6e 67 20 61 20  73 6c 69 67 68 74 6c 79  |iving a slightly|
00001260  20 64 69 66 66 65 72 65  6e 74 20 6c 69 6e 65 2e  | different line.|
00001270  0a 0a 20 20 20 20 2b 2d  2d 2d 2d 2d 2d 2d 2d 2d  |..    +---------|
00001280  2d 2b 0a 20 20 20 20 7c  20 42 65 73 74 20 66 69  |-+.    | Best fi|
00001290  74 20 7c 0a 20 20 20 20  2b 2d 2d 2d 2d 2d 2d 2d  |t |.    +-------|
000012a0  2d 2d 2d 2b 0a 20 20 20  20 7c 20 20 58 20 6f 6e  |---+.    |  X on|
000012b0  20 59 20 20 7c 0a 20 20  20 20 7c 80 20 59 20 6f  | Y  |.    |. Y o|
000012c0  6e 20 58 20 20 7c 0a 20  20 20 20 2b 2d 2d 2d 2d  |n X  |.    +----|
000012d0  2d 2d 2d 2d 2d 2d 2b 20  20 20 20 20 66 69 67 75  |------+     figu|
000012e0  72 65 20 32 2e 34 0a 0a  32 2e 35 20 54 48 45 20  |re 2.4..2.5 THE |
000012f0  50 41 4c 45 54 54 45 20  53 55 42 4d 45 4e 55 0a  |PALETTE SUBMENU.|
00001300  0a 54 68 69 73 20 6d 65  6e 75 20 69 73 20 61 20  |.This menu is a |
00001310  6c 69 73 74 20 6f 66 20  31 36 20 63 6f 6c 6f 75  |list of 16 colou|
00001320  72 73 2c 20 65 61 63 68  20 64 65 66 69 6e 61 62  |rs, each definab|
00001330  6c 65 20 62 79 20 61 20  73 74 61 6e 64 61 72 64  |le by a standard|
00001340  20 63 6f 6c 6f 75 72 0a  70 69 63 6b 65 72 20 64  | colour.picker d|
00001350  69 61 6c 6f 67 75 65 20  62 6f 78 2e 20 54 68 65  |ialogue box. The|
00001360  20 70 69 65 20 63 68 61  72 74 73 20 61 72 65 20  | pie charts are |
00001370  64 72 61 77 6e 20 77 69  74 68 20 74 68 65 73 65  |drawn with these|
00001380  20 63 6f 6c 6f 75 72 73  2c 20 74 68 65 0a 66 69  | colours, the.fi|
00001390  72 73 74 20 73 65 67 6d  65 6e 74 20 69 6e 20 70  |rst segment in p|
000013a0  69 65 20 63 6f 6c 6f 75  72 20 31 2c 20 74 68 65  |ie colour 1, the|
000013b0  20 73 65 63 6f 6e 64 20  69 6e 20 70 69 65 20 63  | second in pie c|
000013c0  6f 6c 6f 75 72 20 32 2c  20 61 6e 64 20 73 6f 20  |olour 2, and so |
000013d0  6f 6e 2e 0a 57 68 65 6e  20 74 68 65 20 73 69 78  |on..When the six|
000013e0  74 65 65 6e 74 68 20 63  6f 6c 6f 75 72 20 69 73  |teenth colour is|
000013f0  20 72 65 61 63 68 65 64  2c 20 74 68 65 20 74 61  | reached, the ta|
00001400  62 6c 65 20 63 79 63 6c  65 73 20 62 61 63 6b 20  |ble cycles back |
00001410  74 6f 20 75 73 65 20 70  69 65 0a 63 6f 6c 6f 75  |to use pie.colou|
00001420  72 20 31 20 61 67 61 69  6e 2e 0a 0a 32 2e 36 20  |r 1 again...2.6 |
00001430  54 48 45 20 47 52 4f 55  50 53 20 53 55 42 4d 45  |THE GROUPS SUBME|
00001440  4e 55 0a 0a 46 72 6f 6d  20 74 68 69 73 20 73 75  |NU..From this su|
00001450  62 6d 65 6e 75 20 69 6e  66 6f 72 6d 61 74 69 6f  |bmenu informatio|
00001460  6e 20 61 62 6f 75 74 20  69 6e 64 69 76 69 64 75  |n about individu|
00001470  61 6c 20 67 72 6f 75 70  73 20 63 61 6e 20 62 65  |al groups can be|
00001480  20 61 6c 74 65 72 65 64  2e 0a 54 68 65 20 66 69  | altered..The fi|
00001490  72 73 74 20 65 6e 74 72  79 2c 20 4d 61 70 20 6c  |rst entry, Map l|
000014a0  65 61 64 73 20 74 6f 20  74 68 65 20 4d 61 70 20  |eads to the Map |
000014b0  47 72 6f 75 70 73 20 73  75 62 6d 65 6e 75 20 28  |Groups submenu (|
000014c0  73 65 65 20 66 6f 6c 6c  6f 77 69 6e 67 0a 73 65  |see following.se|
000014d0  63 74 69 6f 6e 29 2c 20  61 6e 64 20 74 68 65 20  |ction), and the |
000014e0  6c 61 74 74 65 72 20 6c  65 61 64 73 20 74 6f 20  |latter leads to |
000014f0  74 68 65 20 47 72 6f 75  70 20 53 74 79 6c 65 20  |the Group Style |
00001500  73 75 62 6d 65 6e 75 20  28 73 65 65 20 73 65 63  |submenu (see sec|
00001510  74 69 6f 6e 0a 32 2e 38  29 2e 0a 0a 20 20 20 20  |tion.2.8)...    |
00001520  2b 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2b 0a 20 20 20  |+----------+.   |
00001530  20 7c 20 20 47 72 6f 75  70 73 20 20 7c 0a 20 20  | |  Groups  |.  |
00001540  20 20 2b 2d 2d 2d 2d 2d  2d 2d 2d 2d 2d 2b 0a 20  |  +----------+. |
00001550  20 20 20 7c 20 20 4d 61  70 20 20 20 3e 20 7c 20  |   |  Map   > | |
00001560  0a 20 20 20 20 7c 20 20  53 74 79 6c 65 20 3e 20  |.    |  Style > |
00001570  7c 0a 20 20 20 20 2b 2d  2d 2d 2d 2d 2d 2d 2d 2d  ||.    +---------|
00001580  2d 2b 20 20 20 20 20 66  69 67 75 72 65 20 32 2e  |-+     figure 2.|
00001590  36 0a 0a 32 2e 37 20 54  48 45 20 4d 41 50 20 47  |6..2.7 THE MAP G|
000015a0  52 4f 55 50 53 20 53 55  42 4d 45 4e 55 0a 0a 54  |ROUPS SUBMENU..T|
000015b0  68 69 73 20 69 73 20 73  68 6f 77 6e 20 69 6e 20  |his is shown in |
000015c0  66 69 67 75 72 65 20 32  2e 37 2e 0a 0a 45 61 63  |figure 2.7...Eac|
000015d0  68 20 6f 66 20 74 68 65  73 65 20 65 6e 74 72 69  |h of these entri|
000015e0  65 73 20 6c 65 61 64 20  74 6f 20 61 20 64 69 61  |es lead to a dia|
000015f0  6c 6f 67 75 65 20 62 6f  78 20 61 6c 6c 6f 77 69  |logue box allowi|
00001600  6e 67 20 74 68 65 20 75  73 65 72 20 74 6f 0a 73  |ng the user to.s|
00001610  65 6c 65 63 74 20 77 68  69 63 68 20 63 6f 6c 75  |elect which colu|
00001620  6d 6e 20 6f 66 20 74 68  65 20 43 53 56 20 64 61  |mn of the CSV da|
00001630  74 61 20 66 69 6c 65 20  69 73 20 74 6f 20 62 65  |ta file is to be|
00001640  20 75 73 65 64 20 66 6f  72 20 65 61 63 68 20 64  | used for each d|
00001650  61 74 61 0a 67 72 6f 75  70 2e 20 54 68 65 20 4c  |ata.group. The L|
00001660  61 62 65 6c 73 20 65 6e  74 72 79 20 61 6c 6c 6f  |abels entry allo|
00001670  77 73 20 79 6f 75 20 74  6f 20 63 68 6f 6f 73 65  |ws you to choose|
00001680  20 77 68 69 63 68 20 63  6f 6c 75 6d 6e 20 6c 61  | which column la|
00001690  62 65 6c 73 20 61 72 65  0a 74 6f 20 62 65 20 66  |bels are.to be f|
000016a0  6f 75 6e 64 20 69 6e 20  28 6c 61 62 65 6c 73 20  |ound in (labels |
000016b0  61 72 65 20 74 65 78 74  20 65 6e 74 72 69 65 73  |are text entries|
000016c0  20 75 73 65 64 20 74 6f  20 64 65 66 69 6e 65 20  | used to define |
000016d0  27 72 6f 77 73 27 20 6f  66 20 74 68 65 0a 43 53  |'rows' of the.CS|
000016e0  56 20 66 69 6c 65 3b 20  75 73 65 64 20 69 6e 20  |V file; used in |
000016f0  62 61 72 20 67 72 61 70  68 73 2c 20 70 69 65 20  |bar graphs, pie |
00001700  63 68 61 72 74 73 2c 20  61 6e 64 20 74 61 62 6c  |charts, and tabl|
00001710  65 73 29 2e 20 54 68 65  20 64 69 61 6c 6f 67 75  |es). The dialogu|
00001720  65 0a 62 6f 78 20 61 6c  73 6f 20 63 6f 6e 74 61  |e.box also conta|
00001730  69 6e 73 20 74 68 65 20  74 65 78 74 20 77 68 69  |ins the text whi|
00001740  63 68 20 77 69 6c 6c 20  62 65 20 75 73 65 64 20  |ch will be used |
00001750  66 6f 72 20 74 68 61 74  20 67 72 6f 75 70 27 73  |for that group's|
00001760  20 6b 65 79 0a 65 6e 74  72 79 2c 20 69 66 20 6b  | key.entry, if k|
00001770  65 79 20 68 61 73 20 62  65 65 6e 20 73 65 6c 65  |ey has been sele|
00001780  63 74 65 64 20 66 72 6f  6d 20 74 68 65 20 53 74  |cted from the St|
00001790  79 6c 65 20 73 75 62 6d  65 6e 75 20 28 73 65 65  |yle submenu (see|
000017a0  20 73 65 63 74 69 6f 6e  0a 32 2e 32 29 0a 0a 49  | section.2.2)..I|
000017b0  66 20 61 6e 79 20 6d 61  70 70 69 6e 67 73 20 61  |f any mappings a|
000017c0  72 65 20 6d 61 64 65 20  6f 75 74 73 69 64 65 20  |re made outside |
000017d0  74 68 65 20 6c 69 6d 69  74 73 20 6f 66 20 74 68  |the limits of th|
000017e0  65 20 67 69 76 65 6e 20  43 53 56 20 66 69 6c 65  |e given CSV file|
000017f0  2c 0a 74 68 65 79 20 77  69 6c 6c 20 62 65 20 64  |,.they will be d|
00001800  69 73 72 65 67 61 72 64  65 64 20 77 68 65 6e 20  |isregarded when |
00001810  74 68 65 20 67 72 61 70  68 20 69 73 20 6d 61 64  |the graph is mad|
00001820  65 2e 0a 0a 20 20 20 20  2b 2d 2d 2d 2d 2d 2d 2d  |e...    +-------|
00001830  2d 2d 2d 2d 2d 2b 0a 20  20 20 20 7c 20 4d 61 70  |-----+.    | Map|
00001840  20 67 72 6f 75 70 73 20  7c 0a 20 20 20 20 2b 2d  | groups |.    +-|
00001850  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2b 0a 20 20 20  |-----------+.   |
00001860  20 7c 20 20 47 72 6f 75  70 20 31 20 3e 20 7c 0a  | |  Group 1 > |.|
00001870  20 20 20 20 7c 20 20 47  72 6f 75 70 20 32 20 3e  |    |  Group 2 >|
00001880  20 7c 0a 20 20 20 20 7c  20 20 47 72 6f 75 70 20  | |.    |  Group |
00001890  33 20 3e 20 7c 0a 20 20  20 20 7c 20 20 47 72 6f  |3 > |.    |  Gro|
000018a0  75 70 20 34 20 3e 20 7c  0a 20 20 20 20 7c 20 20  |up 4 > |.    |  |
000018b0  47 72 6f 75 70 20 35 20  3e 20 7c 0a 20 20 20 20  |Group 5 > |.    |
000018c0  7c 20 20 47 72 6f 75 70  20 36 20 3e 20 7c 0a 20  ||  Group 6 > |. |
000018d0  20 20 20 7c 20 20 4c 61  62 65 6c 73 20 20 3e 20  |   |  Labels  > |
000018e0  7c 0a 20 20 20 20 2b 2d  2d 2d 2d 2d 2d 2d 2d 2d  ||.    +---------|
000018f0  2d 2d 2d 2b 20 20 20 20  20 66 69 67 75 72 65 20  |---+     figure |
00001900  32 2e 37 0a 0a 32 2e 38  20 54 48 45 20 47 52 4f  |2.7..2.8 THE GRO|
00001910  55 50 20 53 54 59 4c 45  20 53 55 42 4d 45 4e 55  |UP STYLE SUBMENU|
00001920  0a 0a 54 68 69 73 20 73  75 62 6d 65 6e 75 20 69  |..This submenu i|
00001930  73 20 73 69 6d 69 6c 61  72 20 74 6f 20 74 68 65  |s similar to the|
00001940  20 4d 61 70 20 67 72 6f  75 70 20 6d 65 6e 75 2c  | Map group menu,|
00001950  20 62 75 74 20 77 69 74  68 6f 75 74 20 74 68 65  | but without the|
00001960  20 6c 61 73 74 0a 65 6e  74 72 79 2c 20 4c 61 62  | last.entry, Lab|
00001970  65 6c 73 2e 0a 0a 45 61  63 68 20 6f 66 20 74 68  |els...Each of th|
00001980  65 73 65 20 65 6e 74 72  69 65 73 20 6c 65 61 64  |ese entries lead|
00001990  73 20 74 6f 20 61 20 64  69 61 6c 6f 67 75 65 20  |s to a dialogue |
000019a0  62 6f 78 20 69 6e 20 77  68 69 63 68 20 79 6f 75  |box in which you|
000019b0  20 73 65 74 20 74 68 65  0a 61 70 70 65 61 72 61  | set the.appeara|
000019c0  6e 63 65 20 6f 66 20 61  20 64 61 74 61 20 67 72  |nce of a data gr|
000019d0  6f 75 70 3b 20 74 68 65  20 73 74 79 6c 65 20 61  |oup; the style a|
000019e0  6e 64 20 73 69 7a 65 20  6f 66 20 70 6f 69 6e 74  |nd size of point|
000019f0  73 20 28 75 73 65 64 20  69 6e 20 6c 69 6e 65 0a  |s (used in line.|
00001a00  67 72 61 70 68 73 29 2c  20 74 68 65 20 63 6f 6c  |graphs), the col|
00001a10  6f 75 72 20 6f 66 20 74  68 65 20 67 72 6f 75 70  |our of the group|
00001a20  20 28 69 2e 65 2e 20 74  68 65 20 63 6f 6c 6f 75  | (i.e. the colou|
00001a30  72 20 74 68 65 20 70 6f  69 6e 74 73 2f 6c 69 6e  |r the points/lin|
00001a40  65 2f 62 61 72 0a 69 73  20 64 72 61 77 6e 20 69  |e/bar.is drawn i|
00001a50  6e 29 2c 20 74 68 65 20  74 68 69 63 6b 6e 65 73  |n), the thicknes|
00001a60  73 20 61 6e 64 20 64 61  73 68 2d 73 74 79 6c 65  |s and dash-style|
00001a70  20 6f 66 20 61 20 6c 69  6e 65 20 70 72 6f 64 75  | of a line produ|
00001a80  63 65 64 20 69 6e 20 61  0a 6c 69 6e 65 20 67 72  |ced in a.line gr|
00001a90  61 70 68 2c 20 61 6e 64  20 6f 6e 20 61 20 6c 69  |aph, and on a li|
00001aa0  6e 65 20 67 72 61 70 68  20 77 68 65 74 68 65 72  |ne graph whether|
00001ab0  20 74 68 65 20 70 6f 69  6e 74 73 20 61 72 65 20  | the points are |
00001ac0  6a 6f 69 6e 65 64 20 77  69 74 68 20 61 0a 6c 69  |joined with a.li|
00001ad0  6e 65 2c 20 77 68 65 74  68 65 72 20 74 68 65 20  |ne, whether the |
00001ae0  6c 69 6e 65 20 69 73 20  73 6f 6c 69 64 20 75 6e  |line is solid un|
00001af0  64 65 72 6e 65 61 74 68  20 28 69 2e 65 2e 20 74  |derneath (i.e. t|
00001b00  68 65 20 61 72 65 61 20  75 6e 64 65 72 20 74 68  |he area under th|
00001b10  65 0a 6c 69 6e 65 20 73  68 61 64 65 64 20 69 6e  |e.line shaded in|
00001b20  20 74 68 65 20 67 72 6f  75 70 27 73 20 63 6f 6c  | the group's col|
00001b30  6f 75 72 20 2d 20 4e 2e  42 2e 20 54 68 69 73 20  |our - N.B. This |
00001b40  63 61 6e 20 6f 62 73 63  75 72 65 20 70 61 72 74  |can obscure part|
00001b50  73 20 6f 66 20 74 68 65  0a 67 72 61 70 68 20 75  |s of the.graph u|
00001b60  6e 64 65 72 6e 65 61 74  68 29 2c 20 61 6e 64 20  |nderneath), and |
00001b70  77 68 65 74 68 65 72 20  61 20 6c 69 6e 65 20 6f  |whether a line o|
00001b80  66 20 62 65 73 74 20 66  69 74 20 69 73 20 70 6c  |f best fit is pl|
00001b90  6f 74 74 65 64 20 66 6f  72 20 74 68 65 0a 67 72  |otted for the.gr|
00001ba0  6f 75 70 2e 0a 0a 54 6f  20 70 72 6f 64 75 63 65  |oup...To produce|
00001bb0  20 61 20 73 63 61 74 74  65 72 20 67 72 61 70 68  | a scatter graph|
00001bc0  2c 20 73 69 6d 70 6c 79  20 64 65 73 65 6c 65 63  |, simply deselec|
00001bd0  74 20 74 68 65 20 4a 6f  69 6e 20 69 63 6f 6e 2e  |t the Join icon.|
00001be0  0a 0a 54 68 65 20 70 72  6f 64 75 63 65 20 61 20  |..The produce a |
00001bf0  6c 69 6e 65 20 77 69 74  68 6f 75 74 20 70 6f 69  |line without poi|
00001c00  6e 74 73 2c 20 73 65 6c  65 63 74 20 74 68 65 20  |nts, select the |
00001c10  62 6c 61 6e 6b 20 70 6f  69 6e 74 20 73 74 79 6c  |blank point styl|
00001c20  65 2e 0a 0a 32 2e 39 20  54 48 45 20 46 49 4c 45  |e...2.9 THE FILE|
00001c30  20 53 55 42 4d 45 4e 55  0a 0a 54 68 69 73 20 6d  | SUBMENU..This m|
00001c40  65 6e 75 2c 20 72 65 61  63 68 65 64 20 66 72 6f  |enu, reached fro|
00001c50  6d 20 74 68 65 20 6d 61  69 6e 20 6d 65 6e 75 20  |m the main menu |
00001c60  69 73 20 73 68 6f 77 6e  20 69 6e 20 66 69 67 75  |is shown in figu|
00001c70  72 65 20 32 2e 39 2e 0a  0a 54 68 65 20 53 61 76  |re 2.9...The Sav|
00001c80  65 20 6f 70 72 69 6f 6e  20 6c 65 61 64 73 20 74  |e oprion leads t|
00001c90  6f 20 61 20 73 61 76 65  20 77 69 6e 64 6f 77 20  |o a save window |
00001ca0  66 72 6f 6d 20 77 68 69  63 68 20 79 6f 75 20 63  |from which you c|
00001cb0  61 6e 20 73 61 76 65 20  74 68 65 0a 63 75 72 72  |an save the.curr|
00001cc0  65 6e 74 20 47 72 61 70  68 50 6c 75 73 20 74 65  |ent GraphPlus te|
00001cd0  6d 70 6c 61 74 65 3b 20  61 20 72 65 63 6f 72 64  |mplate; a record|
00001ce0  20 6f 66 20 74 68 65 20  73 74 79 6c 65 20 61 6e  | of the style an|
00001cf0  64 20 6d 61 70 70 69 6e  67 20 73 65 74 74 69 6e  |d mapping settin|
00001d00  67 73 0a 79 6f 75 20 68  61 76 65 20 65 6e 74 65  |gs.you have ente|
00001d10  72 65 64 2c 20 73 6f 20  74 68 61 74 20 61 20 67  |red, so that a g|
00001d20  72 61 70 68 20 63 61 6e  20 62 65 20 72 65 70 6c  |raph can be repl|
00001d30  69 63 61 74 65 64 20 61  74 20 61 20 6c 61 74 65  |icated at a late|
00001d40  72 20 64 61 74 65 2e 0a  54 6f 20 6c 6f 61 64 20  |r date..To load |
00001d50  61 20 74 65 6d 70 6c 61  74 65 20 66 69 6c 65 20  |a template file |
00001d60  69 6e 74 6f 20 47 72 61  70 68 50 6c 75 73 2c 20  |into GraphPlus, |
00001d70  65 69 74 68 65 72 20 64  6f 75 62 6c 65 20 63 6c  |either double cl|
00001d80  69 63 6b 20 6f 6e 20 69  74 20 6f 72 0a 64 72 61  |ick on it or.dra|
00001d90  67 20 69 74 20 69 6e 74  6f 20 61 20 47 72 61 70  |g it into a Grap|
00001da0  68 50 6c 75 73 20 77 69  6e 64 6f 77 2e 0a 0a 54  |hPlus window...T|
00001db0  68 65 20 44 61 74 61 70  61 74 68 20 65 6e 74 72  |he Datapath entr|
00001dc0  79 20 6c 65 61 64 73 20  74 6f 20 61 20 77 69 6e  |y leads to a win|
00001dd0  64 6f 77 20 64 69 73 70  6c 61 79 69 6e 67 20 74  |dow displaying t|
00001de0  68 65 20 70 61 74 68 20  6e 61 6d 65 20 6f 66 20  |he path name of |
00001df0  74 68 65 0a 43 53 56 20  66 69 6c 65 20 47 72 61  |the.CSV file Gra|
00001e00  70 68 50 6c 75 73 20 77  69 6c 6c 20 75 73 65 20  |phPlus will use |
00001e10  61 73 20 74 68 65 20 64  61 74 61 20 66 69 6c 65  |as the data file|
00001e20  2e 20 49 66 20 69 74 20  69 73 20 62 6c 61 6e 6b  |. If it is blank|
00001e30  2c 20 6e 6f 20 43 53 56  0a 66 69 6c 65 20 68 61  |, no CSV.file ha|
00001e40  73 20 62 65 65 6e 20 64  72 61 67 67 65 64 20 69  |s been dragged i|
00001e50  6e 74 6f 20 47 72 61 70  68 50 6c 75 73 2e 0a 0a  |nto GraphPlus...|
00001e60  53 65 6c 65 63 74 69 6e  67 20 44 65 66 61 75 6c  |Selecting Defaul|
00001e70  74 20 63 61 75 73 65 73  20 74 68 65 20 67 72 61  |t causes the gra|
00001e80  70 68 20 74 65 6d 70 6c  61 74 65 20 74 6f 20 62  |ph template to b|
00001e90  65 20 72 65 73 65 74 20  74 6f 20 69 74 73 20 64  |e reset to its d|
00001ea0  65 66 61 75 6c 74 0a 76  65 72 73 69 6f 6e 2e 20  |efault.version. |
00001eb0  42 65 66 6f 72 65 20 74  68 69 73 20 6f 63 63 75  |Before this occu|
00001ec0  72 73 20 61 20 64 69 61  6c 6f 67 75 65 20 62 6f  |rs a dialogue bo|
00001ed0  78 20 70 72 6f 6d 70 74  73 20 66 6f 72 20 63 6f  |x prompts for co|
00001ee0  6e 66 6f 72 6d 61 74 69  6f 6e 20 6f 66 0a 74 68  |nformation of.th|
00001ef0  65 20 70 72 6f 63 65 64  75 72 65 2c 20 61 73 20  |e procedure, as |
00001f00  69 74 20 63 61 6e 6e 6f  74 20 62 65 20 72 65 76  |it cannot be rev|
00001f10  65 72 73 65 64 2e 0a 0a  20 20 20 20 2b 2d 2d 2d  |ersed...    +---|
00001f20  2d 2d 2d 2d 2d 2d 2d 2d  2d 2d 2b 0a 20 20 20 20  |----------+.    |
00001f30  7c 20 20 20 20 46 69 6c  65 20 20 20 20 20 7c 0a  ||    File     |.|
00001f40  20 20 20 20 2b 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |    +-----------|
00001f50  2d 2d 2b 0a 20 20 20 20  7c 20 20 53 61 76 65 20  |--+.    |  Save |
00001f60  20 20 20 20 3e 20 7c 0a  20 20 20 20 7c 20 20 44  |    > |.    |  D|
00001f70  61 74 61 70 61 74 68 20  3e 20 7c 0a 20 20 20 20  |atapath > |.    |
00001f80  7c 20 20 44 65 66 61 75  6c 74 20 20 20 20 7c 0a  ||  Default    |.|
00001f90  20 20 20 20 2b 2d 2d 2d  2d 2d 2d 2d 2d 2d 2d 2d  |    +-----------|
00001fa0  2d 2d 2b 20 20 20 20 20  66 69 67 75 72 65 20 32  |--+     figure 2|
00001fb0  2e 39 0a 0a 0a 33 2e 30  20 54 48 45 20 47 52 41  |.9...3.0 THE GRA|
00001fc0  50 48 20 46 4f 52 4d 41  54 20 57 49 4e 44 4f 57  |PH FORMAT WINDOW|
00001fd0  0a 0a 43 6c 69 63 6b 69  6e 67 20 77 69 74 68 20  |..Clicking with |
00001fe0  73 65 6c 65 63 74 20 6f  6e 20 74 68 65 20 47 72  |select on the Gr|
00001ff0  61 70 68 50 6c 75 73 20  69 63 6f 6e 20 62 61 72  |aphPlus icon bar|
00002000  20 69 63 6f 6e 20 62 72  69 6e 67 73 20 75 70 20  | icon brings up |
00002010  74 68 65 0a 47 72 61 70  68 20 46 6f 72 6d 61 74  |the.Graph Format|
00002020  20 77 69 6e 64 6f 77 2e  20 54 68 69 73 20 61 6c  | window. This al|
00002030  6c 6f 77 73 20 79 6f 75  20 74 6f 20 65 6e 74 65  |lows you to ente|
00002040  72 20 66 75 72 74 68 65  72 20 69 6e 66 6f 72 6d  |r further inform|
00002050  61 74 69 6f 6e 0a 61 62  6f 75 74 20 74 68 65 20  |ation.about the |
00002060  67 72 61 70 68 20 70 72  69 6f 72 20 74 6f 20 69  |graph prior to i|
00002070  74 73 20 63 72 65 61 74  69 6f 6e 2e 20 54 68 69  |ts creation. Thi|
00002080  73 20 69 73 20 65 6e 74  65 72 65 64 20 69 6e 20  |s is entered in |
00002090  61 20 63 65 6e 74 72 61  6c 0a 73 63 72 6f 6c 6c  |a central.scroll|
000020a0  61 62 6c 65 20 70 61 6e  65 2e 20 57 68 65 6e 20  |able pane. When |
000020b0  61 6e 79 20 63 68 61 6e  67 65 20 68 61 73 20 62  |any change has b|
000020c0  65 65 6e 20 6d 61 64 65  20 74 6f 20 74 68 69 73  |een made to this|
000020d0  20 70 61 6e 65 2c 20 63  6c 69 63 6b 20 6f 6e 0a  | pane, click on.|
000020e0  74 68 65 20 4f 4b 20 69  63 6f 6e 20 61 74 20 74  |the OK icon at t|
000020f0  68 65 20 62 6f 74 74 6f  6d 20 6f 66 20 74 68 65  |he bottom of the|
00002100  20 47 72 61 70 68 20 46  6f 72 6d 61 74 20 77 69  | Graph Format wi|
00002110  6e 64 6f 77 2e 20 49 66  20 79 6f 75 20 6d 61 6b  |ndow. If you mak|
00002120  65 20 61 0a 6d 69 73 74  61 6b 65 20 61 6e 64 20  |e a.mistake and |
00002130  77 61 6e 74 20 74 6f 20  72 65 73 74 6f 72 65 20  |want to restore |
00002140  74 68 65 20 70 61 6e 65  20 74 6f 20 74 68 65 20  |the pane to the |
00002150  73 65 74 74 69 6e 67 73  20 63 75 72 72 65 6e 74  |settings current|
00002160  6c 79 20 69 6e 0a 6d 65  6d 6f 72 79 2c 20 63 6c  |ly in.memory, cl|
00002170  69 63 6b 20 6f 6e 20 43  61 6e 63 65 6c 2e 20 41  |ick on Cancel. A|
00002180  6e 79 20 61 6c 74 65 72  61 74 69 6f 6e 73 20 69  |ny alterations i|
00002190  6e 20 74 68 69 73 20 77  69 6e 64 6f 77 20 61 72  |n this window ar|
000021a0  65 20 6e 6f 74 20 73 74  6f 72 65 64 0a 75 6e 74  |e not stored.unt|
000021b0  69 6c 20 4f 4b 20 69 73  20 63 6c 69 63 6b 65 64  |il OK is clicked|
000021c0  2e 0a 0a 41 74 20 74 68  65 20 74 6f 70 20 6f 66  |...At the top of|
000021d0  20 74 68 65 20 67 72 61  70 68 20 66 6f 72 6d 61  | the graph forma|
000021e0  74 20 77 69 6e 64 6f 77  20 69 73 20 61 6e 20 69  |t window is an i|
000021f0  63 6f 6e 20 64 65 74 61  69 6c 69 6e 67 20 74 68  |con detailing th|
00002200  65 0a 63 75 72 72 65 6e  74 6c 79 20 73 65 6c 65  |e.currently sele|
00002210  63 74 65 64 20 67 72 61  70 68 20 74 79 70 65 2c  |cted graph type,|
00002220  20 61 6e 64 20 74 68 65  20 63 72 65 61 74 65 20  | and the create |
00002230  62 75 74 74 6f 6e 2e 20  57 68 65 6e 20 61 6c 6c  |button. When all|
00002240  20 74 68 65 0a 72 65 71  75 69 72 65 64 20 73 65  | the.required se|
00002250  6c 65 63 74 69 6f 6e 73  20 68 61 76 65 20 62 65  |lections have be|
00002260  65 6e 20 6d 61 64 65 20  63 6c 69 63 6b 20 6f 6e  |en made click on|
00002270  20 74 68 69 73 20 28 73  65 65 20 73 65 63 74 69  | this (see secti|
00002280  6f 6e 20 33 2e 32 29 2e  0a 0a 43 6c 69 63 6b 69  |on 3.2)...Clicki|
00002290  6e 67 20 6d 65 6e 75 20  77 69 74 68 69 6e 20 74  |ng menu within t|
000022a0  68 65 20 47 72 61 70 68  20 46 6f 72 6d 61 74 20  |he Graph Format |
000022b0  77 69 6e 64 6f 77 20 62  72 69 6e 67 73 20 75 70  |window brings up|
000022c0  20 74 68 65 20 46 6f 72  6d 61 74 0a 6d 65 6e 75  | the Format.menu|
000022d0  2e 20 54 68 69 73 20 69  73 20 73 69 6d 69 6c 61  |. This is simila|
000022e0  72 20 74 6f 20 74 68 65  20 69 63 6f 6e 20 62 61  |r to the icon ba|
000022f0  72 20 6d 65 6e 75 2c 20  62 75 74 20 77 69 74 68  |r menu, but with|
00002300  6f 75 74 20 74 68 65 20  49 6e 66 6f 20 61 6e 64  |out the Info and|
00002310  0a 51 75 69 74 20 6f 70  74 69 6f 6e 73 2e 20 49  |.Quit options. I|
00002320  74 20 74 68 65 72 65 66  6f 72 65 20 63 6f 6e 74  |t therefore cont|
00002330  61 69 6e 73 20 61 6c 6c  20 74 68 65 20 67 72 61  |ains all the gra|
00002340  70 68 20 66 6f 72 6d 61  74 74 69 6e 67 20 6f 70  |ph formatting op|
00002350  74 69 6f 6e 73 0a 6e 6f  74 20 63 6f 6e 74 61 69  |tions.not contai|
00002360  6e 65 64 20 77 69 74 68  69 6e 20 74 68 65 20 47  |ned within the G|
00002370  72 61 70 68 20 46 6f 72  6d 61 74 20 77 69 6e 64  |raph Format wind|
00002380  6f 77 2e 0a 0a 33 2e 31  20 54 48 45 20 47 52 41  |ow...3.1 THE GRA|
00002390  50 48 20 46 4f 52 4d 41  54 20 4f 50 54 49 4f 4e  |PH FORMAT OPTION|
000023a0  53 0a 0a 54 68 65 73 65  20 61 72 65 20 74 68 65  |S..These are the|
000023b0  20 73 65 6c 65 63 74 69  6f 6e 73 20 6d 61 64 65  | selections made|
000023c0  20 69 6e 20 74 68 65 20  63 65 6e 74 72 61 6c 20  | in the central |
000023d0  73 63 72 6f 6c 6c 61 62  6c 65 20 70 61 6e 65 3a  |scrollable pane:|
000023e0  0a 20 20 8f 20 54 68 65  20 74 69 74 6c 65 2c 20  |.  . The title, |
000023f0  61 6e 64 20 77 68 65 74  68 65 72 20 69 74 20 69  |and whether it i|
00002400  73 20 64 69 73 70 6c 61  79 65 64 20 6f 72 20 6e  |s displayed or n|
00002410  6f 74 2e 0a 20 20 8f 20  54 68 65 20 58 20 61 6e  |ot..  . The X an|
00002420  64 20 59 20 61 78 69 73  20 6c 61 62 65 6c 73 2c  |d Y axis labels,|
00002430  20 61 6e 64 20 77 68 65  74 68 65 72 20 74 68 65  | and whether the|
00002440  79 20 61 72 65 20 64 69  73 70 6c 61 79 65 64 20  |y are displayed |
00002450  6f 72 20 6e 6f 74 2e 0a  20 20 8f 20 57 68 65 74  |or not..  . Whet|
00002460  68 65 72 20 73 6f 6c 69  64 20 6f 72 20 64 6f 74  |her solid or dot|
00002470  74 65 64 20 6f 72 20 6e  6f 20 67 72 69 64 20 6c  |ted or no grid l|
00002480  69 6e 65 73 20 61 72 65  20 64 72 61 77 6e 20 6f  |ines are drawn o|
00002490  6e 20 61 20 6c 69 6e 65  20 6f 72 0a 20 20 20 20  |n a line or.    |
000024a0  62 61 72 20 67 72 61 70  68 27 73 20 61 78 69 73  |bar graph's axis|
000024b0  2e 0a 20 20 8f 20 41 74  20 77 68 61 74 20 64 69  |..  . At what di|
000024c0  76 69 73 69 6f 6e 73 20  74 68 65 73 65 20 67 72  |visions these gr|
000024d0  69 64 20 6c 69 6e 65 73  20 61 72 65 20 6d 61 64  |id lines are mad|
000024e0  65 2c 20 61 6c 73 6f 20  74 68 65 20 72 65 70 65  |e, also the repe|
000024f0  74 69 74 69 6f 6e 0a 20  20 20 20 73 70 61 63 65  |tition.    space|
00002500  20 6f 66 20 64 61 74 61  20 6d 61 72 6b 69 6e 67  | of data marking|
00002510  73 20 6f 6e 20 74 68 65  20 61 78 69 73 2e 0a 20  |s on the axis.. |
00002520  20 20 20 20 54 68 69 73  20 69 73 20 61 75 74 6f  |    This is auto|
00002530  6d 61 74 69 63 61 6c 6c  79 20 63 68 6f 73 65 6e  |matically chosen|
00002540  20 62 79 20 47 72 61 70  68 50 6c 75 73 20 69 66  | by GraphPlus if|
00002550  20 6c 65 66 74 20 62 6c  61 6e 6b 2e 0a 20 20 8f  | left blank..  .|
00002560  20 41 74 20 77 68 61 74  20 69 6e 74 65 72 76 61  | At what interva|
00002570  6c 20 73 75 62 2d 72 75  6c 69 6e 67 73 20 61 72  |l sub-rulings ar|
00002580  65 20 6d 61 64 65 20 62  65 74 77 65 65 6e 20 6d  |e made between m|
00002590  61 69 6e 20 64 69 76 69  73 69 6f 6e 73 2e 0a 20  |ain divisions.. |
000025a0  20 8f 20 57 68 65 74 68  65 72 20 74 68 65 20 61  | . Whether the a|
000025b0  70 70 6c 69 63 61 74 69  6f 6e 20 63 61 6c 63 75  |pplication calcu|
000025c0  6c 61 74 65 73 20 74 68  65 20 75 70 70 65 72 20  |lates the upper |
000025d0  61 6e 64 20 6c 6f 77 65  72 20 6c 69 6d 69 74 73  |and lower limits|
000025e0  20 6f 66 0a 20 20 20 20  74 68 65 20 61 78 69 73  | of.    the axis|
000025f0  20 69 74 73 65 6c 66 2c  20 6f 72 20 75 73 65 73  | itself, or uses|
00002600  20 6f 6e 65 73 20 73 70  65 63 69 66 69 65 64 20  | ones specified |
00002610  62 79 0a 20 20 20 20 74  68 65 20 75 73 65 72 2e  |by.    the user.|
00002620  0a 20 20 8f 20 57 68 61  74 20 74 79 70 65 20 6f  |.  . What type o|
00002630  66 20 62 61 72 20 67 72  61 70 68 20 69 73 20 70  |f bar graph is p|
00002640  72 6f 64 75 63 65 64 3b  0a 20 20 20 20 20 20 41  |roduced;.      A|
00002650  64 6a 61 63 65 6e 74 20  41 6c 6c 20 62 61 72 73  |djacent All bars|
00002660  20 74 6f 75 63 68 20 65  61 63 68 20 6f 74 68 65  | touch each othe|
00002670  72 0a 20 20 20 20 20 20  49 6e 64 69 76 69 64 75  |r.      Individu|
00002680  61 6c 20 41 6c 6c 20 62  61 72 73 20 73 74 61 6e  |al All bars stan|
00002690  64 20 61 6c 6f 6e 65 0a  20 20 20 20 20 20 4f 66  |d alone.      Of|
000026a0  66 73 65 74 20 42 61 72  73 20 6f 76 65 72 6c 61  |fset Bars overla|
000026b0  70 20 73 6c 69 67 68 74  6c 79 2c 20 61 6e 64 20  |p slightly, and |
000026c0  61 72 65 20 67 72 6f 75  70 65 64 20 69 6e 74 6f  |are grouped into|
000026d0  20 72 6f 77 73 0a 20 20  20 20 20 20 47 72 6f 75  | rows.      Grou|
000026e0  70 65 64 20 42 61 72 73  20 74 6f 75 63 68 2c 20  |ped Bars touch, |
000026f0  62 75 74 20 65 61 63 68  20 72 6f 77 20 6f 66 20  |but each row of |
00002700  64 61 74 61 20 69 73 20  73 65 70 61 72 61 74 65  |data is separate|
00002710  64 0a 20 20 20 20 20 20  4f 76 65 72 6c 61 69 64  |d.      Overlaid|
00002720  20 45 61 63 68 20 72 6f  77 20 6f 66 20 64 61 74  | Each row of dat|
00002730  61 20 69 73 20 70 6c 6f  74 74 65 64 20 6f 6e 20  |a is plotted on |
00002740  74 68 65 20 73 61 6d 65  20 62 61 72 0a 20 20 8f  |the same bar.  .|
00002750  20 57 68 65 74 68 65 72  20 74 68 65 72 65 20 69  | Whether there i|
00002760  73 20 61 20 6d 61 72 67  69 6e 20 74 6f 20 74 68  |s a margin to th|
00002770  65 20 6c 65 66 74 20 61  6e 64 20 72 69 67 68 74  |e left and right|
00002780  20 6f 66 20 74 68 65 20  62 61 72 73 0a 20 20 8f  | of the bars.  .|
00002790  20 57 68 65 74 68 65 72  20 74 68 65 20 62 61 72  | Whether the bar|
000027a0  73 20 61 72 65 20 70 6c  6f 74 74 65 64 20 68 6f  |s are plotted ho|
000027b0  72 69 7a 6f 6e 74 61 6c  6c 79 20 6f 72 20 76 65  |rizontally or ve|
000027c0  72 74 69 63 61 6c 6c 79  0a 20 20 8f 20 57 68 65  |rtically.  . Whe|
000027d0  74 68 65 72 20 61 6e 79  20 65 6c 65 6d 65 6e 74  |ther any element|
000027e0  73 20 69 6e 20 70 69 65  20 63 68 61 72 74 73 20  |s in pie charts |
000027f0  61 72 65 20 65 78 70 6c  6f 64 65 64 0a 20 20 8f  |are exploded.  .|
00002800  20 41 74 20 77 68 69 63  68 20 73 65 67 6d 65 6e  | At which segmen|
00002810  74 20 6f 66 20 70 69 65  20 65 78 70 6c 6f 73 69  |t of pie explosi|
00002820  6f 6e 20 62 65 67 69 6e  73 20 61 6e 64 20 66 69  |on begins and fi|
00002830  6e 69 73 68 65 73 0a 0a  33 2e 32 20 43 52 45 41  |nishes..3.2 CREA|
00002840  54 49 4e 47 20 41 20 47  52 41 50 48 0a 0a 43 6c  |TING A GRAPH..Cl|
00002850  69 63 6b 69 6e 67 20 6f  6e 20 43 72 65 61 74 65  |icking on Create|
00002860  20 63 61 75 73 65 73 20  61 20 6e 65 77 20 73 61  | causes a new sa|
00002870  76 65 20 64 69 61 6c 6f  67 75 65 20 62 6f 78 20  |ve dialogue box |
00002880  74 6f 20 61 70 70 65 61  72 2c 20 61 73 73 75 6d  |to appear, assum|
00002890  69 6e 67 0a 47 72 61 70  68 50 6c 75 73 20 68 61  |ing.GraphPlus ha|
000028a0  73 20 62 65 65 6e 20 73  68 6f 77 6e 20 61 20 73  |s been shown a s|
000028b0  6f 75 72 63 65 20 43 53  56 20 66 69 6c 65 2e 20  |ource CSV file. |
000028c0  49 6e 20 74 68 69 73 20  62 6f 78 20 69 73 20 61  |In this box is a|
000028d0  20 64 72 61 77 66 69 6c  65 2c 0a 77 68 69 63 68  | drawfile,.which|
000028e0  20 6d 75 73 74 20 62 65  20 64 72 61 67 67 65 64  | must be dragged|
000028f0  20 74 6f 20 61 20 66 69  6c 65 72 20 77 69 6e 64  | to a filer wind|
00002900  6f 77 2e 20 4f 6e 63 65  20 74 68 69 73 20 68 61  |ow. Once this ha|
00002910  73 20 62 65 65 6e 20 64  6f 6e 65 2c 0a 67 72 61  |s been done,.gra|
00002920  70 68 20 63 72 65 61 74  69 6f 6e 20 74 61 6b 65  |ph creation take|
00002930  73 20 70 6c 61 63 65 2e  20 47 72 61 70 68 50 6c  |s place. GraphPl|
00002940  75 73 20 6d 75 6c 74 69  74 61 73 6b 73 20 77 68  |us multitasks wh|
00002950  69 6c 73 74 20 63 72 65  61 74 69 6e 67 20 61 0a  |ilst creating a.|
00002960  67 72 61 70 68 20 74 6f  20 74 68 65 20 66 69 6c  |graph to the fil|
00002970  65 2c 20 62 75 74 20 77  68 69 6c 73 74 20 74 68  |e, but whilst th|
00002980  69 73 20 68 61 70 70 65  6e 73 20 74 68 65 20 69  |is happens the i|
00002990  63 6f 6e 20 69 63 6f 6e  20 62 61 72 20 69 63 6f  |con icon bar ico|
000029a0  6e 0a 62 65 63 6f 6d 65  73 20 73 68 61 64 65 64  |n.becomes shaded|
000029b0  20 73 6f 20 47 72 61 70  68 50 6c 75 73 20 63 61  | so GraphPlus ca|
000029c0  6e 6e 6f 74 20 62 65 20  75 73 65 64 2e 0a 0a 57  |nnot be used...W|
000029d0  68 69 6c 73 74 20 61 20  67 72 61 70 68 20 69 73  |hilst a graph is|
000029e0  20 62 65 69 6e 67 20 63  72 65 61 74 65 64 20 61  | being created a|
000029f0  20 53 74 61 74 75 73 20  77 69 6e 64 6f 77 20 61  | Status window a|
00002a00  70 70 65 61 72 73 20 74  6f 0a 64 69 73 70 6c 61  |ppears to.displa|
00002a10  79 20 74 68 65 20 70 72  6f 67 72 65 73 73 20 6f  |y the progress o|
00002a20  66 20 74 68 65 20 70 72  6f 63 65 73 73 69 6e 67  |f the processing|
00002a30  2e 20 54 68 69 73 20 77  69 6e 64 6f 77 20 63 6f  |. This window co|
00002a40  6e 74 61 69 6e 73 20 61  20 6d 65 6e 75 0a 77 69  |ntains a menu.wi|
00002a50  74 68 20 61 20 73 69 6e  67 6c 65 20 65 6e 74 72  |th a single entr|
00002a60  79 3b 0a 0a 20 20 20 20  2b 2d 2d 2d 2d 2d 2d 2d  |y;..    +-------|
00002a70  2d 2d 2d 2d 2b 0a 20 20  20 20 7c 20 47 72 61 70  |----+.    | Grap|
00002a80  68 50 6c 75 73 20 7c 0a  20 20 20 20 2b 2d 2d 2d  |hPlus |.    +---|
00002a90  2d 2d 2d 2d 2d 2d 2d 2d  2b 0a 20 20 20 20 7c 20  |--------+.    | |
00002aa0  20 46 61 73 74 65 72 20  20 20 7c 0a 20 20 20 20  | Faster   |.    |
00002ab0  2b 2d 2d 2d 2d 2d 2d 2d  2d 2d 2d 2d 2b 0a 0a 69  |+-----------+..i|
00002ac0  66 20 79 6f 75 20 73 65  6c 65 63 74 20 74 68 69  |f you select thi|
00002ad0  73 20 74 68 65 20 63 72  65 61 74 69 6f 6e 20 70  |s the creation p|
00002ae0  72 6f 63 65 73 73 20 69  73 20 61 63 63 65 6c 65  |rocess is accele|
00002af0  72 61 74 65 64 20 62 79  20 6d 61 6b 69 6e 67 20  |rated by making |
00002b00  74 68 65 0a 61 70 70 6c  69 63 61 74 69 6f 6e 20  |the.application |
00002b10  73 69 6e 67 6c 65 20 74  61 73 6b 2e 0a 0a 0a 34  |single task....4|
00002b20  2e 30 20 47 52 41 50 48  20 53 50 45 43 49 46 49  |.0 GRAPH SPECIFI|
00002b30  43 20 46 45 41 54 55 52  45 53 0a 0a 46 6f 6c 6c  |C FEATURES..Foll|
00002b40  6f 77 69 6e 67 20 61 72  65 20 73 65 76 65 72 61  |owing are severa|
00002b50  6c 20 70 6f 69 6e 74 73  20 74 6f 20 6e 6f 74 65  |l points to note|
00002b60  20 61 62 6f 75 74 20 74  68 65 20 63 72 65 61 74  | about the creat|
00002b70  69 6f 70 6e 20 6f 66 20  65 61 63 68 20 67 72 61  |iopn of each gra|
00002b80  70 68 0a 74 79 70 65 2e  0a 0a 34 2e 31 20 4c 49  |ph.type...4.1 LI|
00002b90  4e 45 20 47 52 41 50 48  53 0a 0a 54 68 65 20 63  |NE GRAPHS..The c|
00002ba0  6f 6c 75 6d 6e 20 73 70  65 63 69 66 69 65 64 20  |olumn specified |
00002bb0  69 6e 20 61 20 67 72 6f  75 70 27 73 20 6d 61 70  |in a group's map|
00002bc0  20 77 69 6e 64 6f 77 20  72 65 66 65 72 73 20 74  | window refers t|
00002bd0  6f 20 74 68 65 20 67 72  6f 75 70 27 73 20 78 0a  |o the group's x.|
00002be0  63 6f 6f 72 64 69 6e 61  74 65 73 2e 20 54 68 65  |coordinates. The|
00002bf0  20 79 20 63 6f 6f 72 64  69 6e 61 74 65 73 20 61  | y coordinates a|
00002c00  72 65 20 61 73 73 75 6d  65 64 20 74 6f 20 62 65  |re assumed to be|
00002c10  20 69 6e 20 74 68 65 20  6e 65 78 74 20 63 6f 6c  | in the next col|
00002c20  75 6d 6e 2e 0a 49 66 20  79 6f 75 20 73 65 6c 65  |umn..If you sele|
00002c30  63 74 20 27 63 6f 6c 6f  75 72 20 75 6e 64 65 72  |ct 'colour under|
00002c40  27 20 66 6f 72 20 61 20  64 61 74 61 20 67 72 6f  |' for a data gro|
00002c50  75 70 20 69 74 20 6d 61  79 20 6f 62 73 63 75 72  |up it may obscur|
00002c60  65 20 6f 74 68 65 72 0a  70 61 72 74 73 20 6f 66  |e other.parts of|
00002c70  20 74 68 65 20 67 72 61  70 68 2e 20 54 68 65 20  | the graph. The |
00002c80  67 72 61 70 68 20 69 73  20 63 72 65 61 74 65 64  |graph is created|
00002c90  20 73 6f 20 74 68 61 74  20 67 72 6f 75 70 20 6f  | so that group o|
00002ca0  6e 65 20 69 73 0a 75 70  70 65 72 6d 6f 73 74 20  |ne is.uppermost |
00002cb0  61 6e 64 20 67 72 6f 75  70 20 73 69 78 20 75 6e  |and group six un|
00002cc0  64 65 72 6e 65 61 74 68  20 61 6c 6c 20 74 68 65  |derneath all the|
00002cd0  20 6f 74 68 65 72 73 2e  20 54 68 75 73 20 74 6f  | others. Thus to|
00002ce0  20 61 76 6f 69 64 20 74  68 69 73 0a 6f 62 73 63  | avoid this.obsc|
00002cf0  75 72 69 6e 67 20 70 61  72 74 73 20 6f 66 20 74  |uring parts of t|
00002d00  68 65 20 67 72 61 70 68  2c 20 65 6e 73 75 72 65  |he graph, ensure|
00002d10  20 74 68 65 20 6c 69 6e  65 20 74 6f 20 62 65 20  | the line to be |
00002d20  63 6f 6c 6f 75 72 65 64  20 75 6e 64 65 72 20 69  |coloured under i|
00002d30  73 0a 69 6e 20 67 72 6f  75 70 20 73 69 78 2c 20  |s.in group six, |
00002d40  6f 72 20 61 73 20 68 69  67 68 20 61 20 67 72 6f  |or as high a gro|
00002d50  75 70 20 61 73 20 6e 65  63 65 73 73 61 72 79 2e  |up as necessary.|
00002d60  0a 0a 34 2e 32 20 42 41  52 20 43 48 41 52 54 53  |..4.2 BAR CHARTS|
00002d70  0a 0a 54 68 65 20 63 6f  6c 75 6d 6e 20 73 70 65  |..The column spe|
00002d80  63 69 66 69 65 64 20 69  6e 20 74 68 65 20 6d 61  |cified in the ma|
00002d90  70 20 77 69 6e 64 6f 77  20 72 65 66 65 72 73 20  |p window refers |
00002da0  74 6f 20 74 68 65 20 63  6f 6c 75 6d 6e 20 74 68  |to the column th|
00002db0  65 20 62 61 72 0a 63 68  61 72 74 20 64 61 74 61  |e bar.chart data|
00002dc0  20 69 73 20 69 6e 2e 20  57 68 65 6e 20 70 72 6f  | is in. When pro|
00002dd0  64 75 63 69 6e 67 20 61  20 68 6f 72 69 7a 6f 6e  |ducing a horizon|
00002de0  74 61 6c 20 62 61 72 20  63 68 61 72 74 20 77 69  |tal bar chart wi|
00002df0  74 68 20 6d 6f 72 65 20  74 68 61 6e 0a 6f 6e 65  |th more than.one|
00002e00  20 64 61 74 61 20 67 72  6f 75 70 2c 20 67 72 6f  | data group, gro|
00002e10  75 70 20 6f 6e 65 20 61  70 70 65 61 72 73 20 6f  |up one appears o|
00002e20  6e 20 74 68 65 20 6c 65  66 74 20 68 61 6e 64 20  |n the left hand |
00002e30  73 69 64 65 20 6f 66 20  61 6e 79 20 6f 66 20 74  |side of any of t|
00002e40  68 65 0a 6f 74 68 65 72  20 67 72 6f 75 70 73 2e  |he.other groups.|
00002e50  20 57 68 65 6e 20 74 68  65 20 63 68 61 72 74 20  | When the chart |
00002e60  69 73 20 76 65 72 74 69  63 61 6c 20 69 74 20 61  |is vertical it a|
00002e70  70 70 65 61 72 73 20 61  74 20 74 68 65 20 62 6f  |ppears at the bo|
00002e80  74 74 6f 6d 2e 0a 57 68  65 6e 20 70 72 6f 64 75  |ttom..When produ|
00002e90  63 69 6e 67 20 6f 76 65  72 6c 61 69 64 20 62 61  |cing overlaid ba|
00002ea0  72 20 63 68 61 72 74 73  2c 20 69 66 20 74 68 65  |r charts, if the|
00002eb0  72 65 20 61 72 65 20 74  77 6f 20 67 72 6f 75 70  |re are two group|
00002ec0  73 20 77 68 69 63 68 20  68 61 76 65 0a 74 68 65  |s which have.the|
00002ed0  20 73 61 6d 65 20 76 61  6c 75 65 20 6f 6e 20 61  | same value on a|
00002ee0  20 62 61 72 2c 20 74 68  65 20 62 61 72 20 77 69  | bar, the bar wi|
00002ef0  6c 6c 20 62 65 20 65 78  74 65 6e 64 65 64 20 74  |ll be extended t|
00002f00  6f 20 74 68 65 20 72 69  67 68 74 20 74 6f 0a 70  |o the right to.p|
00002f10  72 65 76 65 6e 74 20 6f  6e 65 20 6f 62 73 63 75  |revent one obscu|
00002f20  72 69 6e 67 20 74 68 65  20 6f 74 68 65 72 2e 0a  |ring the other..|
00002f30  0a 34 2e 33 20 50 49 45  20 43 48 41 52 54 53 0a  |.4.3 PIE CHARTS.|
00002f40  0a 4f 6e 65 20 64 61 74  61 20 67 72 6f 75 70 20  |.One data group |
00002f50  72 65 70 72 65 73 65 6e  74 73 20 6f 6e 65 20 70  |represents one p|
00002f60  69 65 20 63 68 61 72 74  2e 20 68 65 6e 63 65 20  |ie chart. hence |
00002f70  75 70 20 74 6f 20 73 69  78 20 70 69 65 20 63 68  |up to six pie ch|
00002f80  61 72 74 73 0a 63 61 6e  20 62 65 20 64 69 73 70  |arts.can be disp|
00002f90  6c 61 79 65 64 20 61 74  20 6f 6e 63 65 2e 20 57  |layed at once. W|
00002fa0  68 65 6e 20 6f 6e 6c 79  20 6f 6e 65 20 70 69 65  |hen only one pie|
00002fb0  20 63 68 61 72 74 20 69  73 20 74 6f 20 62 65 20  | chart is to be |
00002fc0  64 72 61 77 6e 2c 20 74  68 65 0a 6c 61 62 65 6c  |drawn, the.label|
00002fd0  73 20 28 69 2e 65 2e 20  74 65 78 74 20 64 65 73  |s (i.e. text des|
00002fe0  63 72 69 62 69 6e 67 20  77 68 61 74 20 65 61 63  |cribing what eac|
00002ff0  68 20 73 6c 69 63 65 20  6f 66 20 70 69 65 20 72  |h slice of pie r|
00003000  65 70 72 65 73 65 6e 74  73 29 20 61 70 70 65 61  |epresents) appea|
00003010  72 0a 61 72 6f 75 6e 64  20 74 68 65 20 63 68 61  |r.around the cha|
00003020  72 74 2c 20 62 75 74 20  69 66 20 6d 6f 72 65 20  |rt, but if more |
00003030  74 68 61 6e 20 6f 6e 65  20 70 69 65 20 63 68 61  |than one pie cha|
00003040  72 74 20 69 73 20 64 72  61 77 6e 2c 20 74 68 65  |rt is drawn, the|
00003050  79 20 61 70 70 65 61 72  0a 61 73 20 61 20 6b 65  |y appear.as a ke|
00003060  79 20 6f 6e 20 74 68 65  20 72 69 67 68 74 20 68  |y on the right h|
00003070  61 6e 64 20 73 69 64 65  2e 20 54 68 65 20 27 6b  |and side. The 'k|
00003080  65 79 20 74 65 78 74 27  20 69 6e 20 74 68 65 20  |ey text' in the |
00003090  67 72 6f 75 70 20 6d 61  70 0a 77 69 6e 64 6f 77  |group map.window|
000030a0  20 69 73 20 77 72 69 74  74 65 6e 20 62 65 6c 6f  | is written belo|
000030b0  77 20 65 61 63 68 20 63  68 61 72 74 2e 0a 0a 34  |w each chart...4|
000030c0  2e 34 20 54 41 42 4c 45  53 0a 0a 45 61 63 68 20  |.4 TABLES..Each |
000030d0  64 61 74 61 20 73 65 74  20 72 65 70 72 65 73 65  |data set represe|
000030e0  6e 74 73 20 61 20 63 6f  6c 75 6d 6e 20 6f 66 20  |nts a column of |
000030f0  74 68 65 20 74 61 62 6c  65 2e 20 48 65 6e 63 65  |the table. Hence|
00003100  20 74 68 65 20 74 61 62  6c 65 20 63 61 6e 0a 63  | the table can.c|
00003110  6f 6e 74 61 69 6e 20 75  70 20 74 6f 20 75 70 20  |ontain up to up |
00003120  74 6f 20 73 69 78 20 63  6f 6c 75 6d 6e 73 2e 20  |to six columns. |
00003130  54 68 65 20 27 6b 65 79  20 74 65 78 74 27 20 69  |The 'key text' i|
00003140  6e 20 74 68 65 20 67 72  6f 75 70 20 6d 61 70 0a  |n the group map.|
00003150  77 69 6e 64 6f 77 20 69  73 20 75 73 65 64 20 61  |window is used a|
00003160  73 20 61 20 68 65 61 64  65 72 20 66 6f 72 20 65  |s a header for e|
00003170  61 63 68 20 63 6f 6c 75  6d 6e 2e 20 54 68 65 72  |ach column. Ther|
00003180  65 20 69 73 20 6e 6f 20  33 44 20 74 61 62 6c 65  |e is no 3D table|
00003190  0a 6f 70 74 69 6f 6e 2e  20 0a 0a 0a 35 2e 30 20  |.option. ...5.0 |
000031a0  41 44 56 41 4e 43 45 44  20 47 52 41 50 48 50 4c  |ADVANCED GRAPHPL|
000031b0  55 53 20 46 45 41 54 55  52 45 53 0a 0a 8f 20 59  |US FEATURES... Y|
000031c0  6f 75 20 61 72 65 20 6e  6f 74 20 72 65 73 74 72  |ou are not restr|
000031d0  69 63 74 65 64 20 74 6f  20 74 68 65 20 73 69 78  |icted to the six|
000031e0  20 67 72 6f 75 70 20 6c  69 6d 69 74 20 69 6d 70  | group limit imp|
000031f0  6f 73 65 64 20 62 79 20  47 72 61 70 68 50 6c 75  |osed by GraphPlu|
00003200  73 2c 0a 20 20 62 65 63  61 75 73 65 20 69 74 20  |s,.  because it |
00003210  69 73 20 70 6f 73 73 69  62 6c 65 20 74 6f 20 6f  |is possible to o|
00003220  76 65 72 6c 61 79 20 6f  6e 65 20 67 72 61 70 68  |verlay one graph|
00003230  20 66 69 6c 65 20 6f 6e  74 6f 20 61 6e 6f 74 68  | file onto anoth|
00003240  65 72 2e 20 54 68 69 73  20 69 73 0a 20 20 64 6f  |er. This is.  do|
00003250  6e 65 20 62 79 20 74 65  6c 6c 69 6e 67 20 47 72  |ne by telling Gr|
00003260  61 70 68 50 6c 75 73 20  74 6f 20 63 72 65 61 74  |aphPlus to creat|
00003270  65 20 61 20 67 72 61 70  68 20 69 6e 74 6f 20 61  |e a graph into a|
00003280  20 66 69 6c 65 20 74 68  61 74 20 61 6c 72 65 61  | file that alrea|
00003290  64 79 0a 20 20 65 78 69  73 74 73 2e 20 41 20 71  |dy.  exists. A q|
000032a0  75 65 72 79 20 77 69 6e  64 6f 77 20 77 69 6c 6c  |uery window will|
000032b0  20 61 70 70 65 61 72 20  77 69 74 68 20 6f 70 74  | appear with opt|
000032c0  69 6f 6e 73 20 74 6f 20  6f 76 65 72 6c 61 79 20  |ions to overlay |
000032d0  74 68 65 20 67 72 61 70  68 0a 20 20 6f 72 20 6f  |the graph.  or o|
000032e0  76 65 72 77 72 69 74 65  20 74 68 65 20 66 69 6c  |verwrite the fil|
000032f0  65 2e 0a 0a 8f 20 49 66  20 61 20 66 61 74 61 6c  |e.... If a fatal|
00003300  20 65 72 72 6f 72 20 73  68 6f 75 6c 64 20 6f 63  | error should oc|
00003310  63 75 72 20 77 68 69 6c  73 74 20 61 20 67 72 61  |cur whilst a gra|
00003320  70 68 20 69 73 20 62 65  69 6e 67 20 63 72 65 61  |ph is being crea|
00003330  74 65 64 20 74 68 65 6e  0a 20 20 47 72 61 70 68  |ted then.  Graph|
00003340  50 6c 75 73 20 77 69 6c  6c 20 64 75 6d 70 20 61  |Plus will dump a|
00003350  20 63 6f 70 79 20 6f 66  20 74 68 65 20 63 75 72  | copy of the cur|
00003360  72 65 6e 74 20 74 65 6d  70 6c 61 74 65 20 73 74  |rent template st|
00003370  6f 72 65 64 20 69 6e 20  69 74 20 69 6e 74 6f 0a  |ored in it into.|
00003380  20 20 74 68 65 20 66 69  6c 65 20 54 65 6d 70 44  |  the file TempD|
00003390  75 6d 70 20 69 6e 20 69  74 73 20 64 69 72 65 63  |ump in its direc|
000033a0  74 6f 72 79 2c 20 73 6f  20 74 68 61 74 20 74 68  |tory, so that th|
000033b0  65 20 67 72 61 70 68 20  73 65 74 75 70 20 63 61  |e graph setup ca|
000033c0  6e 20 62 65 20 65 61 73  69 6c 79 0a 20 20 72 65  |n be easily.  re|
000033d0  2d 65 6e 74 65 72 65 64  20 61 66 74 65 72 77 61  |-entered afterwa|
000033e0  72 64 73 2e 0a 0a 0a 36  2e 30 20 43 53 56 20 46  |rds....6.0 CSV F|
000033f0  49 4c 45 53 0a 0a 47 72  61 70 68 50 6c 75 73 20  |ILES..GraphPlus |
00003400  75 73 65 73 20 43 53 56  20 66 69 6c 65 73 20 61  |uses CSV files a|
00003410  73 20 69 74 73 20 64 61  74 61 20 69 6e 70 75 74  |s its data input|
00003420  2e 20 54 68 65 79 20 61  72 65 20 61 20 73 74 61  |. They are a sta|
00003430  6e 64 61 72 64 20 66 6f  72 0a 64 61 74 61 20 65  |ndard for.data e|
00003440  78 63 68 61 6e 67 65 2c  20 61 6e 64 20 6d 6f 73  |xchange, and mos|
00003450  74 20 73 70 72 65 61 64  73 68 65 65 74 73 20 61  |t spreadsheets a|
00003460  6e 64 20 64 61 74 61 62  61 73 65 73 20 70 72 6f  |nd databases pro|
00003470  76 69 64 65 20 66 61 63  69 6c 69 74 69 65 73 0a  |vide facilities.|
00003480  66 6f 72 20 73 61 76 69  6e 67 20 64 61 74 61 20  |for saving data |
00003490  61 73 20 61 20 43 53 56  20 66 69 6c 65 2e 20 50  |as a CSV file. P|
000034a0  6c 65 61 73 65 20 72 65  66 65 72 20 74 6f 20 79  |lease refer to y|
000034b0  6f 75 72 20 73 70 72 65  61 64 73 68 65 65 74 20  |our spreadsheet |
000034c0  6f 72 0a 64 61 74 61 62  61 73 65 20 6d 61 6e 75  |or.database manu|
000034d0  61 6c 20 66 6f 72 20 69  6e 73 74 72 75 63 74 69  |al for instructi|
000034e0  6f 6e 73 20 6f 6e 20 68  6f 77 20 74 6f 20 67 65  |ons on how to ge|
000034f0  6e 65 72 61 74 65 20 43  53 56 20 64 61 74 61 2e  |nerate CSV data.|
00003500  0a 0a 36 2e 31 20 57 48  41 54 20 49 53 20 41 20  |..6.1 WHAT IS A |
00003510  43 53 56 20 46 49 4c 45  3f 0a 0a 49 6d 61 67 69  |CSV FILE?..Imagi|
00003520  6e 65 20 79 6f 75 72 20  64 61 74 61 20 70 72 65  |ne your data pre|
00003530  73 65 6e 74 65 64 20 69  6e 20 61 20 74 61 62 6c  |sented in a tabl|
00003540  65 2e 20 4e 6f 77 20 62  65 74 77 65 65 6e 20 65  |e. Now between e|
00003550  61 63 68 20 63 6f 6c 75  6d 6e 20 70 75 74 20 61  |ach column put a|
00003560  0a 63 6f 6d 6d 61 2c 20  61 6e 64 20 61 74 20 74  |.comma, and at t|
00003570  68 65 20 65 6e 64 20 6f  66 20 65 61 63 68 20 72  |he end of each r|
00003580  6f 77 20 70 6c 61 63 65  20 61 20 72 65 74 75 72  |ow place a retur|
00003590  6e 2e 20 54 68 69 73 20  69 73 20 61 20 43 53 56  |n. This is a CSV|
000035a0  20 66 69 6c 65 2e 0a 41  20 74 79 70 69 63 61 6c  | file..A typical|
000035b0  20 43 53 56 20 66 69 6c  65 20 6d 61 79 20 6c 6f  | CSV file may lo|
000035c0  6f 6b 20 6c 69 6b 65 20  66 69 67 75 72 65 20 36  |ok like figure 6|
000035d0  2e 31 20 28 6e 6f 74 65  20 74 68 61 74 20 73 70  |.1 (note that sp|
000035e0  61 63 65 73 20 61 72 65  0a 70 72 6f 76 69 64 65  |aces are.provide|
000035f0  64 20 66 6f 72 20 63 6c  61 72 69 74 79 20 61 6e  |d for clarity an|
00003600  64 20 61 72 65 20 75 73  75 61 6c 6c 79 20 6f 6d  |d are usually om|
00003610  69 74 74 65 64 29 2e 20  4e 6f 74 65 20 74 68 65  |itted). Note the|
00003620  20 66 69 6e 61 6c 20 72  65 74 75 72 6e 2c 0a 77  | final return,.w|
00003630  68 69 63 68 20 6d 75 73  74 20 6e 6f 74 20 62 65  |hich must not be|
00003640  20 6f 6d 69 74 74 65 64  2e 0a 0a 20 20 20 20 20  | omitted...     |
00003650  54 72 61 6e 73 66 65 72  73 2c 20 20 20 20 20 20  |Transfers,      |
00003660  20 20 20 20 20 20 20 20  20 34 33 2e 36 2c 20 34  |         43.6, 4|
00003670  31 2e 30 20 5b 52 45 54  55 52 4e 5d 0a 20 20 20  |1.0 [RETURN].   |
00003680  20 20 44 65 66 65 6e 63  65 2c 20 20 20 20 20 20  |  Defence,      |
00003690  20 20 20 20 20 20 20 20  20 20 20 31 35 2e 35 2c  |           15.5,|
000036a0  20 31 30 2e 37 20 5b 52  45 54 55 52 4e 5d 0a 20  | 10.7 [RETURN]. |
000036b0  20 20 20 20 4e 48 53 2c  20 20 20 20 20 20 20 20  |    NHS,        |
000036c0  20 20 20 20 20 20 20 20  20 20 20 20 20 37 2e 39  |             7.9|
000036d0  2c 20 20 31 33 2e 31 20  5b 52 45 54 55 52 4e 5d  |,  13.1 [RETURN]|
000036e0  0a 20 20 20 20 20 45 64  75 63 61 74 69 6f 6e 20  |.     Education |
000036f0  28 4c 41 73 29 2c 20 20  20 20 20 20 20 20 20 37  |(LAs),         7|
00003700  2e 39 2c 20 20 39 2e 36  20 20 5b 52 45 54 55 52  |.9,  9.6  [RETUR|
00003710  4e 5d 0a 20 20 20 20 20  4f 74 68 65 72 20 66 69  |N].     Other fi|
00003720  6e 61 6c 20 63 6f 6e 73  75 6d 70 74 69 6f 6e 2c  |nal consumption,|
00003730  20 31 33 2e 38 2c 20 32  30 2e 31 20 5b 52 45 54  | 13.8, 20.1 [RET|
00003740  55 52 4e 5d 0a 20 20 20  20 20 49 6e 76 65 73 74  |URN].     Invest|
00003750  6d 65 6e 74 2c 20 20 20  20 20 20 20 20 20 20 20  |ment,           |
00003760  20 20 20 31 31 2e 34 2c  20 35 2e 34 20 20 5b 52  |   11.4, 5.4  [R|
00003770  45 54 55 52 4e 5d 20 20  20 20 20 66 69 67 75 72  |ETURN]     figur|
00003780  65 20 36 2e 31 0a 0a 36  2e 32 20 48 4f 57 20 44  |e 6.1..6.2 HOW D|
00003790  4f 20 49 20 43 52 45 41  54 45 20 41 20 43 53 43  |O I CREATE A CSC|
000037a0  20 46 49 4c 45 3f 0a 0a  55 73 65 20 74 68 65 20  | FILE?..Use the |
000037b0  65 78 74 72 61 20 61 70  70 6c 69 63 61 74 69 6f  |extra applicatio|
000037c0  6e 20 73 75 70 70 6c 69  65 64 2c 20 43 73 76 45  |n supplied, CsvE|
000037d0  64 69 74 2e 20 49 74 20  61 6c 6c 6f 77 73 20 79  |dit. It allows y|
000037e0  6f 75 20 74 6f 20 65 6e  74 65 72 0a 64 61 74 61  |ou to enter.data|
000037f0  20 61 73 20 69 6e 20 61  20 73 70 65 61 64 73 68  | as in a speadsh|
00003800  65 65 74 20 77 69 74 68  6f 75 74 20 77 6f 72 72  |eet without worr|
00003810  79 69 6e 67 20 61 62 6f  75 74 20 74 68 65 20 69  |ying about the i|
00003820  6e 74 65 72 6e 61 6c 20  73 74 72 75 63 74 75 72  |nternal structur|
00003830  65 0a 6f 66 20 74 68 65  20 66 69 6c 65 2e 0a 0a  |e.of the file...|
00003840  0a 37 2e 30 20 45 58 41  4d 50 4c 45 53 0a 0a 41  |.7.0 EXAMPLES..A|
00003850  20 6e 75 6d 62 65 72 20  6f 66 20 65 78 61 6d 70  | number of examp|
00003860  6c 65 73 20 61 72 65 20  70 72 6f 76 69 64 65 64  |les are provided|
00003870  20 77 69 74 68 20 21 47  72 61 70 68 50 6c 75 73  | with !GraphPlus|
00003880  2c 20 74 6f 20 69 6c 6c  75 73 74 72 61 74 65 20  |, to illustrate |
00003890  69 74 73 0a 75 73 65 2e  20 54 68 65 79 20 61 72  |its.use. They ar|
000038a0  65 20 6c 6f 63 61 74 65  64 20 69 6e 20 74 68 65  |e located in the|
000038b0  20 45 78 61 6d 70 6c 65  73 20 64 69 72 65 63 74  | Examples direct|
000038c0  6f 72 79 2e 20 54 68 65  20 74 65 6d 70 6c 61 74  |ory. The templat|
000038d0  65 20 66 69 6c 65 0a 75  73 65 64 20 74 6f 20 63  |e file.used to c|
000038e0  72 65 61 74 65 20 74 68  65 6d 20 69 73 20 73 75  |reate them is su|
000038f0  70 70 6c 69 65 64 20 73  6f 20 74 68 61 74 20 79  |pplied so that y|
00003900  6f 75 20 63 61 6e 20 73  65 65 20 68 6f 77 20 74  |ou can see how t|
00003910  68 65 79 20 77 65 72 65  0a 63 72 65 61 74 65 64  |hey were.created|
00003920  2e 0a 0a 45 78 61 6d 70  6c 65 20 37 2e 31 20 69  |...Example 7.1 i|
00003930  73 20 61 20 33 44 20 6c  69 6e 65 20 67 72 61 70  |s a 3D line grap|
00003940  68 2c 20 77 69 74 68 20  6e 6f 20 70 6f 69 6e 74  |h, with no point|
00003950  73 20 70 6c 6f 74 74 65  64 2e 0a 0a 45 78 61 6d  |s plotted...Exam|
00003960  70 6c 65 20 37 2e 32 20  69 73 20 61 20 33 44 20  |ple 7.2 is a 3D |
00003970  62 61 72 20 63 68 61 72  74 2e 20 57 68 65 6e 20  |bar chart. When |
00003980  74 68 65 20 6f 66 66 73  65 74 20 66 75 6e 63 74  |the offset funct|
00003990  69 6f 6e 20 69 73 20 73  65 6c 65 63 74 65 64 20  |ion is selected |
000039a0  6f 6e 0a 61 20 32 44 20  67 72 61 70 68 20 74 68  |on.a 2D graph th|
000039b0  65 20 62 61 72 73 20 6f  76 65 72 6c 61 70 20 73  |e bars overlap s|
000039c0  6c 69 67 68 74 6c 79 2c  20 68 6f 77 65 76 65 72  |lightly, however|
000039d0  20 6f 6e 20 61 20 33 44  20 67 72 61 70 68 2c 20  | on a 3D graph, |
000039e0  74 68 65 0a 65 66 66 65  63 74 20 73 65 65 6e 20  |the.effect seen |
000039f0  69 73 20 6f 62 74 61 69  6e 65 64 2e 0a 0a 45 78  |is obtained...Ex|
00003a00  61 6d 70 6c 65 20 37 2e  33 20 69 73 20 61 20 32  |ample 7.3 is a 2|
00003a10  44 20 70 69 65 20 63 68  61 72 74 2e 20 54 68 65  |D pie chart. The|
00003a20  72 65 20 69 73 20 6e 6f  20 6b 65 79 20 65 6e 74  |re is no key ent|
00003a30  72 79 20 62 65 6c 6f 77  20 69 74 20 62 65 63 61  |ry below it beca|
00003a40  75 73 65 0a 74 68 65 20  4b 65 79 20 77 61 73 20  |use.the Key was |
00003a50  64 69 73 61 62 6c 65 64  2e 20 41 73 20 74 68 65  |disabled. As the|
00003a60  72 65 20 69 73 20 6f 6e  6c 79 20 6f 6e 65 20 63  |re is only one c|
00003a70  68 61 72 74 2c 20 6c 61  62 65 6c 73 20 61 70 70  |hart, labels app|
00003a80  65 61 72 20 61 72 6f 75  6e 64 0a 69 74 2c 20 77  |ear around.it, w|
00003a90  68 65 72 65 61 73 20 69  6e 20 65 78 61 6d 70 6c  |hereas in exampl|
00003aa0  65 20 37 2e 34 20 61 20  73 65 70 61 72 61 74 65  |e 7.4 a separate|
00003ab0  20 6b 65 79 20 69 73 20  70 72 6f 64 75 63 65 64  | key is produced|
00003ac0  20 62 65 63 61 75 73 65  20 74 68 65 72 65 0a 61  | because there.a|
00003ad0  72 65 20 74 77 6f 20 70  69 65 20 63 68 61 72 74  |re two pie chart|
00003ae0  73 2e 20 54 68 69 73 20  6c 61 74 65 72 20 67 72  |s. This later gr|
00003af0  61 70 68 20 69 73 20 61  20 33 44 20 63 6f 6d 70  |aph is a 3D comp|
00003b00  6f 75 6e 64 20 70 69 65  20 63 68 61 72 74 73 20  |ound pie charts |
00003b10  77 69 74 68 0a 74 68 65  20 4b 65 79 20 65 6e 74  |with.the Key ent|
00003b20  72 79 20 65 6e 61 62 6c  65 64 2c 20 68 65 6e 63  |ry enabled, henc|
00003b30  65 20 74 68 65 20 74 65  78 74 20 62 65 6c 6f 77  |e the text below|
00003b40  20 65 61 63 68 20 70 69  65 2e 0a 0a 46 69 6e 61  | each pie...Fina|
00003b50  6c 6c 79 2c 20 65 78 61  6d 70 6c 65 20 37 2e 35  |lly, example 7.5|
00003b60  20 69 73 20 61 20 74 61  62 6c 65 2e 20 54 68 65  | is a table. The|
00003b70  20 6b 65 79 20 74 65 78  74 20 65 6e 74 72 69 65  | key text entrie|
00003b80  73 20 61 70 70 65 61 72  20 61 6c 6f 6e 67 20 74  |s appear along t|
00003b90  68 65 0a 74 6f 70 20 6f  66 20 74 68 65 20 74 61  |he.top of the ta|
00003ba0  62 6c 65 2c 20 61 6e 64  20 74 68 65 20 6c 61 62  |ble, and the lab|
00003bb0  65 6c 73 20 64 6f 77 6e  20 74 68 65 20 73 69 64  |els down the sid|
00003bc0  65 2e                                             |e.|
00003bc2