home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / data / vec2imag. / vec2imag.bin
Text File  |  1995-12-09  |  660b  |  16 lines

  1. OPERATOR
  2.  
  3. vec2image --- convert a vector of vectors into a WIT image
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The vec2image operator converts a vector of vectors into a WIT image. Each 
  9. inner vector is converted into a horizontal band across the image. The 
  10. dataThickness parameter allows the user to specify the width, in pixels, of 
  11. each such band. Similarly, the gapThickness parameter allows the user to 
  12. specify the width, in pixels, of the zero-value bands that serve as borders 
  13. between each data band and its neighboring bands. This operator is helpful to 
  14. view multiple vectors in a surface plot rather than using the multi-curve 
  15. graph operator. 
  16.