Question: Maple 11 plot color

For the comand:

plot({[2-3*sin(t), t, t = 0 .. 2*Pi], [2-3*cos(t), t, t = 0 .. 2*Pi]}, scaling = constrained, coords = polar)

How do I get it to draw the lines in differnet colors?

I have tried:

plot({[2-3*sin(t), t, t = 0 .. 2*Pi], [2-3*cos(t), t, t = 0 .. 2*Pi]}, scaling = constrained, coords = polar, color=black,blue)

and:

plot({[2-3*sin(t), t, t = 0 .. 2*Pi], [2-3*cos(t), t, t = 0 .. 2*Pi]}, scaling = constrained, coords = polar, color=(black,gold))

but neither one works.

Thank you in advance.

Please Wait...