06-14-2018 04:37 AM
I want to plot multiple graph which collect data from excel file where X axis is fixed in the range of 1 to 50. I want to compare different 50 data of Y axis. what can I do for this?
06-14-2018 04:50 AM
Hi yash,
what can I do for this?
Well, you need to:
- read the Excel data (is this really an Excel file - or just simple CSV data?)
- plot the data on graph(s)
- do the comparison as required
What have you tried so far? Where are you stuck?
I want to plot multiple graph
Do you want multiple graphs - or just multiple plots in just one graph?
I want to compare different 50 data of Y axis.
Different to what?
06-15-2018 07:32 AM
It is usually most helpful to us (in order to help you) if you include (a) the code that you have tried (or started) to write to solve your problem, and (b) an example of the data that you want to read/analyze/write. Doing so would have answered several of GerdW's questions ...
Bob Schor
06-15-2018 06:58 PM
@yash612 wrote:
I want to plot multiple graph which collect data from excel file where X axis is fixed in the range of 1 to 50. I want to compare different 50 data of Y axis. what can I do for this?
The type of posts that appear when LabVIEW jobs are exported to India!
.
06-21-2018 11:32 PM
hello everyone,
sorry for late reply.
I have attached my data file. so you can understand what I want to plot. I have used text delimited file to read data. but after reading these data, I have no idea to create multiple plot in just one graph.
06-22-2018 01:24 AM
Hi yash,
so you have a text file and we should create a VI for you?
What have you tried so far? Where are you stuck?
And why don't you try to learn from other people in this forum with basically the same problem at the same time?
06-22-2018 01:34 AM
hi,
No I didn't mean that you create a VI for me. I have used ' Read delimited spreadsheet.vi' to read data from this file,but I have no idea for next step.I need help for plotting these data in one graph.
06-22-2018 01:47 AM
Hi yash,
again: what have you tried so far? How does your VI look like?
Which datatype did you use when reading the spreadsheet file?
Simple steps:
Index the columns, then build plots from them.
Put those plots into an array of plot and wire this array to your graph.