12-16-2008 11:28 AM
Bonjour
Voici mon problème. J’ai crée un tableau a plusieurs dimension (5 colonnes ,100 ligne) que j'aimerai visualiser sur un seul graphe avec comme abscisse la premier colonne de mon tableau
Mais je n'y arrive pas avec un graphe XY et encore moins avec un graphe normal
Comment dois je faire
12-16-2008 01:19 PM - edited 12-16-2008 01:21 PM
I'm not sure if I entirely understood the question because I used an online translator, but try this:
Use "Index Array"
Index the first column (column 0) for the x values
Then the second column (column 1) for the y values
Then bundle x with y and send to xy graph.
12-16-2008 01:21 PM