It is quite trivial if you have a equation in the form Y=mX+b
Lets say we have the equation Y= 55.673x + 37.2
You already know one point on the line:
X:0, y:37.2
You know the slope, 55.673.
Using the definition of slope:
ΔY/ΔX
Or
Y1-Y2 = 55.673
X1-X2
You know the point (0, 37.2) is on the graph.
You can then pick the other point on the graph you want. Say you know you want the range of the X value to go up to 250.
So then you have:
φ- 37.2 = 55.673
250 - 0
Solve for φ, 13,955.45
Then just plot the 4 points
(0,37.2) and (250,13955.45)
You now have the graph of that equation, perfectly.
I agree it would be nice to have a function do that automatically if you can give it the equation (and more then just the linear equation Y=mX+b would be nice), but since it is very very easy, who cares.