sage: y=var('y')
sage: t=var('t')
sage: y=t*sin(t)
sage: plot(t*sin(t),(t,0,10*pi))
<html><font color='black'><img src='cell://sage0.png'></font></html>