10-10-2012 03:15 PM
how do I use a 3D Scatter plot which could update data instead of clearing data each time it is called. I know for a build XY graph I can just double click and toggle "clear data on each call", but I couldn't find such a feature in the scatter plot helper. I've tried building an array and feeding that to the plot as well but did not have any success. It would be awesome If someone could come up with a solution for me.
thanks.
-Brad-
10-10-2012 03:38 PM - edited 10-10-2012 03:38 PM
from the graph right-click and Create an invoke node with the "clean data" method.
10-10-2012 11:20 PM
Hi madhouse,
My understanding of your post is to use 3D Scatter update data instead of clearing data each time. If my understanding is not right, please correct me.
The 3D graphs don't work like chart which can buffer the data in previous iteration. They always clear the old and draw with the new input on the given "plot ID". You need to provide the buffer saving the historical data to make it work like a chart.