Hello experts, I have a problem when reading points from Tgraph.
this is the code to read points from tgraph:
when i print out x axis, it’s like:
x_repro [ 1.505 -1.122 2.25 -0.4 1.783 0.4 1.122 -1.783 -2.25 -1.505]
but it supposed to be:
x_repro [-2.25 -1.783 -1.505 -1.122 -0.4 0.4 1.122 1.505 1.783 2.25 ]
i dont know why the sequence is disordered?