> something like a biginner question, but all labview users I know can't
> help me.
>
> I want to plot to curves in one chart (in matlab plot(a,x, b,y) -
> easy). The vectors x,y havn't the same length and I have a non
> aquidistant x-scaling.
> I think easy in labview, if I only know how...
>
If you drop the XY graph, you can wire up either a two
element array of XY pair coordinates, or you can wire
up a two element array of cluster of an X and Y array.
The help window idling over the terminal of the XY
graph with the wiring tool will summarize this for
you, and the examples/general/graphs will show you
diagrams that construct XY graphs.
Greg McKaskle