Hi,
I've been trying to create a multiplot graph using MixedSignalGraph. The need is to read static data from .CSV files (4 files) and plot it onto the graph (4 plots). In each of these CSV files, there are around 30 columns from which I would be selecting a max of 3 columns per graph ( or plot). However, when i bundle all the data from the files, the plots get grouped at the first graph. I need to drag them to different plot areas each time. Is there a way to actually get the plotting done on separate plot areas automatically without having to ungroup it each time?
Thanks in advance,
NTJ
PS: attached is a screen shot of the issue.