File: Sample_Run

package info (click to toggle)
xspread 3.1.1c-9
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,836 kB
  • ctags: 1,426
  • sloc: ansic: 19,342; yacc: 499; lisp: 231; makefile: 198; sh: 28; sed: 4
file content (75 lines) | stat: -rw-r--r-- 2,070 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75

			 ------------
                        | SAMPLE RUN |
			 ------------

Here is a sample test run of XSpread with examples of how to use the 
new and improved features which were recently implemented.

  -  Type "xspread doc/demo_dates" to start xspread with a demo file.

  -  Hit the "/" key to bring up the main menu options.
     Or press the right mouse button.


  GRAPHING
  ========

  -  Use the mouse to click on the "Graph" option in the menu.

  -  Click on the "Type" option to choose the graph type.
       - select any one of the five graphs.

  - Choose option "X" to enter the X-Axis Labels.
       - Enter in a range of numeric values for the XY graph.
       - Enter in a range of strings for all of the other graphs.

  - Choose options "A" through "F" to enter in the numeric values.
       - These values must be numeric.

  - Choose "Options" option to enter in Titles, Legends, Grids, etc.

  - Choose "View" option to view the Graph on the monitor.
  
  -- The Line, Bar, Stacked Bar, and Pie graph all require the X variable
  to be a string, and the XY graph requires both variables be numberical.

  - "Sample" option allows creation of a temporary graph without affecting
    The previous graph.

  MATRIX OPERATIONS
  =================

  - Choose "File" option to get the matrix demo file.

  - Choose "Get" option, then type in "demo_matrix" to read in file.

  - ESCape to the Main Menu and select "Matrix" option

  - Choose "Transpose" option to find the transpose of a matrix.

  - Type "a5:c6 a0:b2" to enter in the [dest_range src_range]
       - The results should be displayed

  - Choose the Addition, Subtraction, Multiplication, and Inverse
    in the same manner.


  SAVING A SPREADSHEET
  ====================

  - Choose "File" option from the main menu.

  - Select option "Put" from the sub menu.

  - Type in the file name (Hit <Enter> to select the default path)

  - This version of xspread will also save your graph definitions


  EXITING XSPREAD
  ===============

  - Choose "Quit" option from the main menu.