So i want to display 2 graphs on the same display. Both of them being y=mx+b. I want to be able to change the m and b in both graphs. so it shows 2 different lines on the diplay.
I was thinking about using an XY graph, and then a loop that calculates maybe 10 points for each line? And then using those to make the lines? Could anyone help me with this, is there a more efficient way?