Question: taylor expansion

Good morning,

I have the following question. I write the following command

t1 := taylor( sin(x), x=0, 6);

How may I plot "t1" excluding  the term O(x^6)?

plot( t1, x=-3..3) does not work -probably- because O(x^6).

Thanks in advance,

JJ

Please Wait...