Construct the graph of sin(x) with x ranging in [0, 2*Pi]

> plot(sin(x),x=0..2*Pi);

[Maple Plot]