LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem creating a graph - help needed :)

hello guys,

 

i have this problem...i use LV 2009 🙂

 

i have a numeric array (double format) and i would create a graph with all index in x-axis, and on Y put their values..and put a continuous line for all X with their

average

 

this is the first step...

 

as second step, i would create many graphs on the same graph (with different colors)...in X i have the same nr. of point, but in Y i have different values...so i need another average line and values

 

thanks...

0 Kudos
Message 1 of 3
(2,796 Views)

Hello Gianluca1985,

 

I don't see any problems in you above statement.  Now, can you tell us what you have tried and where the problems are?

 

Michel

0 Kudos
Message 2 of 3
(2,791 Views)

You should try to make this on your own and then ask for help if you can't get it to work yourself. It's quite simple (maybe more simple than any other programming language) to create a graph indicator.

 

Here's a helpful resource on graphs and charts.

To plot multiple plots on your graph, write a 2D array of DBLs.

Cheers


--------,       Unofficial Forum Rules and Guidelines                                           ,--------

          '---   >The shortest distance between two nodes is a straight wire>   ---'


0 Kudos
Message 3 of 3
(2,782 Views)