Question 915735
y = (1/6)x,  {{{m = 1/6}}}
2 points on Line:  P(0,0) &   {{{m = 1/6}}}( Over 6, Up 1)   P(6,1)
Plot points, connect with a Line 
{{{drawing(300,300,-10,10,-10,10,
  grid(1),
  blue(circle(6,1,.3)),
  circle(0,0,.4),
 green(arc(6,0+(1/2),-2,1,90,270)),
  blue(arc((6/2),0,6,-2, 180,360)), 
graph(300, 300, -10,10,-10,10,0, x/6 ))}}}