LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to plot different curves with a circular rotation

Hello, it's a little bit difficult  for me to explain, I'm not the best in Englich.

 

 

I have different curves and I want to know if its possible to plot them in a 3D graph with different rotation.

The idea is to set the rotation for each curves and them plot all together in a graph. I put a picture as attached file so you can visualise my idea.

I try with many different Graphs but I don't now how to make this particular plot

 

Thanks for the help

 

0 Kudos
Message 1 of 4
(3,309 Views)

Hi Jardin,

You may be able to get that functionality by creating a mesh plot (look up mesh plot or 3D plot in the example finder). You could multiply different plots by a rotation matrix.

 

Alternatively, if the LabVIEW plotting does not have the features you want, you might look into this advanced plotting toolkit for a bit more:

https://www.ni.com/en/support/downloads/tools-network/download.advanced-plotting-toolkit.html

0 Kudos
Message 2 of 4
(3,284 Views)

Use a "3D line graph" and use a different plot ID for each curve.

(I assume you don't have problems with the math itself.)

0 Kudos
Message 3 of 4
(3,277 Views)

Thanks !! I will try with this toolkit

0 Kudos
Message 4 of 4
(3,268 Views)