10-29-2008 10:01 AM
I am looking for a means by which to programmatically turn on and off some of the plots in an x-y graph.
I have the code that plots a series of thermocouple inputs to an x-y multigraph where the x-value is time. Using a property node I can wire in a Boolean to turn the "plot visible" input TRUE or FALSE. This works for the first plot on the graph, but I can't make it work for the rest of the plots. Creating multiple property nodes and assigning different plot ID numbers to the Plot Y. Scale Index input doesn't work, they're just ignored. I can't even get multiple plots to turn off if I wire multiple plot ID numbers into the same property node (using multple Plot Y Scale Index inputs).
Is there a trick to turning plots on and off in a multiple plot x-y graph?
thank you.
Solved! Go to Solution.
10-29-2008 10:10 AM
10-29-2008 03:24 PM