LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ploting new plot in xy graph on button click

hi all experts
i need your help.
i want to plot multiple graph, on a single xy graph
i want -->if user want to plot a new plot
user will place new button,give value of parameter using control,do needed operation .
then press button name as plot.
on button click user must see all previous and new plot.
0 Kudos
Message 1 of 4
(3,198 Views)
You need use the build array function to append the new plot to the previous plots. "Help -> Find examples" has some good examples.

-Joe
0 Kudos
Message 2 of 4
(3,198 Views)
Hello,

Joe is right, you will need to use build array to add plots to the previous one. Specifically, you can refer to the XY Graph.vi which demonstrates a couple different methods for graphing multiple plots to an XY Graph.

Regards,
Jyoti F.
National Instruments
0 Kudos
Message 3 of 4
(3,198 Views)
thanks for your ans.
0 Kudos
Message 4 of 4
(3,198 Views)