LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Change graph with points located at different distance, to equidistant points graph.

In this 3D graph, the curves are positioned on the z axis according to their amplitudes. How could I do to make this graph show curves every 0,2 mV (with the same data)?
0 Kudos
Message 1 of 8
(3,270 Views)
I am having a hard time opening your attachment. It seems to be a shortcut.

Jeremy
0 Kudos
Message 2 of 8
(3,270 Views)
Thanks a lot for helping me. I reattached the vi document and hope that you can open it this time.
Summer
0 Kudos
Message 3 of 8
(3,270 Views)
It didn't seem to work, so I retried.
Summer
0 Kudos
Message 4 of 8
(3,270 Views)
You can change the way the data is displayed from the distrete dots to a connected surface. To change the setting, right click on the 3d graph >> cwgraph3d >> properties >> plots (tab) >> style (tab).

Jeremy
0 Kudos
Message 5 of 8
(3,270 Views)
Hi Jeremy, thank you very much for your help. Actually, I would like to change a graph with discrete dots to another graph with discrete dots and not a surface, where the new graph shows data every 0,2 mV.
Summer
0 Kudos
Message 6 of 8
(3,270 Views)
I got swamped with work.

Your data seems to have grouped the lines in two and that is why your data looks the way it does. I rewrote some of the code so that it will nudge the x values to a multiples of .2 . The code is attached below.

Jeremy
0 Kudos
Message 7 of 8
(3,269 Views)
Thanks a lot for your help. In the meantime I received an answer with a vi using splines which corresponds exactly to what I will have to do with my data.
Summer
0 Kudos
Message 8 of 8
(3,269 Views)