Hi,
to plot several curves on the same graph you have to wire an array to the graph node on the block diagram. In this array of data each element must represent the data corresponding to the single curve. For example
1. To plot several curves on waveform chart you have to connect it with 1D array, where each element coresponds to new point of some plot.
2. To plot several curves on waveform graph you have to connect it with 2D array, where each row coresponds to some plot.
3. To plot several curves on XYgraph you have to connect it with 1D array of clusters, where each cluster coresponds to some plot.
If you want to change the number of plots you have to use such functions as "Insert into array", "Delete from array", "Build array" and others from "Functions-
>Array" palette.
The example is attached.
Good luck.
Oleg Chutko.