Hello, I have a bug when I clear a time graph the next plot is stuck at the right of the graph.
This is my command :
graph creation :
@graph CL:0 PLI:"id0,id1" PLC:"#ff0000,#0000ff" XP:"0.0,0.0" YP:"10.3,20.4"
graph update :
@graph PLI:"id0,id1" PLC:"#ff0000,#0000ff" XP:"0.0,0.0" YP:"10.3,20.4"
graph clear :
@graph CL:1
After the clear all graph update are stuck at the right of the graph :