Go to AVS Home Page
 Recent Releases
OpenViz 2.8 Released
AVS/Express 7.2 Released
Toolmaster 7.5.3 Released
AVS 5.7 Released
 Contact Support
 Licensing
Information on licensing AVS 
products
 
Interact with the AVS Developer 
community. Takes you out of 
the support web site

 


Q. What type of field do I need to send the graph viewer?

A: You want to create a 2D 2-space field with

 dims[0] = 2
 dims[1] = n   (where n is the number of xy pairs)

When storing the data in the data area, store it as x1,y1,x2,y2,... xn,yn.