> Hey How do i clear the waveform chart from the diagram.
> I can't find any attribute node that can do that.
>
You are really close. The attribute node has an entry
for the chart history. Wire an empty array to clear it,
or any other values to initialize the history.
There are also examples in examples/general/graph that show
how to do this and other things with graphs.
Greg McKaskle