home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / mcad.zip / MCAD.HLP < prev    next >
Text File  |  1987-05-28  |  24KB  |  403 lines

  1. .SCREEN 0 101
  2. ` WELCOME TO THE MINI-MATHCAD HELP SYSTEM                    Press [Esc] to exit  
  3.  
  4.  FUNCTION KEYS [(*) = not in demo]║         HOW TO TYPE OPERATORS
  5.                                   ║
  6.  [F1] help      [F2] quit         ║   Key  Operator          Key  Operator
  7.  [F3] cut       [F4] paste        ║   ───  ──────────────    ───  ──────────────
  8.  [F5] load (*)  [F6] save (*)     ║   'x   Parentheses       x*y  Multiplication
  9.  [F7] split (*) [F8] switch (*)   ║   x[y  Subscript         x$y  Summation
  10.  [F9] calc     [F10] insertline   ║   x!   Factorial         x#y  Product
  11.  ═════════════════════════════════╣   x"   Conjugate         x?y  Derivative
  12.        OTHER KEYS                 ║   -x   Negative          x&y  Integral
  13.                                   ║   x^y  Power             x+y  Addition
  14.  [BackQuote]  menus               ║   \x   Square root       x-y  Subtraction
  15.        [Esc]  commands by name    ║   |x   Absolute value    x>y  Greater than
  16.            @  create plot region  ║   x/y  Division          x<y  Less than
  17.            "  create text region  ║                        x,y;z  Range
  18. ` FOR ADDITIONAL HELP, CHOOSE A LETTER FROM THE LIST BELOW                       
  19.  
  20. A. What do I do now?      D. Ranges, arrays, iteration     G. Plotting
  21.  
  22. B. Built-in functions     E. Input and output tables       H. Units & dimensions
  23.  
  24. C. Commands and menus     F. Formatting, names,            I. Limitations of
  25.                              Greek letters                    mini-MathCAD
  26. .SCREEN 1 101
  27. ` WELCOME TO THE MINI-MATHCAD HELP SYSTEM                    Press [Esc] to exit  
  28.  
  29.  FUNCTION KEYS [(*) = not in demo]║         HOW TO TYPE OPERATORS
  30.                                   ║
  31.  [F1] help      [F2] quit         ║   Key  Operator          Key  Operator
  32.  [F3] cut       [F4] paste        ║   ───  ──────────────    ───  ──────────────
  33.  [F5] load (*)  [F6] save (*)     ║   'x   Parentheses       x*y  Multiplication
  34.  [F7] split (*) [F8] switch (*)   ║   x[y  Subscript         x$y  Summation
  35.  [F9] calc     [F10] insertline   ║   x!   Factorial         x#y  Product
  36.  ═════════════════════════════════╣   x"   Conjugate         x?y  Derivative
  37.        OTHER KEYS                 ║   -x   Negative          x&y  Integral
  38.                                   ║   x^y  Power             x+y  Addition
  39.  [BackQuote]  menus               ║   \x   Square root       x-y  Subtraction
  40.        [Esc]  commands by name    ║   |x   Absolute value    x>y  Greater than
  41.            @  create plot region  ║   x/y  Division          x<y  Less than
  42.            "  create text region  ║                        x,y;z  Range
  43. ` FOR ADDITIONAL HELP, CHOOSE A LETTER FROM THE LIST BELOW                       
  44.  
  45. A. What do I do now?      D. Ranges, arrays, iteration     G. Plotting
  46.  
  47. B. Built-in functions     E. Input and output tables       H. Units & dimensions
  48.  
  49. C. Commands and menus     F. Formatting, names,            I. Limitations of
  50.                              Greek letters                    mini-MathCAD
  51. .SCREEN 101 0
  52. ` HOW TO USE MATHCAD             Press [F1] for main help menu or [Esc] to exit  
  53.  
  54. When you use MathCAD, you can do any of the following:
  55.  
  56.  USE MATHCAD TO CALCULATE. Type   │   SELECT A COMMAND FROM A MENU. Press
  57.   "expression =" , for example:    │    the backquote key (`). The backquote
  58.                                    │    is on the same key as the the tilde (~).
  59.       3 + 4/117 =                  │    Then use the arrow keys to see
  60.                                    │    menus of commands. To select a command
  61.   MathCAD computes the result.     │    use the up/down keys to highlight it,
  62.                                    │    then press ─┘. Some commands are
  63.                                    │    also on the [F1] through [F10] keys.
  64.  DEFINE A VARIABLE. Type          │
  65.   "variable: expression", for      │   ENTER TEXT. Press a double-quote (")
  66.   example:                         │    to create a text region. Then type
  67.                                    │    between the resulting pair of quotes.
  68.      y := m*x + b                  │
  69.                                    │
  70.   If m, x, and b are defined, this │   CREATE A PLOT. Press an at-sign (@) to
  71.   defines the variable y.          │    create a plot region. Then fill in the
  72.                                    │    placeholders for axis limits and
  73.                                    │    expressions to plot.
  74.  
  75. For more information, see the Tutorial or press [F1] and choose a topic.
  76. .SCREEN 102 0
  77. ` MATHCAD BUILT-IN FUNCTIONS        Press [F1] for main help menu, [Esc] to exit 
  78.  
  79.  TRIGONOMETRIC     ║   HYPERBOLIC         ║  BESSSEL          ║ LOGS/EXPONENTIAL
  80.                    ║                      ║                   ║
  81.  sin(z)   asin(z)  ║   sinh(z)  asinh(z)  ║  J0(x)    Y0(x)   ║ exp(z)
  82.  cos(z)   acos(z)  ║   cosh(z)  acosh(z)  ║  J1(x)    Y1(x)   ║ ln(z)
  83.  tan(z)   atan(z)  ║   tanh(z)  atanh(z)  ║  Jn(n,x)  Yn(n,x) ║ log(z)
  84.  ══════════════════╩══════════════╦═══════╩═══════════════════╩═════════════════
  85.  SPECIAL FUNCTIONS                ║ ARRAY AND STATISTICAL (X and Y arrays)
  86.                                   ║
  87.  Re(z) ....... real part          ║ last(array)    mean(array)    corr(X,Y)
  88.  Im(z) ....... imaginary part     ║ length(array)  var(array)     slope(X,Y)
  89.  floor(x) .... greatest integer   ║ max(array)     stdev(array)   intercept(X,Y)
  90.  ceil(x) ..... least integer      ║ min(array)     Γ(z)           erf(x)
  91.  angle(x,y) .. angle to (x,y)     ║ freqs := hist(intervals, data)
  92.  mod(x,y) .... remainder          ╠═════════════════════════════════════════════
  93.  until(x,y) .. y until x<0        ║ CUBIC SPLINE (X and Y arrays)
  94.  Φ(x) ........ Heaviside step     ║
  95.  root(exp,x) . root of express'n  ║ C := lspline(X,Y)  C := cspline(X,Y)
  96. ══════════════════════════════════╣ C := pspline(X,Y)  interp(C,X,Y,x)
  97.  FAST FOURIER TRANSFORM           ╠═════════════════════════════════════════════
  98.                                   ║ FILE ACCESS
  99.  c := fft(array)  c := cfft(array)║                                 
  100.  z := ifft(c)     z := icfft(c)   ║ READ(file)      WRITE(file)     APPEND(file)
  101. .SCREEN 103 401
  102. ` WAYS TO USE MATHCAD COMMANDS     Press [F1] for main help menu, [Esc] to exit  
  103.  
  104.   TO EXECUTE A COMMAND BY NAME,        │  TO EXECUTE COMMANDS FROM MENUS,
  105.    press the [Esc] key and enter the    │   press the backquote key (`) to see
  106.    command name. For example:           │   the top level command menu. Then use
  107.         [Esc] cut ─┘                   │   the left/right keys to see submenus,
  108.                                         │   and the up/down keys to highlight
  109.    You need only type enough letters    │   commands in those submenus. To
  110.    to differentiate the command from    │   execute a command, highlight it in
  111.    other commands. For example, you     │   the menu and press ─┘.
  112.    could load a file by typing:         │
  113.         [Esc] cu ─┘                    │  YOU CAN ALSO CHOOSE A COMMAND FROM
  114.                                         │   A MENU BY TYPING THE FIRST LETTER.
  115.   SOME COMMANDS ARE ON FUNCTION KEYS.  │   For example, to select the Cut 
  116.    For example, to cut a region, press  │   command from the Edit menu, type:
  117.    the [F3] key.                        │         `EC
  118.  
  119. ` FURTHER HELP ON MATHCAD COMMANDS ── Type a letter from the list below          
  120.  
  121.         A. System commands               C. Editing and moving commands
  122.  
  123.         B. Computation commands          D. Text commands
  124.  
  125.  File commands and Window/page commands are not included in this demo version.
  126. .SCREEN 104 0
  127. ` RANGE VARIABLES                Press [F1] for main help menu or [Esc] to exit 
  128.  
  129. To perform an iterative calculation      Type this         See this
  130. in MathCAD, start with a RANGE           ─────────         ────────
  131. VARIABLE. For example ────────────      j: 1;20           j := 1 ..20
  132.  
  133. Now j will range from 1 to 20 each time you use it in an equation.
  134.  
  135. ` SUBSCRIPTED VARIABLES AND ITERATION                                            
  136.  
  137. A subscripted variable, or array,      │  More examples using subscripts:
  138. is a MathCAD variable that holds       │              ┌   ┐
  139. many values.                           │  y  := x ∙sin│x  │
  140.                                        │   j     j    └ j ┘
  141. To define a subscripted variable,      │
  142. use a formula like this:               │  z  := 1   z  := z   + α
  143.                                        │   0         j     j-1
  144.       π        Use a left bracket      │   ┬─┬                      Type # for
  145. x  := ──∙j     to type a subscript:    │   │ │ k = 5040             product.
  146.  j    10       Type x[j for "x sub j"  │    k
  147.                                        │             ┌───┐          Type $ for
  148. NOTE: THIS DEMONSTRATION VERSION IS    │  dotprod :=  >    x ∙m     summation.
  149. LIMITED TO 20 ARRAY ELEMENTS. MathCAD  │             └───┘  i  i 
  150. Version 1.1 can handle 7000 elements.  │               i
  151. .SCREEN 105 0
  152. ` INPUT TABLES                          █  OUTPUT TABLES                         
  153.                                        │
  154.  To enter values in a MathCAD table,   │ To see values of a ranged expression
  155.  first define a range variable, for    │ or subscripted variable in a table,
  156.  example:           i := 1 ..10        │ just type the expression followed
  157.                                        │ by an equals sign. MathCAD shows the
  158.  Then type:                            │ results in an output table.
  159.       A subscripted variable.         │
  160.       A colon                         │ EXAMPLES:
  161.       Numbers or expressions,         │              2       x        i∙x
  162.        separated by commas.            │     i       i         i          i
  163.                                        │   ┌───┐   ┌────┐   ┌─────┐   ┌─────┐
  164.  You see an input table ───  x  :=    │   │ 1 │   │  1 │   │ 100 │   │ 100 │
  165.                                i       │   ├───┤   ├────┤   ├─────┤   ├─────┤
  166.  To insert into an           ┌───────┐ │   │ 2 │   │  4 │   │ 200 │   │ 400 │
  167.  input table, put the        │ 100   │ │   ├───┤   ├────┤   ├─────┤   ├─────┤
  168.  cursor at the end of        ├───────┤ │   │ 3 │   │  9 │   │ 300 │   │ 900 │
  169.  a table entry and           │ 200   │ │   ├───┤   ├────┤   └─────┘   └─────┘
  170.  TYPE A COMMA. To            ├───────┤ │   │ 4 │   │ 16 │
  171.  delete a table entry        │ 10∙30 │ │   ├───┤   ├────┤
  172.  put the cursor on it        ├───────┤ │   │ 5 │   │ 25 │
  173.  and press [BackSpace].      │   ■   │ │   ├───┤   ├────┤
  174.                              └───────┘
  175. ` PRESS: [F1] for main help menu  [Esc] to exit                                  
  176. .SCREEN 106 501
  177. ` FORMATTING NUMERIC RESULTS     Press [F1] for main help menu or [Esc] to exit  
  178.  
  179. Global format:                    Local format: with cursor on result or table,
  180.   type [Esc] format ─┘            type f to format
  181.                                    type d to remove format
  182. Format commands show the following codes on the message line:
  183.  
  184. rd ... radix: decimal, hex, or octal │ zt ... zero tolerance: determines when
  185.                                      │        small numbers are shown as zero
  186. ct ... complex tolerance: determines │
  187.        when numbers are displayed as │ et ... exponential tolerance: determines
  188.        purely real or imaginary      │        when to show exponential notation
  189.                                      │
  190. im ... imaginary unit symbol: i or j │ pr ... precision (decimal places)
  191.  
  192. ` VARIABLE NAMES                 █ HOW TO TYPE GREEK LETTERS                     
  193.                                 │
  194. MathCAD variable names can      │ To type a Greek letter, press [Alt] + key:
  195. include any of the following:   │
  196.                                 │ α ...[Alt]A     Γ ...[Alt]G     π ...[Alt]P
  197.  letters:        AaBbCc ...    │ ß ...[Alt]B     Φ ...[Alt]H     Θ ...[Alt]Q
  198.  numbers:        123456 ...    │ δ ...[Alt]D     ∞ ...[Alt]I     σ ...[Alt]S
  199.  Greek letters:  αßΓπΣµ ...    │ ε ...[Alt]E     ⁿ ...[Alt]N     τ ...[Alt]T
  200.  Special chars:  _, %, and ∞   │ φ ...[Alt]F     Ω ...[Alt]O     µ ...[Alt]U
  201. .SCREEN 107 501
  202. ` CREATING A PLOT                Press [F1] for main help menu or [Esc] to exit 
  203.  
  204. To create a plot, press @.      Move the cursor to the placeholders and type:
  205. You see an empty plot:             An x-axis expression, or several expressions
  206.                                     separated by commas.
  207.    ■ ┌─────────────┐               A y-axis expression or several expressions
  208.      │             │                separated by commas.
  209.    ■ │             │               Axis limits (numbers). Type a number or
  210.      │             │                expression for each of the placeholders at
  211.    ■ └─────────────┘                the ends of the axes
  212.      ■      ■      ■               Press [F9] to plot the points.
  213. `                       SOME TYPICAL PLOTS                                      
  214.                                                          y    ┌─────────────┐
  215.                               Amax ┌─────────────┐        100 │       +  + +│
  216.     1 ┌─────────────┐              │────┐        │       y    │    + +++    │
  217.       │ . ∙ .       │      y1 ,y2  │    └────┐┌─ │        i   │   + ++      │
  218. sin(x)│∙     ∙    ∙ │        i   i │──────┐  └┼─ │       y    │ ++         +│
  219.       │        ∙ ∙  │              │      └───┘  │        0   └─────────────┘
  220.     -1└─────────────┘         Amin └─────────────┘            0      x      10
  221.       0      x      π              0      i     10                    i
  222. ` CHANGING PLOT SIZE AND CHARACTERISTICS                                         
  223.  
  224.                To see the Help screen on changing plot size
  225.                and characteristics, type "A".
  226. .SCREEN 108 0
  227. ` USING UNITS IN MATHCAD         Press [F1] for main help menu or [Esc] to exit 
  228.  
  229. To use units in MathCAD, follow        │ 3. MathCAD checks dimensions when
  230. these steps:                           │    you use them in equations:
  231.                                        │                                cm
  232. 1. Define base units of length, mass,  │    v1 := 50∙mph     v2 := 100∙───
  233.    time, and/or charge. For example:   │                               sec
  234.                                        │    vel := v1 + v2 + 1000∙cm
  235.    cm ≡ 1L    g ≡ 1M    sec ≡ 1T       │                   │
  236.                                        │          ┌────────┴─────────┐
  237.    1L, 1M, and 1T represent base       │          │incompatible units│
  238.    units of length, mass, and time.    │          └──────────────────┘
  239.    To see ≡ (the global definition     │
  240.    symbol), type a tilde (~).          │ 4. MathCAD show dimensions for results:
  241.                                        │                           1     -1
  242. 2. Define other units in terms of      │    v1 + v2 = 2335.2∙length ∙time   ■
  243.    these:                              │
  244.                           2            │ 5. Put cursor on final placheholder (■)
  245.    ft ≡ 30.48∙cm   hr ≡ 60 ∙sec        │    and type units. MathCAD converts
  246.                                        │    result to those units:
  247.    mile ≡ 5280∙ft        mile          │
  248.                    mph ≡ ────          │                      ft
  249.                           hr           │    v1 + v2 = 76.614∙───
  250.                                        │                     sec
  251. .SCREEN 109 0
  252. ` LIMITATIONS OF MINI-MATHCAD    Press [F1] for main help menu or [Esc] to exit  
  253.  
  254.      Mini-MathCAD is actually a subset of the full functionality
  255.      of MathCAD. Mini-MathCAD is identical to MathCAD Version 1.1,
  256.      except for the following:       
  257.  
  258.   MINI-MATHCAD DOES NOT SCROLL.        │  MINI-MATHCAD DOES NOT PRINT.
  259.    Mini-MathCAD is limited to an area   │   In MathCAD Version 1.1 you can
  260.    of 24 lines by 80 columns. In        │   print all or part of a document, 
  261.    MathCAD Version 1.1 the screen is a  │   exactly as you see it on the screen.
  262.    window into an area of any desired   │
  263.    length or width.                     │  MINI-MATHCAD ARRAYS ARE LIMITED
  264.                                         │   TO 20 ELEMENTS.
  265.                                         │   MathCAD Version 1.1 can handle
  266.   MINI-MATHCAD DOES NOT LOAD OR SAVE.  │   arrays up to 7000 elements.
  267.    In MathCAD Version 1.1 you can save  │
  268.    your documents and load them again   │  SOME BUILT-IN FUNCTIONS (LIKE cos)
  269.    later.                               │   ARE DISABLED IN MINI-MATHCAD.
  270.                                         │   These functions work in MathCAD
  271.                                         │   Version 1.1
  272.  
  273.       This is only a demonstrations version of MathCAD. To get the
  274.       full functionality, you must purchase MathCAD Version 1.1.
  275.       Call 1-800-MATHCAD for more information.
  276. .SCREEN 401 0
  277. ` SYSTEM COMMANDS                (press [BackSpace] for help on other commands) 
  278.  
  279. Command    Keys     Explanation                 TO SEE THE SYSTEM MENU, TYPE: `S
  280. name       to type  and use
  281. ───────    ───────  ───────────                    ██ System ██████████████████ 
  282. help       [F1]     Enter MathCAD Help System
  283.            `SH      (Type [Esc] to exit.)          ┌─────────────────────────┐
  284.                                                    │  Help [F1]              │
  285. quit       [F2]     Exit MathCAD.                  │  Quit [F2]              │
  286.            `SQ                                     │  Dos                    │
  287.                                                    │  Memory                 │
  288. dos        `SD      Interrupt MathCAD to           │  Print                  │
  289.                     execute a DOS command.         │  Redraw [Ctrl]R         │
  290.                     Prompts for the name of a      │                         │
  291.                     DOS command to execute.        │                         │
  292.                                                    └─────────────────────────┘
  293. memory     `SM      Show how much memory is used and available.
  294.  
  295. print      `SP      Print all or part of a MathCAD document. Printing is not
  296.                     included in this demonstration diskette.
  297.  
  298. redraw     [Ctrl]R  Redraw the screen.
  299.            `SR
  300. ` PRESS: [BackSpace] for commands menu   [F1] for main help menu  [Esc] to exit 
  301. .SCREEN 402 0
  302. ` COMPUTATION COMMANDS           (press [BackSpace] for help on other commands) 
  303.  
  304. Command    Keys     Explanation              TO SEE THE COMPUTE MENU, TYPE: `C
  305. name       to type  and use
  306. ───────    ───────  ───────────                   ███████████████ Compute █████
  307. calculate  [F9]     Calculate equations on
  308.            `CC      current screen.                ┌─────────────────────────┐
  309.                                                    │  Calculate [F9]         │
  310. process    `CP      Process all eqns in document.  │  Process                │
  311.                                                    │  Manual                 │
  312. manual     `CM      Set manual calculation mode.   │  Automatic              │
  313.                     ([F9] required to calculate.)  │  Format                 │
  314.                                                    │  Randomize              │
  315. automatic  `CA      Set automatic calc. mode.      │  Dimension              │
  316.                                                    │  Equation (on/off)      │
  317. format     `CF      Set global format. Edit the    └─────────────────────────┘
  318.                     specification shown on the message line.
  319.  
  320. randomize  `CR      Reset random numbers. Can take a numeric argument.
  321.  
  322. dimension  `CD      Change dimension names. Edit dimensions shown on msg line.
  323.  
  324. equation   `CE      [With cursor in eqn] Disable or re-enable calc. for equation
  325. ` PRESS: [BackSpace] for commands menu   [F1] for main help menu  [Esc] to exit 
  326. .SCREEN 403 0
  327. ` EDITING/MOVING COMMANDS        (press [BackSpace] for help on other commands) 
  328.  
  329. Command    Keys     Explanation            TO SEE THE EDIT/MOVE MENU, TYPE: `E
  330. name       to type  and use
  331. ───────    ───────  ───────────                   ███ Edit/move ███████████████
  332. cut        [F3]     Cut region containing the
  333.            `EC      cursor.                        ┌─────────────────────────┐
  334.                                                    │  Cut [F3]               │
  335. paste      [F4]     Paste region previously cut    │  Paste [F4]             │
  336.            `EP      at current cursor position.    │  Separate [Ctrl]S       │
  337.                                                    │  Insertline [F10]       │
  338. separate   [Ctrl]S  Separate overlapping regions.  │  Deleteline [Ctrl][F10] │
  339.            `ES                                     │  Goto                   │
  340.                                                    │  Move                   │
  341. insertline [F10]    Insert blank line; shift re-   │                         │
  342.            `EI      gions below cursor down 1 line.└─────────────────────────┘
  343.  
  344. deleteline [Ctrl][F10]  Delete current line; shift regions below cursor up one
  345.            `ED      line. Current line must be empty.
  346.  
  347. goto       `EG      Go to . Prompts for cursor position or text string.
  348.  
  349. move       `EM      Relative move. Prompts for numbers of rows and cols to move.
  350. ` PRESS: [BackSpace] for commands menu   [F1] for main help menu  [Esc] to exit 
  351. .SCREEN 404 0
  352. ` TEXT COMMANDS                  (press [BackSpace] for help on other commands) 
  353.  
  354. All text commands require cursor                TO SEE THE TEXT MENU, TYPE: `T
  355. to be in text region.
  356.                                                   ████████████████ Text ███████
  357. Command    Keys     Explanation
  358. name       to type  and use                        ┌─────────────────────────┐
  359. ───────    ───────  ───────────                    │  Width                  │
  360. width      `TW      Set width (in characters) of   │  Cut [Ctrl][F3]         │
  361.                     text region containing the     │  Paste [Ctrl][F4]       │
  362.                     cursor. Prompts for new        │  Mark [Ctrl]X           │
  363.                     width; rewraps text region to  │                         │
  364.                     specified width. Use ─┘ to    │                         │
  365.                     set margin of new text region. │                         │
  366.                                                    │                         │
  367. textcut    [Ctrl][F3]  Cut currently marked text   └─────────────────────────┘
  368.            `TC      from text region. (See mark command, below.)
  369.  
  370. textpaste  [Ctrl][F4]  Paste text previously marked or cut into an existing
  371.            `TP      text region.
  372.  
  373. mark       [Ctrl]X  Mark spot in text region. To mark part of a text region,
  374.            `TM      mark the first and last character of the desired text.
  375. ` PRESS: [BackSpace] for commands menu   [F1] for main help menu  [Esc] to exit 
  376. .SCREEN 501 0
  377. ` CHANGING PLOT SIZE AND CHARACTERISTICS                                        
  378.  
  379.  To change the size or characteristics of a plot, move the cursor into the plot
  380.  and type "f" (for "format"). You see a specification on the message line:
  381.  
  382.                 logs=0,0  subdivs=1,1  size=5,15  type=l
  383.  
  384.  To change the plot, edit this line. All items show y-axis first, then x-axis.
  385.  
  386. logs ... 0 means linear scaling. Any other num- │ type ... line type, as follows
  387.          ber means log scaling with that many   │
  388.          cycles (shown as evenly spaced lines   │ l=line        s=step
  389.          on plot).                              │ d=dot         e=error bars
  390.                                                 │ x=exes        X=exes w/lines
  391. subdivs ... number of subdivisions. 1=no sub-   │ p=pluses      P=pluses w/lines
  392.          divisions. For linear scale, subdi-    │ o=rectangles  O=rect's w/lines
  393.          visions shown as evenly spaced lines on│ v=diamonds    V=diam's w/lines
  394.          plot. For log scale, you can specify:  │
  395.     1 .. Cycles not subdivided.                 │ To use several symbol types,
  396.     2 .. Each cycle has 2 log-spaced subdivs.   │ use a string of letters:
  397.     9 .. Each cycle has 9 log-spaced subdivs.   │     type=ldx
  398.                                                 │ This shows lines, then dots,
  399. size ... size of plot, in lines and columns     │ then exes.
  400. ` PRESS: [BackSpace] for help on plots  [F1] for main help menu  [Esc] to exit  
  401. .END
  402.  
  403.