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)?
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).
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
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.
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