 Usage:  gopt=getgopt(di, l_num, c_num)   
 
 Input:

  di                     Display 
                         
                         
  l_num                  integer, 1 ... count of lines of di 
                         
                         
  c_num                  integer, 1 ... count of columns of di 
                         
                         
 Output:

  gopt                   a composed object containing following components: 
                         
                         &val; a component "title" 
                         &means; that contents the headline, 
                         &val; a component "xlim" 
                         &means; that contents limits for x-axis, 
                         &val; a component "ylim" 
                         &means; that contents limits for y-axis, 
                         &val; a component "xoffset" 
                         &means; that contents the width of axis border 
                         &val; a component "yoffset" 
                         &means; that contents the height of axis border 
                         &val; a component "xvalue" 
                         &means; that contents the values m and k by m+k*x, 
                         &val; a component "yvalue" 
                         &means; that contents the values m and k by m+k*y, 
                         
                         &val; a component "xorigin" 
                         &means; that contents origin for tickmark for x-axis, 
                         &val; a component "yorigin" 
                         &means; that contents origin for tickmark for y-axis, 
                         &val; a component "xmajor" 
                         &means; that contents major for tickmark for x-axis, 
                         &val; a component "ymajor" 
                         &means; that contents major for tickmark for y-axis, 
                         &val; a component "xlabel" 
                         &means; that contents label for x-axis, 
                         &val; a component "ylabel" 
                         &means; that contents label for y-axis, 
                         &val; a component "rotpoint" 
                         &means; that contents rotation point , 
                         &val; a component "rotcos" 
                         &means; that contents rotation cosinus matrix, 
                         &val; a component "scal" 
                         &means; that contents scale matrix, 
                         &val; a component "transl" 
                         &means; that contents translation vector 
                         
                         
                         
--------------------------------------------------------------
(C) MD*TECH Method and Data Technologies, 17.8.2000
