12-01-2022 10:58 PM - edited 12-01-2022 11:04 PM
I'm building an application with multiple XY Graph (the x_axis "delta x" change between iterations) and have doubts about an optimized way to limit the "array_size" and displaying data.
Take the following code as example:
12-01-2022 11:28 PM - edited 12-01-2022 11:29 PM
Waveform Chart would be doing the same thing in an efficient way, why not use a waveform chart instead and use a property node to set history length and also erase history?
Edit: Missed that you're talking of "XY Graph" and not a regular Graph, please ignore my comment.