04-28-2022 05:21 AM
How can I create multiple plots in different orientations using a 3D comet line on the chart below?
Solved! Go to Solution.
04-28-2022 09:33 AM
You can create multiple comets by simply using multiple Comet3 Plot Helpers and then building an array (concatenating) of their outputs before you send it to the 3D Comet graph.
I don't know what you mean by different "orientations". 3D plots are defined by their XYZ vector arrays. Change the array data and the orientation changes too. You'll have to figure out the math to do whatever it is you are trying to achieve.
04-28-2022 03:25 PM
Thank you, but in this solution, both data sets (because of concatenation - I think) are perceived by Comet as single data set, and I can't set a different color for these curves. What do you think?
04-29-2022 02:53 AM
Theres a plot ID input on the plot vector helper block. Call them plot 0, 1, 2 etc.
Even when concatenated they will appear as separate plots in the properies window, you can set different colours for each.
0xDEAD
04-29-2022 03:27 AM
Thank you, I should read the documentation more carefully.