home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 035 / splot122.zip / SPLOT.CFG < prev    next >
Text File  |  1994-10-07  |  5KB  |  129 lines

  1. /* edit the numeric values to chage option */
  2. /* 1 is on and 0 is off for on/off parameters */
  3. undo_limit 30000
  4. key_map 0
  5. exclusive_map 0
  6. tab_size 3
  7. right_margin 79
  8. left_margin 0
  9. indent 4
  10. ordinary_colour 7
  11. changed_colour 3
  12. background_colour 0
  13. command_colour 4
  14. command_back_colour 7
  15. tab_compress 0
  16. auto_indent 1
  17. auto_wrap 0
  18. copy_indent 0
  19. right_justify 0
  20. error_beep 1
  21. overwrite_warn 0
  22. inc_update 0
  23. always_load 1
  24. font_name System Monospaced
  25. font_size 10
  26. edit_x_pos 300
  27. edit_y_pos 12
  28. edit_width 320
  29. edit_height 452
  30. plot_x_pos -4
  31. plot_y_pos 6
  32. plot_width 303
  33. plot_height 457
  34. index_names (null)
  35.  
  36. /* Starting in the first column of a definition must appear the key word */ 
  37. /* or function key identifying the macro. This is followed by the macro */ 
  38. /* body. Function keys may not appear in macro bodies.*/
  39. /* macro definitions require two characters per keystroke and are encoded as follows:   */
  40. /* Sequences are in ASCII order.*/ 
  41.  
  42. /* Ordinary characters            prepend with _                                        */
  43. /* Control Keys                   prepend with ^       ^M Return, ^[ esc                */
  44. /* Alt Keys                       prepend with %                                        */
  45. /* Cursor keys                    prepend with #       #. Del, #0 Ins - #9 PgUp         */
  46. /* Ctrl Cursor Keys               prepend with #       #N Del, #P Ins - #Y PgUp         */
  47. /* Alt Cursor Keys                prepend with #       #n Del, #p Ins - #y PgUp         */
  48. /* Function Keys                  prepend with $       $1 - S<                          */
  49. /* Shift Function Keys            prepend with $       $= - $H                          */
  50.  
  51. /* function key macro definitions */
  52. $1 ^[_?^M
  53. $2 ^W
  54. $3 ^Q
  55. $4 ^W^Q
  56. $5 ^[
  57. $6 ^[_c_o_n_f_i_g_u_r_e^M
  58. $7 ^[_e_
  59. $8 ^[_r_
  60. $9 ^U
  61. $: ^N
  62. $I #7_#_i_n_c_l_u_d_e^`_<_s_p_l_o_t_._h_>^M_m_a_i_n_(_)^M#6#6#6_{^M_}#8
  63. $J _i_f^`_(_)^M#6#6#6_{^M_}#8#8
  64. $K _e_l_s_e^M#6#6#6_{^M_}#8
  65. $L _f_o_r^`_(_;_;_)^M#6#6#6_{^M_}#8#8#6
  66. $M _w_h_i_l_e^`_(_)^M#6#6#6_{^M_}#8#8#6#6#6
  67. $N _d_o^M#6#6#6_{^M_}^M#4#4#4_w_h_i_l_e^`_(_)_;#4#4
  68. $O _b_r_e_a_k_;
  69. $P _c_o_n_t_i_n_u_e_;
  70. $Q _r_e_t_u_r_n_;
  71. $R _c_h_a_r^`_;#4
  72. $S _i_n_t^`_;#4
  73. $T _f_l_o_a_t^`_;#4
  74. $U _d_o_u_b_l_e^`_;#4
  75. $V _s_w_i_t_c_h^`_(_)^M#6#6#6_{^M_}#8#8#6#6#6#6
  76. $W _c_a_s_e^`_:#4
  77. $X _d_e_f_a_u_l_t^`_:#4
  78. $\ ^^
  79. $] ^_
  80. $;  
  81. $<  
  82. $=  
  83. $>  
  84. $?  
  85. $@  
  86. $A  
  87. $B  
  88. $C  
  89. $D  
  90. $E  
  91. $F  
  92. $G  
  93. $H  
  94. $Y  
  95. $Z  
  96. $[  
  97. $^  
  98. $_  
  99. $`  
  100.  
  101. /* internal function macro definitions */
  102. abox ^M_a_b_o_x_(_w_i_d_t_h_,_h_e_i_g_h_t_,_[_x_o_r_i_g_]_,_[_y_o_r_i_g_]_)_;#T#T#T#T
  103. alineto ^M_a_l_i_n_e_t_o_(_l_e_n_g_t_h_,_a_n_g_l_e___t_o___l_a_s_t_)_;#T#T
  104. arc ^M_a_r_c_(_x_c_e_n_t_e_r_,_y_c_e_n_t_e_r_,_r_a_d_i_u_s_,_a_l_p_h_a_,_b_e_t_a_)_;#T#T#T#T#T
  105. arcn ^M_a_r_c_n_(_x_c_e_n_t_e_r_,_y_c_e_n_t_e_r_,_r_a_d_i_u_s_,_a_l_p_h_a_,_b_e_t_a_)_;#T#T#T#T#T
  106. arcto ^M_a_r_c_t_o_(_x_1_,_y_1_,_x_2_,_y_2_,_r_a_d_i_u_s_)_;#T#T#T#T#T
  107. arrowto ^M_a_r_r_o_w_t_o_(_x_1_,_x_2_,_[_x_2_]_,_[_y_2_]_ _-_ _[_x_n_]_,_[_y_n_]_)_;#T#T#T#T#T#T#T
  108. ascale ^M_a_s_c_a_l_e_(_,_m_i_n_,_m_a_x_)_;#T#T#4
  109. axes_box ^M_a_x_e_s___b_o_x_(_w_i_d_t_h_,_h_e_i_g_h_t_,_x_m_i_n_,_y_m_i_n_,_x_m_a_x_,_y_m_a_x_,_[_x_o_r_i_g_]_,_[_y_o_r_i_g_]_)_;#T#T#T#T#T#T#T#T
  110. box ^M_b_o_x_(_x_1_,_y_1_,_x_2_,_y_2_)_;#T#T#T#T
  111. curveto ^M_c_u_r_v_e_t_o_(_x_1_,_y_1_,_x_2_,_y_2_,_x_3_,_y_3_)_;#T#T#T#T#T#T
  112. drawdata ^M_d_r_a_w_d_a_t_a_(_d_a_t_a_,_[_x_c_o_l_]_,_[_y_c_o_l_]_)_;#T#T#T
  113. errorbars ^M_e_r_r_o_r_b_a_r_s_(_,_d_a_t_a_,_x_c_o_l_,_y_c_o_l_,_e_r_r_c_o_l_)_;#T#T#T#T#4
  114. fitline ^M_f_i_t_l_i_n_e_(_d_a_t_a_,_x_c_o_l_,_y_c_o_l_,_&_y_i_n_t_,_&_s_l_o_p_e_)_;#T#T#T#T#T
  115. label ^M_l_a_b_e_l_(_,_l_a_b_e_l_)_;#T#4
  116. lineto ^M_l_i_n_e_t_o_(_x_1_,_x_2_,_[_x_2_]_,_[_y_2_]_ _-_ _[_x_n_]_,_[_y_n_]_)_;#T#T#T#T#T#T#T
  117. moveto ^M_m_o_v_e_t_o_(_x_,_y_)_;#T#T
  118. plotdata ^M_p_l_o_t_d_a_t_a_(_d_a_t_a_,_[_x_c_o_l_]_,_[_y_c_o_l_]_)_;#T#T#T
  119. readdata ^M_r_e_a_d_d_a_t_a_(_f_i_l_e_n_a_m_e_,_d_a_t_a___a_r_r_a_y_)_;#T#T
  120. rarrowto ^M_r_a_r_r_o_w_t_o_(_x_1_,_x_2_,_[_x_2_]_,_[_y_2_]_ _-_ _[_x_n_]_,_[_y_n_]_)_;#T#T#T#T#T#T#T
  121. rlineto ^M_r_l_i_n_e_t_o_(_x_1_,_x_2_,_[_x_2_]_,_[_y_2_]_ _-_ _[_x_n_]_,_[_y_n_]_)_;#T#T#T#T#T#T#T
  122. rmoveto ^M_r_m_o_v_e_t_o_(_x_,_y_)_;#T#T
  123. rotate ^M_r_o_t_a_t_e_(_d_e_g_r_e_e_s_)_;#T
  124. scale ^M_s_c_a_l_e_(_x_m_u_l_t_,_y_m_u_l_t_)_;#T#T
  125. symbol ^M_s_y_m_b_o_l_(_[_x_]_,_[_y_]_,_)_;#T#T
  126. text ^M_t_e_x_t_(_x_,_y_,_q_u_o_t_e_,_[_j_u_s_t_]_)_;#T#T#T#T
  127. translate ^M_t_r_a_n_s_l_a_t_e_(_t_x_,_t_y_)_;#T#T
  128. whereis ^M_w_h_e_r_e_i_s_(_&_x_,_&_y_)_;#T#T
  129.