home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m411 / 1.ddi / SURFER.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1989-04-13  |  4.3 KB  |  157 lines

  1. -------------------------------------------------------------------------------
  2.  
  3. Please report any errors in the SURFER manual to Tom Bresnahan at Golden
  4. Software, Inc.: 303-279-1021 or 1-800-333-1021.
  5.  
  6. -------------------------------------------------------------------------------
  7.  
  8. In order to use the "GRID Modify Smooth Spline" option, the GRID program must
  9. be started without a .DAT file in memory.
  10.  
  11. -------------------------------------------------------------------------------
  12.  
  13. New symbol sets have been added to the SURFER disks!  Files with the letters
  14. "FS" in the filename indicate companion sets that are fixed spaced instead of
  15. the normal proportionally spaced symbols sets.  For instance, SET1FS.SYM
  16. contains the same characters as SET1.SYM except that all the character widths
  17. are the same.  Use the new fixed spaced symbol sets to produce aligned columns
  18. of data or text.  Files with the letters "INT" in the filename indicate
  19. companion symbol sets containing international characters and letters such as Ñ
  20. and ¿.  Use the BASIC program SYMGEN.BAS on disk to generate a .PLT file
  21. containing all the symbols in that symbol set.  See also the ALTERSYM program
  22. to alter an existing symbol set or create a new one.
  23.  
  24. -------------------------------------------------------------------------------
  25.  
  26. Color Zone files should be set up with the contour level in the first column
  27. and the color in the second row.  This procedure is reversed in the manual
  28. on 4-36 and 5-27.
  29.  
  30. -------------------------------------------------------------------------------
  31.  
  32. Subscripts and superscripts may not be used in axis titles in SURF.
  33.  
  34. -------------------------------------------------------------------------------
  35. PLOTCALL commands:
  36.  
  37. Command: Move Absolute
  38.  
  39. Format:  MA X,Y
  40.  
  41. where
  42.  
  43. MA       is the command name to raise the pen at it's current
  44.          position and move to (X,Y).
  45.  
  46. X,Y      are the coordinates to move the pen to in inches.
  47. -------------------------------------------------------------
  48.  
  49. Command: Plot Absolute
  50.  
  51. Format:  PA X,Y
  52.  
  53. where
  54.  
  55. PA       is the command to lower the pen at it's current position
  56.          and move to (X,Y).
  57.  
  58. X,Y      are the coordinates to move the pen to in inches.
  59.  
  60. -------------------------------------------------------------
  61.  
  62. Command: TRanslate
  63.  
  64. Format:  TR DX,DY
  65.  
  66. where
  67.  
  68. TR       is the command to translate the plot.
  69.  
  70. DX,DY    are the delta distances to move all subsequent coordinates.
  71.  
  72. -------------------------------------------------------------
  73.  
  74. Command: SCale
  75.  
  76. Format:  SC XSC,YSC
  77.  
  78. where
  79.  
  80. SC       is the command to scale the plot.
  81.  
  82. XSC      is the scaling factor in the X direction.
  83.  
  84. YSC      is the scaling factor in the Y direction.
  85.  
  86. -------------------------------------------------------------
  87.  
  88. Command: Plot String
  89.  
  90. Format:  PS X,Y,HT,AN,STR
  91.  
  92. where
  93.  
  94. X,Y      are the coordinates of the lower left corner of the
  95.          first character to be plotted. If a centered symbol
  96.          is plotted, then X,Y refers to the center of the
  97.          symbol.
  98.  
  99. HT       is the height of the characters in inches.
  100.  
  101. AN       is the angle in degrees to plot the string.
  102.  
  103. STR      is the character string enclosed in double quotes.
  104.  
  105. -------------------------------------------------------------
  106.  
  107. Command: Set Symbol set
  108.  
  109. Format:  SS SYMBLSET
  110.  
  111. where
  112.  
  113. SS       is the command to set the current symbol set.
  114.  
  115. SYMBLSET is the name of the file containing the desired symbol
  116.          set enclosed in double quotes.
  117.  
  118. -------------------------------------------------------------
  119.  
  120. Command: ROtate
  121.  
  122. Format:  RO THETA
  123.  
  124. where
  125.  
  126. RO       is the command name to set the rotation angle.
  127.  
  128. THETA    is the angle in degrees to rotate subsequent plot
  129.          instructions about the current pivot point.
  130.  
  131. -------------------------------------------------------------
  132.  
  133. Command:  PIvot
  134.  
  135. Format:   PI XPIV,YPIV
  136.  
  137. where
  138.  
  139. PI        is the command to set the point about which to rotate
  140.           and scale the plot.
  141.  
  142. XPIV,YPIV are the coordinates of the pivot point.
  143.  
  144. -------------------------------------------------------------
  145.  
  146. Command: Select Pen
  147.  
  148. Format:  SP PN
  149.  
  150. where
  151.  
  152. PN       is the pen number to be selected.
  153.  
  154. ----------------------------------------------------------------
  155.  
  156. NOTE: select Line Type command is no longer supported.
  157.