Home » Archimedes archive » Archimedes World » AW-1994-01.adf » AWJan94 » !AWJan94/Goodies/Graph/Tutorial
!AWJan94/Goodies/Graph/Tutorial
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 » Archimedes World » AW-1994-01.adf » AWJan94 |
Filename: | !AWJan94/Goodies/Graph/Tutorial |
Read OK: | ✔ |
File size: | 19AE bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
!Grapher 2 Tutorial This tutorial shows how to set up a typical graph of the (most commonly required) bargraph style. For more general information about the program & the other graph styles see the ReadMe file & also the example graphs/drawfiles accompanying the application. Suppose we wish to display the data below in the form of a simple bargraph: Table Showing Unit Sales x 1000 For 1992 ====================================================================== Month ====================================================================== Company Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec ====================================================================== Acorn 35 32 31 26 24 23 20 17 19 26 32 43 Another 20 16 12 9 8 9 10 11 12 14 17 22 ====================================================================== Load up !Grapher 2 (or choose RESET from the program's main menu) - see !ReadMe for information on loading the program. 1. Set the graph type required from the 'Graph Type' submenu (found on the main menu of the program which is accessed by pressing the menu button over the program's icon on the icon bar.). In this case we want a bar graph - so continue to the 'Bar' submenu and select '3-D'. This style is a simple 'psuedo 3D' bargraph. 2. Set up the graph's axis - from the main menu, select 'Edit Axis'. This will cause a window to appear (for a fuller explanation of the fields in this window see the !ReadMe file). Click the mouse in the 'Graph Title' field (which should read 'none') to place the caret. Delete 'none' (pressing CTRL+U will clear a writeable field) and enter '1992 Sales', pressing return when finished to advance to the next field ('H axis title'). Again, clear this field and enter 'Month', pressing return when finished. This title will appear along the horizontal axis of the graph. Enter 'Sales x 1000' into the 'V axis title' field. Pressing return now will move the caret up into the icon holding (by default) 'Trinity.Bold', and will cause a menu of currently available fonts to pop up in the lower left hand corner of the screen. Reading across the window shows that this icon contains the font to be used for the graph title. Select the required font, and press return to move on to the next icon. This is the width of the text to be used for the title, specified in points. Leave this as 36. Pressing return will advance to the next field, also holding 36, which is the height of text to be used for the title. Leave this unchanged. Change the other fonts & sizes (for axis titles, the key, and axis scales) if you wish, although the defaults are adequate for this example. Scroll the window down (or enlarge it) to reveal the 'Scales' section. Leave the 'Approx Dimensions' unchanged, and move on to the vertical axis 'Max' field. Delete 100 and enter 45 (the largest data value in our data set is 43). Leave 0 in the 'Min' field, and change the '# of steps' to 10 - these settings will give a vertical scale running from 0 to 45 with 10 steps (i.e. 0, 5, 10,...,40, 45). Enter 12 in the '# of steps/bars' field - since we want 12 bars (1 for each month) along the bottom of the graph. Now click on 'Ok' at the bottom of the window, closing it. 3. Enter the legends for the axis/key and enter the data to be displayed. Select 'Edit Data' from the program's main menu. Firstly, enter the titles for each bar (column) - click over the field reading 'Column 1'. Clear this field, and enter 'Jan', pressing return when done. This will move on to column 2. Here enter 'Feb' ... and so on until all 12 columns have been titled. The arrows at the left of the field can be used to move through the columns. When all 12 columns have been titled click over the field reading 'Dataset 0'. We have two sets of figures to display here ('Acorn' and 'Another'). Delete 'Dataset 0' and enter 'Acorn', pressing return to move on to dataset 1. Here enter 'Another'. In the middle of the window there is a field titled 'Use datasets 0 to x'. Change 'x' to 1, this tells the program we wish to show datasets 0 (Acorn) and 1(Another) on the graph. Ensure that column 1 (Jan) is shown by using the arrows to the left of the field, and dataset 0 (Acorn) again, using the appropriate arrows. Give the 'Acorn' bars a colour by clicking over one of the 'R', 'G' or 'B' fields labelled colour. This will display a colour selector box. Set the colour you wish to use using the sliders, and select 'Set'. This will automatically enter the appropriate numbers into the colour fields. Note that if you are using mode 12 only 16 colours will be shown - change to mode 15 or 21 for a full colour display. Using the arrows display 'Another' (dataset 1). The colour selector box will be updated to show the current colour for this dataset. Choose another colour and select 'Set' when done. Close the colour selector window. Click in the 'Height' field, after ensuring that the column display reads '1' (Jan) and dataset 0 (Acorn) is displayed. Delete the 0 in the height field, and enter the January figure for Acorn (35). Press return (this will advance to column 2 (Feb)) and enter the Febuary figure (32). Continue until values for all 12 months have been entered. Now return to column 1 (Jan) and select dataset 1 (Another) using the arrows. Enter the figure for each month of 'Another' from the table into the 'height' field. We will not have a background to our graph, so select 'Ok' to close the window. Our graph is now set up. 4. Save the graph definition (if you wish to keep it) - from the main menu, go to the 'datafile' submenu of the 'save' submenu, and save the file in the normal manner (i.e. enter a name & drag the icon, or click on 'Ok' if you have already done this). The resulting file contains all graph style/data information and can be reloaded & edited at a later date. 5. Create the graph - from the 'graph' submenu of the 'save' submenu, save the drawfile in the normal manner. This drawfile is the graph, ready for loading into !Draw, !Impression etc. (Remember a 256 colour mode may need to be selected in order to see accurately any colours used).
00000000 21 47 72 61 70 68 65 72 20 32 20 54 75 74 6f 72 |!Grapher 2 Tutor| 00000010 69 61 6c 0a 0a 54 68 69 73 20 74 75 74 6f 72 69 |ial..This tutori| 00000020 61 6c 20 73 68 6f 77 73 20 68 6f 77 20 74 6f 20 |al shows how to | 00000030 73 65 74 20 75 70 20 61 20 74 79 70 69 63 61 6c |set up a typical| 00000040 20 67 72 61 70 68 20 6f 66 20 74 68 65 20 28 6d | graph of the (m| 00000050 6f 73 74 20 63 6f 6d 6d 6f 6e 6c 79 0a 72 65 71 |ost commonly.req| 00000060 75 69 72 65 64 29 20 62 61 72 67 72 61 70 68 20 |uired) bargraph | 00000070 73 74 79 6c 65 2e 20 20 46 6f 72 20 6d 6f 72 65 |style. For more| 00000080 20 67 65 6e 65 72 61 6c 20 69 6e 66 6f 72 6d 61 | general informa| 00000090 74 69 6f 6e 20 61 62 6f 75 74 20 74 68 65 20 70 |tion about the p| 000000a0 72 6f 67 72 61 6d 20 26 20 74 68 65 0a 6f 74 68 |rogram & the.oth| 000000b0 65 72 20 67 72 61 70 68 20 73 74 79 6c 65 73 20 |er graph styles | 000000c0 73 65 65 20 74 68 65 20 52 65 61 64 4d 65 20 66 |see the ReadMe f| 000000d0 69 6c 65 20 26 20 61 6c 73 6f 20 74 68 65 20 65 |ile & also the e| 000000e0 78 61 6d 70 6c 65 20 67 72 61 70 68 73 2f 64 72 |xample graphs/dr| 000000f0 61 77 66 69 6c 65 73 0a 61 63 63 6f 6d 70 61 6e |awfiles.accompan| 00000100 79 69 6e 67 20 74 68 65 20 61 70 70 6c 69 63 61 |ying the applica| 00000110 74 69 6f 6e 2e 0a 0a 53 75 70 70 6f 73 65 20 77 |tion...Suppose w| 00000120 65 20 77 69 73 68 20 74 6f 20 64 69 73 70 6c 61 |e wish to displa| 00000130 79 20 74 68 65 20 64 61 74 61 20 62 65 6c 6f 77 |y the data below| 00000140 20 69 6e 20 74 68 65 20 66 6f 72 6d 20 6f 66 20 | in the form of | 00000150 61 20 73 69 6d 70 6c 65 20 62 61 72 67 72 61 70 |a simple bargrap| 00000160 68 3a 0a 0a 0a 54 61 62 6c 65 20 53 68 6f 77 69 |h:...Table Showi| 00000170 6e 67 20 55 6e 69 74 20 53 61 6c 65 73 20 78 20 |ng Unit Sales x | 00000180 31 30 30 30 20 46 6f 72 20 31 39 39 32 0a 3d 3d |1000 For 1992.==| 00000190 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 000001d0 3d 3d 3d 3d 0a 20 20 20 20 20 20 20 20 20 20 20 |====. | 000001e0 20 4d 6f 6e 74 68 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d | Month.=========| 000001f0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 00000220 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 43 6f |=============.Co| 00000230 6d 70 61 6e 79 20 20 20 20 20 4a 61 6e 20 20 46 |mpany Jan F| 00000240 65 62 20 20 4d 61 72 20 20 41 70 72 20 20 4d 61 |eb Mar Apr Ma| 00000250 79 20 20 4a 75 6e 20 20 4a 75 6c 20 20 41 75 67 |y Jun Jul Aug| 00000260 20 20 53 65 70 20 20 4f 63 74 20 20 4e 6f 76 20 | Sep Oct Nov | 00000270 20 44 65 63 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d | Dec.===========| 00000280 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 000002b0 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 41 63 6f 72 |===========.Acor| 000002c0 6e 20 20 20 20 20 20 20 33 35 20 20 20 33 32 20 |n 35 32 | 000002d0 20 20 33 31 20 20 20 32 36 20 20 20 32 34 20 20 | 31 26 24 | 000002e0 20 32 33 20 20 20 32 30 20 20 20 31 37 20 20 20 | 23 20 17 | 000002f0 31 39 20 20 20 32 36 20 20 20 33 32 20 20 20 34 |19 26 32 4| 00000300 33 0a 41 6e 6f 74 68 65 72 20 20 20 20 20 32 30 |3.Another 20| 00000310 20 20 20 31 36 20 20 20 31 32 20 20 20 39 20 20 | 16 12 9 | 00000320 20 20 38 20 20 20 20 39 20 20 20 20 31 30 20 20 | 8 9 10 | 00000330 20 31 31 20 20 20 31 32 20 20 20 31 34 20 20 20 | 11 12 14 | 00000340 31 37 20 20 20 32 32 0a 3d 3d 3d 3d 3d 3d 3d 3d |17 22.========| 00000350 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 00000380 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a |==============..| 00000390 0a 4c 6f 61 64 20 75 70 20 21 47 72 61 70 68 65 |.Load up !Graphe| 000003a0 72 20 32 20 28 6f 72 20 63 68 6f 6f 73 65 20 52 |r 2 (or choose R| 000003b0 45 53 45 54 20 66 72 6f 6d 20 74 68 65 20 70 72 |ESET from the pr| 000003c0 6f 67 72 61 6d 27 73 20 6d 61 69 6e 20 6d 65 6e |ogram's main men| 000003d0 75 29 20 2d 20 73 65 65 20 21 52 65 61 64 4d 65 |u) - see !ReadMe| 000003e0 0a 66 6f 72 20 69 6e 66 6f 72 6d 61 74 69 6f 6e |.for information| 000003f0 20 6f 6e 20 6c 6f 61 64 69 6e 67 20 74 68 65 20 | on loading the | 00000400 70 72 6f 67 72 61 6d 2e 0a 0a 31 2e 20 20 53 65 |program...1. Se| 00000410 74 20 74 68 65 20 67 72 61 70 68 20 74 79 70 65 |t the graph type| 00000420 20 72 65 71 75 69 72 65 64 20 66 72 6f 6d 20 74 | required from t| 00000430 68 65 20 27 47 72 61 70 68 20 54 79 70 65 27 20 |he 'Graph Type' | 00000440 73 75 62 6d 65 6e 75 20 28 66 6f 75 6e 64 20 6f |submenu (found o| 00000450 6e 20 74 68 65 20 6d 61 69 6e 0a 20 20 20 20 6d |n the main. m| 00000460 65 6e 75 20 6f 66 20 74 68 65 20 70 72 6f 67 72 |enu of the progr| 00000470 61 6d 20 77 68 69 63 68 20 69 73 20 61 63 63 65 |am which is acce| 00000480 73 73 65 64 20 62 79 20 70 72 65 73 73 69 6e 67 |ssed by pressing| 00000490 20 74 68 65 20 6d 65 6e 75 20 62 75 74 74 6f 6e | the menu button| 000004a0 20 6f 76 65 72 20 74 68 65 0a 20 20 20 20 70 72 | over the. pr| 000004b0 6f 67 72 61 6d 27 73 20 69 63 6f 6e 20 6f 6e 20 |ogram's icon on | 000004c0 74 68 65 20 69 63 6f 6e 20 62 61 72 2e 29 2e 20 |the icon bar.). | 000004d0 20 49 6e 20 74 68 69 73 20 63 61 73 65 20 77 65 | In this case we| 000004e0 20 77 61 6e 74 20 61 20 62 61 72 20 67 72 61 70 | want a bar grap| 000004f0 68 20 2d 20 73 6f 0a 20 20 20 20 63 6f 6e 74 69 |h - so. conti| 00000500 6e 75 65 20 74 6f 20 74 68 65 20 27 42 61 72 27 |nue to the 'Bar'| 00000510 20 73 75 62 6d 65 6e 75 20 61 6e 64 20 73 65 6c | submenu and sel| 00000520 65 63 74 20 27 33 2d 44 27 2e 20 20 54 68 69 73 |ect '3-D'. This| 00000530 20 73 74 79 6c 65 20 69 73 20 61 20 73 69 6d 70 | style is a simp| 00000540 6c 65 0a 20 20 20 20 27 70 73 75 65 64 6f 20 33 |le. 'psuedo 3| 00000550 44 27 20 62 61 72 67 72 61 70 68 2e 0a 0a 32 2e |D' bargraph...2.| 00000560 20 20 53 65 74 20 75 70 20 74 68 65 20 67 72 61 | Set up the gra| 00000570 70 68 27 73 20 61 78 69 73 20 2d 20 66 72 6f 6d |ph's axis - from| 00000580 20 74 68 65 20 6d 61 69 6e 20 6d 65 6e 75 2c 20 | the main menu, | 00000590 20 73 65 6c 65 63 74 20 27 45 64 69 74 20 41 78 | select 'Edit Ax| 000005a0 69 73 27 2e 20 20 54 68 69 73 20 0a 20 20 20 20 |is'. This . | 000005b0 77 69 6c 6c 20 63 61 75 73 65 20 61 20 77 69 6e |will cause a win| 000005c0 64 6f 77 20 74 6f 20 61 70 70 65 61 72 20 28 66 |dow to appear (f| 000005d0 6f 72 20 61 20 66 75 6c 6c 65 72 20 65 78 70 6c |or a fuller expl| 000005e0 61 6e 61 74 69 6f 6e 20 6f 66 20 74 68 65 20 66 |anation of the f| 000005f0 69 65 6c 64 73 20 69 6e 20 0a 20 20 20 20 74 68 |ields in . th| 00000600 69 73 20 77 69 6e 64 6f 77 20 73 65 65 20 74 68 |is window see th| 00000610 65 20 21 52 65 61 64 4d 65 20 66 69 6c 65 29 2e |e !ReadMe file).| 00000620 20 20 43 6c 69 63 6b 20 74 68 65 20 6d 6f 75 73 | Click the mous| 00000630 65 20 69 6e 20 20 74 68 65 20 27 47 72 61 70 68 |e in the 'Graph| 00000640 20 54 69 74 6c 65 27 20 0a 20 20 20 20 66 69 65 | Title' . fie| 00000650 6c 64 20 28 77 68 69 63 68 20 73 68 6f 75 6c 64 |ld (which should| 00000660 20 72 65 61 64 20 27 6e 6f 6e 65 27 29 20 74 6f | read 'none') to| 00000670 20 70 6c 61 63 65 20 74 68 65 20 63 61 72 65 74 | place the caret| 00000680 2e 20 20 44 65 6c 65 74 65 20 27 6e 6f 6e 65 27 |. Delete 'none'| 00000690 0a 20 20 20 20 28 70 72 65 73 73 69 6e 67 20 43 |. (pressing C| 000006a0 54 52 4c 2b 55 20 77 69 6c 6c 20 63 6c 65 61 72 |TRL+U will clear| 000006b0 20 61 20 77 72 69 74 65 61 62 6c 65 20 66 69 65 | a writeable fie| 000006c0 6c 64 29 20 61 6e 64 20 65 6e 74 65 72 20 27 31 |ld) and enter '1| 000006d0 39 39 32 20 53 61 6c 65 73 27 2c 20 0a 20 20 20 |992 Sales', . | 000006e0 20 70 72 65 73 73 69 6e 67 20 72 65 74 75 72 6e | pressing return| 000006f0 20 77 68 65 6e 20 66 69 6e 69 73 68 65 64 20 74 | when finished t| 00000700 6f 20 61 64 76 61 6e 63 65 20 74 6f 20 74 68 65 |o advance to the| 00000710 20 6e 65 78 74 20 66 69 65 6c 64 20 28 27 48 20 | next field ('H | 00000720 61 78 69 73 20 74 69 74 6c 65 27 29 2e 0a 20 20 |axis title').. | 00000730 20 20 41 67 61 69 6e 2c 20 20 63 6c 65 61 72 20 | Again, clear | 00000740 74 68 69 73 20 66 69 65 6c 64 20 61 6e 64 20 65 |this field and e| 00000750 6e 74 65 72 20 27 4d 6f 6e 74 68 27 2c 20 20 70 |nter 'Month', p| 00000760 72 65 73 73 69 6e 67 20 72 65 74 75 72 6e 20 77 |ressing return w| 00000770 68 65 6e 20 66 69 6e 69 73 68 65 64 2e 20 0a 20 |hen finished. . | 00000780 20 20 20 54 68 69 73 20 74 69 74 6c 65 20 77 69 | This title wi| 00000790 6c 6c 20 61 70 70 65 61 72 20 61 6c 6f 6e 67 20 |ll appear along | 000007a0 74 68 65 20 68 6f 72 69 7a 6f 6e 74 61 6c 20 61 |the horizontal a| 000007b0 78 69 73 20 6f 66 20 74 68 65 20 67 72 61 70 68 |xis of the graph| 000007c0 2e 20 20 45 6e 74 65 72 0a 20 20 20 20 27 53 61 |. Enter. 'Sa| 000007d0 6c 65 73 20 78 20 31 30 30 30 27 20 69 6e 74 6f |les x 1000' into| 000007e0 20 74 68 65 20 27 56 20 61 78 69 73 20 74 69 74 | the 'V axis tit| 000007f0 6c 65 27 20 66 69 65 6c 64 2e 0a 0a 20 20 20 20 |le' field... | 00000800 50 72 65 73 73 69 6e 67 20 72 65 74 75 72 6e 20 |Pressing return | 00000810 6e 6f 77 20 77 69 6c 6c 20 6d 6f 76 65 20 74 68 |now will move th| 00000820 65 20 63 61 72 65 74 20 75 70 20 69 6e 74 6f 20 |e caret up into | 00000830 74 68 65 20 69 63 6f 6e 20 68 6f 6c 64 69 6e 67 |the icon holding| 00000840 20 28 62 79 0a 20 20 20 20 64 65 66 61 75 6c 74 | (by. default| 00000850 29 20 27 54 72 69 6e 69 74 79 2e 42 6f 6c 64 27 |) 'Trinity.Bold'| 00000860 2c 20 20 61 6e 64 20 77 69 6c 6c 20 63 61 75 73 |, and will caus| 00000870 65 20 61 20 6d 65 6e 75 20 6f 66 20 63 75 72 72 |e a menu of curr| 00000880 65 6e 74 6c 79 20 61 76 61 69 6c 61 62 6c 65 0a |ently available.| 00000890 20 20 20 20 66 6f 6e 74 73 20 74 6f 20 70 6f 70 | fonts to pop| 000008a0 20 75 70 20 69 6e 20 74 68 65 20 6c 6f 77 65 72 | up in the lower| 000008b0 20 6c 65 66 74 20 68 61 6e 64 20 63 6f 72 6e 65 | left hand corne| 000008c0 72 20 6f 66 20 74 68 65 20 73 63 72 65 65 6e 2e |r of the screen.| 000008d0 20 20 52 65 61 64 69 6e 67 0a 20 20 20 20 61 63 | Reading. ac| 000008e0 72 6f 73 73 20 74 68 65 20 77 69 6e 64 6f 77 20 |ross the window | 000008f0 73 68 6f 77 73 20 74 68 61 74 20 74 68 69 73 20 |shows that this | 00000900 69 63 6f 6e 20 63 6f 6e 74 61 69 6e 73 20 74 68 |icon contains th| 00000910 65 20 66 6f 6e 74 20 74 6f 20 62 65 20 75 73 65 |e font to be use| 00000920 64 20 66 6f 72 0a 20 20 20 20 74 68 65 20 67 72 |d for. the gr| 00000930 61 70 68 20 74 69 74 6c 65 2e 20 20 53 65 6c 65 |aph title. Sele| 00000940 63 74 20 74 68 65 20 72 65 71 75 69 72 65 64 20 |ct the required | 00000950 66 6f 6e 74 2c 20 20 61 6e 64 20 70 72 65 73 73 |font, and press| 00000960 20 72 65 74 75 72 6e 20 74 6f 20 6d 6f 76 65 20 | return to move | 00000970 6f 6e 0a 20 20 20 20 74 6f 20 74 68 65 20 6e 65 |on. to the ne| 00000980 78 74 20 69 63 6f 6e 2e 20 20 54 68 69 73 20 69 |xt icon. This i| 00000990 73 20 74 68 65 20 77 69 64 74 68 20 6f 66 20 74 |s the width of t| 000009a0 68 65 20 74 65 78 74 20 74 6f 20 62 65 20 75 73 |he text to be us| 000009b0 65 64 20 66 6f 72 20 74 68 65 20 74 69 74 6c 65 |ed for the title| 000009c0 2c 0a 20 20 20 20 73 70 65 63 69 66 69 65 64 20 |,. specified | 000009d0 69 6e 20 70 6f 69 6e 74 73 2e 20 20 4c 65 61 76 |in points. Leav| 000009e0 65 20 74 68 69 73 20 61 73 20 33 36 2e 20 20 50 |e this as 36. P| 000009f0 72 65 73 73 69 6e 67 20 72 65 74 75 72 6e 20 77 |ressing return w| 00000a00 69 6c 6c 20 61 64 76 61 6e 63 65 20 74 6f 0a 20 |ill advance to. | 00000a10 20 20 20 74 68 65 20 6e 65 78 74 20 66 69 65 6c | the next fiel| 00000a20 64 2c 20 20 61 6c 73 6f 20 68 6f 6c 64 69 6e 67 |d, also holding| 00000a30 20 33 36 2c 20 20 77 68 69 63 68 20 69 73 20 74 | 36, which is t| 00000a40 68 65 20 68 65 69 67 68 74 20 6f 66 20 74 65 78 |he height of tex| 00000a50 74 20 74 6f 20 62 65 20 75 73 65 64 0a 20 20 20 |t to be used. | 00000a60 20 66 6f 72 20 74 68 65 20 74 69 74 6c 65 2e 20 | for the title. | 00000a70 20 4c 65 61 76 65 20 74 68 69 73 20 75 6e 63 68 | Leave this unch| 00000a80 61 6e 67 65 64 2e 20 20 43 68 61 6e 67 65 20 74 |anged. Change t| 00000a90 68 65 20 6f 74 68 65 72 20 66 6f 6e 74 73 20 26 |he other fonts &| 00000aa0 20 73 69 7a 65 73 20 28 66 6f 72 0a 20 20 20 20 | sizes (for. | 00000ab0 61 78 69 73 20 74 69 74 6c 65 73 2c 20 20 74 68 |axis titles, th| 00000ac0 65 20 6b 65 79 2c 20 20 61 6e 64 20 61 78 69 73 |e key, and axis| 00000ad0 20 73 63 61 6c 65 73 29 20 69 66 20 79 6f 75 20 | scales) if you | 00000ae0 77 69 73 68 2c 20 20 61 6c 74 68 6f 75 67 68 20 |wish, although | 00000af0 74 68 65 0a 20 20 20 20 64 65 66 61 75 6c 74 73 |the. defaults| 00000b00 20 61 72 65 20 61 64 65 71 75 61 74 65 20 66 6f | are adequate fo| 00000b10 72 20 74 68 69 73 20 65 78 61 6d 70 6c 65 2e 0a |r this example..| 00000b20 0a 20 20 20 20 53 63 72 6f 6c 6c 20 74 68 65 20 |. Scroll the | 00000b30 77 69 6e 64 6f 77 20 64 6f 77 6e 20 28 6f 72 20 |window down (or | 00000b40 65 6e 6c 61 72 67 65 20 69 74 29 20 74 6f 20 72 |enlarge it) to r| 00000b50 65 76 65 61 6c 20 74 68 65 20 27 53 63 61 6c 65 |eveal the 'Scale| 00000b60 73 27 20 73 65 63 74 69 6f 6e 2e 0a 20 20 20 20 |s' section.. | 00000b70 4c 65 61 76 65 20 74 68 65 20 27 41 70 70 72 6f |Leave the 'Appro| 00000b80 78 20 44 69 6d 65 6e 73 69 6f 6e 73 27 20 75 6e |x Dimensions' un| 00000b90 63 68 61 6e 67 65 64 2c 20 20 61 6e 64 20 6d 6f |changed, and mo| 00000ba0 76 65 20 6f 6e 20 74 6f 20 74 68 65 20 76 65 72 |ve on to the ver| 00000bb0 74 69 63 61 6c 20 61 78 69 73 0a 20 20 20 20 27 |tical axis. '| 00000bc0 4d 61 78 27 20 66 69 65 6c 64 2e 20 20 44 65 6c |Max' field. Del| 00000bd0 65 74 65 20 31 30 30 20 61 6e 64 20 65 6e 74 65 |ete 100 and ente| 00000be0 72 20 34 35 20 28 74 68 65 20 6c 61 72 67 65 73 |r 45 (the larges| 00000bf0 74 20 64 61 74 61 20 76 61 6c 75 65 20 69 6e 20 |t data value in | 00000c00 6f 75 72 20 64 61 74 61 0a 20 20 20 20 73 65 74 |our data. set| 00000c10 20 69 73 20 34 33 29 2e 20 20 4c 65 61 76 65 20 | is 43). Leave | 00000c20 30 20 69 6e 20 74 68 65 20 27 4d 69 6e 27 20 66 |0 in the 'Min' f| 00000c30 69 65 6c 64 2c 20 20 61 6e 64 20 63 68 61 6e 67 |ield, and chang| 00000c40 65 20 74 68 65 20 27 23 20 6f 66 20 73 74 65 70 |e the '# of step| 00000c50 73 27 20 74 6f 0a 20 20 20 20 31 30 20 2d 20 74 |s' to. 10 - t| 00000c60 68 65 73 65 20 73 65 74 74 69 6e 67 73 20 77 69 |hese settings wi| 00000c70 6c 6c 20 67 69 76 65 20 61 20 76 65 72 74 69 63 |ll give a vertic| 00000c80 61 6c 20 73 63 61 6c 65 20 72 75 6e 6e 69 6e 67 |al scale running| 00000c90 20 66 72 6f 6d 20 30 20 74 6f 20 34 35 20 77 69 | from 0 to 45 wi| 00000ca0 74 68 0a 20 20 20 20 31 30 20 73 74 65 70 73 20 |th. 10 steps | 00000cb0 28 69 2e 65 2e 20 30 2c 20 35 2c 20 31 30 2c 2e |(i.e. 0, 5, 10,.| 00000cc0 2e 2e 2c 34 30 2c 20 34 35 29 2e 20 20 45 6e 74 |..,40, 45). Ent| 00000cd0 65 72 20 31 32 20 69 6e 20 74 68 65 20 27 23 20 |er 12 in the '# | 00000ce0 6f 66 20 73 74 65 70 73 2f 62 61 72 73 27 0a 20 |of steps/bars'. | 00000cf0 20 20 20 66 69 65 6c 64 20 2d 20 73 69 6e 63 65 | field - since| 00000d00 20 77 65 20 77 61 6e 74 20 31 32 20 62 61 72 73 | we want 12 bars| 00000d10 20 28 31 20 66 6f 72 20 65 61 63 68 20 6d 6f 6e | (1 for each mon| 00000d20 74 68 29 20 61 6c 6f 6e 67 20 74 68 65 20 62 6f |th) along the bo| 00000d30 74 74 6f 6d 20 6f 66 20 74 68 65 0a 20 20 20 20 |ttom of the. | 00000d40 67 72 61 70 68 2e 20 20 4e 6f 77 20 63 6c 69 63 |graph. Now clic| 00000d50 6b 20 6f 6e 20 27 4f 6b 27 20 61 74 20 74 68 65 |k on 'Ok' at the| 00000d60 20 62 6f 74 74 6f 6d 20 6f 66 20 74 68 65 20 77 | bottom of the w| 00000d70 69 6e 64 6f 77 2c 20 20 63 6c 6f 73 69 6e 67 20 |indow, closing | 00000d80 69 74 2e 0a 0a 33 2e 20 20 45 6e 74 65 72 20 74 |it...3. Enter t| 00000d90 68 65 20 6c 65 67 65 6e 64 73 20 66 6f 72 20 74 |he legends for t| 00000da0 68 65 20 61 78 69 73 2f 6b 65 79 20 61 6e 64 20 |he axis/key and | 00000db0 65 6e 74 65 72 20 74 68 65 20 64 61 74 61 20 74 |enter the data t| 00000dc0 6f 20 62 65 20 64 69 73 70 6c 61 79 65 64 2e 0a |o be displayed..| 00000dd0 20 20 20 20 53 65 6c 65 63 74 20 27 45 64 69 74 | Select 'Edit| 00000de0 20 44 61 74 61 27 20 66 72 6f 6d 20 74 68 65 20 | Data' from the | 00000df0 70 72 6f 67 72 61 6d 27 73 20 6d 61 69 6e 20 6d |program's main m| 00000e00 65 6e 75 2e 20 20 46 69 72 73 74 6c 79 2c 20 20 |enu. Firstly, | 00000e10 65 6e 74 65 72 20 74 68 65 0a 20 20 20 20 74 69 |enter the. ti| 00000e20 74 6c 65 73 20 66 6f 72 20 65 61 63 68 20 62 61 |tles for each ba| 00000e30 72 20 28 63 6f 6c 75 6d 6e 29 20 2d 20 63 6c 69 |r (column) - cli| 00000e40 63 6b 20 6f 76 65 72 20 74 68 65 20 66 69 65 6c |ck over the fiel| 00000e50 64 20 72 65 61 64 69 6e 67 20 27 43 6f 6c 75 6d |d reading 'Colum| 00000e60 6e 20 31 27 2e 20 0a 20 20 20 20 43 6c 65 61 72 |n 1'. . Clear| 00000e70 20 74 68 69 73 20 66 69 65 6c 64 2c 20 20 61 6e | this field, an| 00000e80 64 20 65 6e 74 65 72 20 27 4a 61 6e 27 2c 20 20 |d enter 'Jan', | 00000e90 70 72 65 73 73 69 6e 67 20 72 65 74 75 72 6e 20 |pressing return | 00000ea0 77 68 65 6e 20 64 6f 6e 65 2e 20 20 54 68 69 73 |when done. This| 00000eb0 20 77 69 6c 6c 0a 20 20 20 20 6d 6f 76 65 20 6f | will. move o| 00000ec0 6e 20 74 6f 20 63 6f 6c 75 6d 6e 20 32 2e 20 20 |n to column 2. | 00000ed0 48 65 72 65 20 65 6e 74 65 72 20 27 46 65 62 27 |Here enter 'Feb'| 00000ee0 20 2e 2e 2e 20 61 6e 64 20 73 6f 20 6f 6e 20 75 | ... and so on u| 00000ef0 6e 74 69 6c 20 61 6c 6c 20 31 32 20 63 6f 6c 75 |ntil all 12 colu| 00000f00 6d 6e 73 0a 20 20 20 20 68 61 76 65 20 62 65 65 |mns. have bee| 00000f10 6e 20 74 69 74 6c 65 64 2e 20 20 54 68 65 20 61 |n titled. The a| 00000f20 72 72 6f 77 73 20 61 74 20 74 68 65 20 6c 65 66 |rrows at the lef| 00000f30 74 20 6f 66 20 74 68 65 20 66 69 65 6c 64 20 63 |t of the field c| 00000f40 61 6e 20 62 65 20 75 73 65 64 20 74 6f 20 6d 6f |an be used to mo| 00000f50 76 65 0a 20 20 20 20 74 68 72 6f 75 67 68 20 74 |ve. through t| 00000f60 68 65 20 63 6f 6c 75 6d 6e 73 2e 0a 0a 20 20 20 |he columns... | 00000f70 20 57 68 65 6e 20 61 6c 6c 20 31 32 20 63 6f 6c | When all 12 col| 00000f80 75 6d 6e 73 20 68 61 76 65 20 62 65 65 6e 20 74 |umns have been t| 00000f90 69 74 6c 65 64 20 63 6c 69 63 6b 20 6f 76 65 72 |itled click over| 00000fa0 20 74 68 65 20 66 69 65 6c 64 20 72 65 61 64 69 | the field readi| 00000fb0 6e 67 0a 20 20 20 20 27 44 61 74 61 73 65 74 20 |ng. 'Dataset | 00000fc0 30 27 2e 20 20 57 65 20 68 61 76 65 20 74 77 6f |0'. We have two| 00000fd0 20 73 65 74 73 20 6f 66 20 66 69 67 75 72 65 73 | sets of figures| 00000fe0 20 74 6f 20 64 69 73 70 6c 61 79 20 68 65 72 65 | to display here| 00000ff0 0a 20 20 20 20 28 27 41 63 6f 72 6e 27 20 61 6e |. ('Acorn' an| 00001000 64 20 27 41 6e 6f 74 68 65 72 27 29 2e 20 20 44 |d 'Another'). D| 00001010 65 6c 65 74 65 20 27 44 61 74 61 73 65 74 20 30 |elete 'Dataset 0| 00001020 27 20 61 6e 64 20 65 6e 74 65 72 20 27 41 63 6f |' and enter 'Aco| 00001030 72 6e 27 2c 20 20 70 72 65 73 73 69 6e 67 0a 20 |rn', pressing. | 00001040 20 20 20 72 65 74 75 72 6e 20 74 6f 20 6d 6f 76 | return to mov| 00001050 65 20 6f 6e 20 74 6f 20 64 61 74 61 73 65 74 20 |e on to dataset | 00001060 31 2e 20 20 48 65 72 65 20 65 6e 74 65 72 20 27 |1. Here enter '| 00001070 41 6e 6f 74 68 65 72 27 2e 20 20 49 6e 20 74 68 |Another'. In th| 00001080 65 20 6d 69 64 64 6c 65 20 6f 66 20 74 68 65 0a |e middle of the.| 00001090 20 20 20 20 77 69 6e 64 6f 77 20 74 68 65 72 65 | window there| 000010a0 20 69 73 20 61 20 66 69 65 6c 64 20 74 69 74 6c | is a field titl| 000010b0 65 64 20 27 55 73 65 20 64 61 74 61 73 65 74 73 |ed 'Use datasets| 000010c0 20 30 20 74 6f 20 78 27 2e 20 20 43 68 61 6e 67 | 0 to x'. Chang| 000010d0 65 20 27 78 27 20 74 6f 20 31 2c 20 0a 20 20 20 |e 'x' to 1, . | 000010e0 20 74 68 69 73 20 74 65 6c 6c 73 20 74 68 65 20 | this tells the | 000010f0 70 72 6f 67 72 61 6d 20 77 65 20 77 69 73 68 20 |program we wish | 00001100 74 6f 20 73 68 6f 77 20 64 61 74 61 73 65 74 73 |to show datasets| 00001110 20 30 20 28 41 63 6f 72 6e 29 20 61 6e 64 20 31 | 0 (Acorn) and 1| 00001120 28 41 6e 6f 74 68 65 72 29 20 6f 6e 0a 20 20 20 |(Another) on. | 00001130 20 74 68 65 20 67 72 61 70 68 2e 0a 0a 20 20 20 | the graph... | 00001140 20 45 6e 73 75 72 65 20 74 68 61 74 20 63 6f 6c | Ensure that col| 00001150 75 6d 6e 20 31 20 28 4a 61 6e 29 20 69 73 20 73 |umn 1 (Jan) is s| 00001160 68 6f 77 6e 20 62 79 20 75 73 69 6e 67 20 74 68 |hown by using th| 00001170 65 20 61 72 72 6f 77 73 20 74 6f 20 74 68 65 20 |e arrows to the | 00001180 6c 65 66 74 20 6f 66 20 74 68 65 0a 20 20 20 20 |left of the. | 00001190 66 69 65 6c 64 2c 20 20 61 6e 64 20 64 61 74 61 |field, and data| 000011a0 73 65 74 20 30 20 28 41 63 6f 72 6e 29 20 61 67 |set 0 (Acorn) ag| 000011b0 61 69 6e 2c 20 20 75 73 69 6e 67 20 74 68 65 20 |ain, using the | 000011c0 61 70 70 72 6f 70 72 69 61 74 65 20 61 72 72 6f |appropriate arro| 000011d0 77 73 2e 20 20 47 69 76 65 0a 20 20 20 20 74 68 |ws. Give. th| 000011e0 65 20 27 41 63 6f 72 6e 27 20 62 61 72 73 20 61 |e 'Acorn' bars a| 000011f0 20 63 6f 6c 6f 75 72 20 62 79 20 63 6c 69 63 6b | colour by click| 00001200 69 6e 67 20 6f 76 65 72 20 6f 6e 65 20 6f 66 20 |ing over one of | 00001210 74 68 65 20 27 52 27 2c 20 20 27 47 27 20 6f 72 |the 'R', 'G' or| 00001220 20 27 42 27 0a 20 20 20 20 66 69 65 6c 64 73 20 | 'B'. fields | 00001230 6c 61 62 65 6c 6c 65 64 20 63 6f 6c 6f 75 72 2e |labelled colour.| 00001240 20 20 54 68 69 73 20 77 69 6c 6c 20 64 69 73 70 | This will disp| 00001250 6c 61 79 20 61 20 63 6f 6c 6f 75 72 20 73 65 6c |lay a colour sel| 00001260 65 63 74 6f 72 20 62 6f 78 2e 20 20 53 65 74 20 |ector box. Set | 00001270 74 68 65 0a 20 20 20 20 63 6f 6c 6f 75 72 20 79 |the. colour y| 00001280 6f 75 20 77 69 73 68 20 74 6f 20 75 73 65 20 75 |ou wish to use u| 00001290 73 69 6e 67 20 74 68 65 20 73 6c 69 64 65 72 73 |sing the sliders| 000012a0 2c 20 20 61 6e 64 20 73 65 6c 65 63 74 20 27 53 |, and select 'S| 000012b0 65 74 27 2e 20 20 54 68 69 73 20 77 69 6c 6c 0a |et'. This will.| 000012c0 20 20 20 20 61 75 74 6f 6d 61 74 69 63 61 6c 6c | automaticall| 000012d0 79 20 65 6e 74 65 72 20 74 68 65 20 61 70 70 72 |y enter the appr| 000012e0 6f 70 72 69 61 74 65 20 6e 75 6d 62 65 72 73 20 |opriate numbers | 000012f0 69 6e 74 6f 20 74 68 65 20 63 6f 6c 6f 75 72 20 |into the colour | 00001300 66 69 65 6c 64 73 2e 20 20 4e 6f 74 65 0a 20 20 |fields. Note. | 00001310 20 20 74 68 61 74 20 69 66 20 79 6f 75 20 61 72 | that if you ar| 00001320 65 20 75 73 69 6e 67 20 6d 6f 64 65 20 31 32 20 |e using mode 12 | 00001330 6f 6e 6c 79 20 31 36 20 63 6f 6c 6f 75 72 73 20 |only 16 colours | 00001340 77 69 6c 6c 20 62 65 20 73 68 6f 77 6e 20 2d 20 |will be shown - | 00001350 63 68 61 6e 67 65 20 74 6f 20 6d 6f 64 65 0a 20 |change to mode. | 00001360 20 20 20 31 35 20 6f 72 20 32 31 20 66 6f 72 20 | 15 or 21 for | 00001370 61 20 66 75 6c 6c 20 63 6f 6c 6f 75 72 20 64 69 |a full colour di| 00001380 73 70 6c 61 79 2e 20 20 55 73 69 6e 67 20 74 68 |splay. Using th| 00001390 65 20 61 72 72 6f 77 73 20 64 69 73 70 6c 61 79 |e arrows display| 000013a0 20 27 41 6e 6f 74 68 65 72 27 0a 20 20 20 20 28 | 'Another'. (| 000013b0 64 61 74 61 73 65 74 20 31 29 2e 20 20 54 68 65 |dataset 1). The| 000013c0 20 63 6f 6c 6f 75 72 20 73 65 6c 65 63 74 6f 72 | colour selector| 000013d0 20 62 6f 78 20 77 69 6c 6c 20 62 65 20 75 70 64 | box will be upd| 000013e0 61 74 65 64 20 74 6f 20 73 68 6f 77 20 74 68 65 |ated to show the| 000013f0 20 63 75 72 72 65 6e 74 0a 20 20 20 20 63 6f 6c | current. col| 00001400 6f 75 72 20 66 6f 72 20 74 68 69 73 20 64 61 74 |our for this dat| 00001410 61 73 65 74 2e 20 20 43 68 6f 6f 73 65 20 61 6e |aset. Choose an| 00001420 6f 74 68 65 72 20 63 6f 6c 6f 75 72 20 61 6e 64 |other colour and| 00001430 20 73 65 6c 65 63 74 20 27 53 65 74 27 20 77 68 | select 'Set' wh| 00001440 65 6e 20 64 6f 6e 65 2e 0a 20 20 20 20 43 6c 6f |en done.. Clo| 00001450 73 65 20 74 68 65 20 63 6f 6c 6f 75 72 20 73 65 |se the colour se| 00001460 6c 65 63 74 6f 72 20 77 69 6e 64 6f 77 2e 0a 0a |lector window...| 00001470 20 20 20 20 43 6c 69 63 6b 20 69 6e 20 74 68 65 | Click in the| 00001480 20 27 48 65 69 67 68 74 27 20 66 69 65 6c 64 2c | 'Height' field,| 00001490 20 20 61 66 74 65 72 20 65 6e 73 75 72 69 6e 67 | after ensuring| 000014a0 20 74 68 61 74 20 74 68 65 20 63 6f 6c 75 6d 6e | that the column| 000014b0 20 64 69 73 70 6c 61 79 20 72 65 61 64 73 0a 20 | display reads. | 000014c0 20 20 20 27 31 27 20 28 4a 61 6e 29 20 61 6e 64 | '1' (Jan) and| 000014d0 20 64 61 74 61 73 65 74 20 30 20 28 41 63 6f 72 | dataset 0 (Acor| 000014e0 6e 29 20 69 73 20 64 69 73 70 6c 61 79 65 64 2e |n) is displayed.| 000014f0 20 20 44 65 6c 65 74 65 20 74 68 65 20 30 20 69 | Delete the 0 i| 00001500 6e 20 74 68 65 20 68 65 69 67 68 74 0a 20 20 20 |n the height. | 00001510 20 66 69 65 6c 64 2c 20 20 61 6e 64 20 65 6e 74 | field, and ent| 00001520 65 72 20 74 68 65 20 4a 61 6e 75 61 72 79 20 66 |er the January f| 00001530 69 67 75 72 65 20 66 6f 72 20 41 63 6f 72 6e 20 |igure for Acorn | 00001540 28 33 35 29 2e 20 20 50 72 65 73 73 20 72 65 74 |(35). Press ret| 00001550 75 72 6e 20 28 74 68 69 73 0a 20 20 20 20 77 69 |urn (this. wi| 00001560 6c 6c 20 61 64 76 61 6e 63 65 20 74 6f 20 63 6f |ll advance to co| 00001570 6c 75 6d 6e 20 32 20 28 46 65 62 29 29 20 61 6e |lumn 2 (Feb)) an| 00001580 64 20 65 6e 74 65 72 20 74 68 65 20 46 65 62 75 |d enter the Febu| 00001590 61 72 79 20 66 69 67 75 72 65 20 28 33 32 29 2e |ary figure (32).| 000015a0 20 20 43 6f 6e 74 69 6e 75 65 0a 20 20 20 20 75 | Continue. u| 000015b0 6e 74 69 6c 20 76 61 6c 75 65 73 20 66 6f 72 20 |ntil values for | 000015c0 61 6c 6c 20 31 32 20 6d 6f 6e 74 68 73 20 68 61 |all 12 months ha| 000015d0 76 65 20 62 65 65 6e 20 65 6e 74 65 72 65 64 2e |ve been entered.| 000015e0 20 20 4e 6f 77 20 72 65 74 75 72 6e 20 74 6f 20 | Now return to | 000015f0 63 6f 6c 75 6d 6e 20 31 0a 20 20 20 20 28 4a 61 |column 1. (Ja| 00001600 6e 29 20 61 6e 64 20 73 65 6c 65 63 74 20 64 61 |n) and select da| 00001610 74 61 73 65 74 20 31 20 28 41 6e 6f 74 68 65 72 |taset 1 (Another| 00001620 29 20 75 73 69 6e 67 20 74 68 65 20 61 72 72 6f |) using the arro| 00001630 77 73 2e 20 20 45 6e 74 65 72 20 74 68 65 20 66 |ws. Enter the f| 00001640 69 67 75 72 65 0a 20 20 20 20 66 6f 72 20 65 61 |igure. for ea| 00001650 63 68 20 6d 6f 6e 74 68 20 6f 66 20 27 41 6e 6f |ch month of 'Ano| 00001660 74 68 65 72 27 20 66 72 6f 6d 20 74 68 65 20 74 |ther' from the t| 00001670 61 62 6c 65 20 69 6e 74 6f 20 74 68 65 20 27 68 |able into the 'h| 00001680 65 69 67 68 74 27 20 66 69 65 6c 64 2e 20 20 57 |eight' field. W| 00001690 65 0a 20 20 20 20 77 69 6c 6c 20 6e 6f 74 20 68 |e. will not h| 000016a0 61 76 65 20 61 20 62 61 63 6b 67 72 6f 75 6e 64 |ave a background| 000016b0 20 74 6f 20 6f 75 72 20 67 72 61 70 68 2c 20 20 | to our graph, | 000016c0 73 6f 20 73 65 6c 65 63 74 20 27 4f 6b 27 20 74 |so select 'Ok' t| 000016d0 6f 20 63 6c 6f 73 65 20 74 68 65 0a 20 20 20 20 |o close the. | 000016e0 77 69 6e 64 6f 77 2e 20 20 4f 75 72 20 67 72 61 |window. Our gra| 000016f0 70 68 20 69 73 20 6e 6f 77 20 73 65 74 20 75 70 |ph is now set up| 00001700 2e 0a 0a 34 2e 20 20 53 61 76 65 20 74 68 65 20 |...4. Save the | 00001710 67 72 61 70 68 20 64 65 66 69 6e 69 74 69 6f 6e |graph definition| 00001720 20 28 69 66 20 79 6f 75 20 77 69 73 68 20 74 6f | (if you wish to| 00001730 20 6b 65 65 70 20 69 74 29 20 2d 20 66 72 6f 6d | keep it) - from| 00001740 20 74 68 65 20 6d 61 69 6e 20 6d 65 6e 75 2c 0a | the main menu,.| 00001750 20 20 20 20 67 6f 20 74 6f 20 74 68 65 20 27 64 | go to the 'd| 00001760 61 74 61 66 69 6c 65 27 20 73 75 62 6d 65 6e 75 |atafile' submenu| 00001770 20 6f 66 20 74 68 65 20 27 73 61 76 65 27 20 73 | of the 'save' s| 00001780 75 62 6d 65 6e 75 2c 20 20 61 6e 64 20 73 61 76 |ubmenu, and sav| 00001790 65 20 74 68 65 20 66 69 6c 65 20 69 6e 0a 20 20 |e the file in. | 000017a0 20 20 74 68 65 20 6e 6f 72 6d 61 6c 20 6d 61 6e | the normal man| 000017b0 6e 65 72 20 28 69 2e 65 2e 20 65 6e 74 65 72 20 |ner (i.e. enter | 000017c0 61 20 6e 61 6d 65 20 26 20 64 72 61 67 20 74 68 |a name & drag th| 000017d0 65 20 69 63 6f 6e 2c 20 20 6f 72 20 63 6c 69 63 |e icon, or clic| 000017e0 6b 20 6f 6e 20 27 4f 6b 27 20 69 66 0a 20 20 20 |k on 'Ok' if. | 000017f0 20 79 6f 75 20 68 61 76 65 20 61 6c 72 65 61 64 | you have alread| 00001800 79 20 64 6f 6e 65 20 74 68 69 73 29 2e 20 20 54 |y done this). T| 00001810 68 65 20 72 65 73 75 6c 74 69 6e 67 20 66 69 6c |he resulting fil| 00001820 65 20 63 6f 6e 74 61 69 6e 73 20 61 6c 6c 20 67 |e contains all g| 00001830 72 61 70 68 0a 20 20 20 20 73 74 79 6c 65 2f 64 |raph. style/d| 00001840 61 74 61 20 69 6e 66 6f 72 6d 61 74 69 6f 6e 20 |ata information | 00001850 61 6e 64 20 63 61 6e 20 62 65 20 72 65 6c 6f 61 |and can be reloa| 00001860 64 65 64 20 26 20 65 64 69 74 65 64 20 61 74 20 |ded & edited at | 00001870 61 20 6c 61 74 65 72 20 64 61 74 65 2e 0a 0a 35 |a later date...5| 00001880 2e 20 20 43 72 65 61 74 65 20 74 68 65 20 67 72 |. Create the gr| 00001890 61 70 68 20 2d 20 66 72 6f 6d 20 74 68 65 20 27 |aph - from the '| 000018a0 67 72 61 70 68 27 20 73 75 62 6d 65 6e 75 20 6f |graph' submenu o| 000018b0 66 20 74 68 65 20 27 73 61 76 65 27 20 73 75 62 |f the 'save' sub| 000018c0 6d 65 6e 75 2c 20 20 73 61 76 65 20 74 68 65 0a |menu, save the.| 000018d0 20 20 20 20 64 72 61 77 66 69 6c 65 20 69 6e 20 | drawfile in | 000018e0 74 68 65 20 6e 6f 72 6d 61 6c 20 6d 61 6e 6e 65 |the normal manne| 000018f0 72 2e 20 20 54 68 69 73 20 64 72 61 77 66 69 6c |r. This drawfil| 00001900 65 20 69 73 20 74 68 65 20 67 72 61 70 68 2c 20 |e is the graph, | 00001910 20 72 65 61 64 79 20 66 6f 72 0a 20 20 20 20 6c | ready for. l| 00001920 6f 61 64 69 6e 67 20 69 6e 74 6f 20 21 44 72 61 |oading into !Dra| 00001930 77 2c 20 20 21 49 6d 70 72 65 73 73 69 6f 6e 20 |w, !Impression | 00001940 65 74 63 2e 20 20 28 52 65 6d 65 6d 62 65 72 20 |etc. (Remember | 00001950 61 20 32 35 36 20 63 6f 6c 6f 75 72 20 6d 6f 64 |a 256 colour mod| 00001960 65 20 6d 61 79 20 6e 65 65 64 0a 20 20 20 20 74 |e may need. t| 00001970 6f 20 62 65 20 73 65 6c 65 63 74 65 64 20 69 6e |o be selected in| 00001980 20 6f 72 64 65 72 20 74 6f 20 73 65 65 20 61 63 | order to see ac| 00001990 63 75 72 61 74 65 6c 79 20 61 6e 79 20 63 6f 6c |curately any col| 000019a0 6f 75 72 73 20 75 73 65 64 29 2e 0a 0a 0a |ours used)....| 000019ae