Hi, I have two lists of points, which are both ordered from negative X axis to positive X axis. When I use the fit line component to both of them, the start point location of the fit line is different, one starts from negative x axis and the other starts from positive x axis. I’m expecting they both starts from negative x axis, is there anyway to do so or have to let it be and write code to change the start points?
This must have something to do with how the component’s code works. I don’t think there is something you can do (I could be wrong) so here is a workaround to just flip the line if it’s ‘directed’ to the left.