> How do I include two sets of data on a bar graph? I've got array to demo
> and can get it to work with a one dimensional array, but I can't figure out
> how to either plot two arrays or plot a two dimensional array. Can anyone
> help me with this? Thanks, Nick
There are two possible interpretations of your quesiton. The first is that
you want to plot the two arrays against each other, in which case you need
to use an XY graph. Cluster the two arrays together and wire to the graph.
Second interpretation is that you want two plots plotted against a common
axis. In this case, you can use either a 2D array, an array of cluster of
arrays, or variations of these combined with Xo and dX information.
Greg McKaskle