 Usage:  setgopt(di, l_num, c_num, gropt)  or setgopt(di, l_num, c_num, optionname, optionvalue  {, optionname1, optionvalue1} {, optionname2, optionvalue2}  {...})   
 
 Input:

  di                     Display 
                         
                         
  l_num                  integer, 1 ... count of lines of di 
                         
                         
  c_num                  integer, 1 ... count of columns of di 
                         
                         
  gropt                  a special object, that is obtained by the command gropt=getgopt(...) and 
                         includes all graphic options from another display. 
                         
                         
  optionname             the option, to be changed. Allowed are: 
                         
                         &val; "title" 
                         &means; to change headline, 
                         &val; "xlim" 
                         &means; to change limits for x-axis, 
                         &val; "ylim" 
                         &means; to change limits for y-axis, 
                         &val; "xoffset" 
                         &means; to change the width of axis border 
                         &val; "yoffset" 
                         &means; to change the height of axis border 
                         &val; "xvalue" 
                         &means; to change the values m and k of the transformation m+k*x (x-axis), 
                         &val; "yvalue" 
                         &means; to change the values m and k by m+k*y (y-axis), 
                         &val; "xorigin" 
                         &means; to change origin for tickmarks of x-axis, 
                         &val; "yorigin" 
                         &means; to change origin for tickmarks of y-axis, 
                         &val; "xmajor" 
                         &means; to change major for tickmark of x-axis, 
                         &val; "ymajor" 
                         &means; to change major for tickmark y-axis, 
                         &val; "xlabel" 
                         &means; to change label of x-axis, 
                         &val; "ylabel" 
                         &means; to change label of y-axis, 
                         &val; "rotpoint" 
                         &means; to change rotation point , 
                         &val; "rotcos" 
                         &means; to change rotation cosinus matrix, 
                         &val; "scal" 
                         &means; to change scale matrix, 
                         &val; "transl" 
                         &means; to change translation vector 
                         
                         
  optionvalue            the new value for this option 
                         &val; "title" 
                         &means; a string 
                         &val; "xlim" 
                         &means; a vector that contains two values, e. g. 0 | 10 
                         &val; "ylim" 
                         &means; a vector that contains two values, e. g. 0 | 10 
                         &val; "xoffset" 
                         &means; a vector that contains two values to change the right and left widths of axis border (in percent) 
                         &val; "yoffset" 
                         &means; a vector that contains two values to change the upper an d lower heights of axis border (in percent) 
                         &val; "xvalue" 
                         &means; a vector that contains two values to change m and k in m+k*x, e. g. 0 | 1 for 0+1*x 
                         &val; "yvalue" 
                         &means; a vector that containss two values to change m and k in m+k*y, e. g. 0 | 1 for 0+1*y 
                         
                         &val; "xorigin" 
                         &means; a value ( usually 0.0) 
                         &val; "yorigin" 
                         &means; a value ( usually 0.0) 
                         &val; "xmajor" 
                         &means; a value for major of tickmarks of x-axis 
                         &val; "ymajor" 
                         &means; a value for major of tickmarks of y-axis 
                         &val; "xlabel" 
                         &means; a string to label x-axis 
                         &val; "ylabel" 
                         &means; a string to label y-axis 
                         &val; "rotpoint" 
                         &means; a rotation point vector 
                         &val; "rotcos" 
                         &means; a rotation cosinus matrix 
                         &val; "scal" 
                         &means; a diagonal scale matrix 
                         &val; "transl" 
                         &means; a translation vector 
                         
                         
--------------------------------------------------------------
(C) MD*TECH Method and Data Technologies, 17.8.2000
