set xrange=[-10:10] plot [0:2*PI] x=t*sin(2*t) , y=t^sin(3*t)
plot [0:2*PI] x=2*sin(2*t), y=2*sin(3*t)
a
set xrange=[-5:5]plot x=Math.cos(t)*(Math.exp(Math.cos(t))-2*Math.cos(4*t)-Math.pow(Math.sin(t/12),5.0)), y=Math.sin(t)*(Math.exp(Math.cos(t))-2*Math.cos(4*t)-Math.pow(Math.sin(t/12),5.0))
plot x+3 plot tan(x) plot tan(x)+10
plot x
Test
plot x^2