LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

connecting only wanted points in analysing xy graph

hello NI thanks in advance for the team support 

firstly i am getting a force velocity characteristic on an xy plot and from this graph iam geeting peaks plots on another graph. Now problem is i want to store only these peaks points in an file another file. and to import these peak data from stored file And main thing to do is during the analysis of this imported data i want to draw line between these points. ( not all points but only those which iam interested in)

hope my explation is clear.

 

graph.png

0 Kudos
Message 1 of 6
(2,668 Views)
0 Kudos
Message 2 of 6
(2,667 Views)

How do you determine which of the points you want to connect?

 

You just need to create a second set of data that only contains those points and plot that as a second plot.

Message 3 of 6
(2,656 Views)

thanks for your quick reply 

your point is true there is no relation along those points.

and your second solution really works

but one more thing how to import the data to xy graph?
and also another problem can we change the colour of xy graph during the run via some swith 
coz actually i am plotting force velocity graphs on xy plots and i wnt that if i change velocity it should change plotting color of xy graph. is this possible ?

 

thanks in advance

 

0 Kudos
Message 4 of 6
(2,652 Views)

Look at the example for XY graphs to see the different methods of combining multiple series on a single graph.  Usually it is something like an array of clusters.

 

To change colors programmatically, you will need to use property nodes.  Look at setting the active plot property, then writing a color to the Plot.Plot Color property.

Message 5 of 6
(2,632 Views)

thanks for bro 

how to change the what number we need to use

 

0 Kudos
Message 6 of 6
(2,629 Views)