Question 518165
f(x) = 3x + 3
.
x=0, y = 3:  (0,3)
.
x=-1, y = 0:  (-1,0)
.
So with two points you can draw a line.
.
{{{ graph(500,500,-5,5,-5,5,3*x+3) }}}