Hello,
I want graph widget (YT is preffered) to restart from (0,0) when the graph reaches its other side border.
For example suppose a graph with 400 pixell on t axis. and the graph start from (0,0). After adding some points, it reaches (400,y_400). for next point, I want it to start from (0,y_401). How can I reach this requirement? Is it possible with YT data graph, or should I use XY graph?
I want graph widget (YT is preffered) to restart from (0,0) when the graph reaches its other side border.
For example suppose a graph with 400 pixell on t axis. and the graph start from (0,0). After adding some points, it reaches (400,y_400). for next point, I want it to start from (0,y_401). How can I reach this requirement? Is it possible with YT data graph, or should I use XY graph?