In visual basic 6.0 I have placed a CWGraph on the form. I have set up the graph for two plots on the y axis. When I try to plot a two dimensional array (data) using the following syntax
"CWGraph1.plotY data,0,1,False", the program freezes up and I have to close VB to get things going again. I have been successful plotting a one dimensional array using "CWGraph1.PlotY data". I would appreciate any help.