I want to know if it is possible to tell my function "seaborn.lineplot" to draw a straight line instead of a line between 2 points. In parameters, I gave just 2 points (2D).
Obviously, I have my equation and I can give all data, but I don't want to. I don't find the answer in the documentation : https://seaborn.pydata.org/generated/seaborn.lineplot.html
EDIT :
In this code, high and low are 2 python list of list, where element 0 represents the point positions (2) in x and element 0 represents the point positions (2) in y.