Question 414537
y=x+5

Generate values for x,y 
y=0, x=-5 (-5,0)
x=0,y=5 ((0,5)
...
Plot the points and draw the line
{{{drawing(300,300,-6,6,-6,6,circle(-5,0,0.2),circle(0,5,0.2),graph(300,300,-6,6,-6,6,y=x+5))}}}