Message Boards Message Boards

Use Manipulate in a ParametricPlot ?

Posted 8 years ago

Hi, I'm trying to manipulate a Parametric Plot, but I clearly see its not working because I'm not able to fix it, that's why I would love some help. Regards

Manipulate[ParametricPlot[{r Cos[x], r Sin[y]}, {y,1,k}, {x, 0, n}, Mesh -> Full], {n, 0, 2 Pi}, {k, 1, 2}]
POSTED BY: Muhammad Afzal
2 Replies

Did you change the values for x in the manipulate...? My manipulate gives a completely different graph from the the one you show ( circle)...mine gives a square...

Do you mean 2D ParametricPlot?

Manipulate[
 ParametricPlot[{r Cos[x], r Sin[x]}, {x, 1, m}, {r, 0, k}, 
  Mesh -> Full, PlotRange -> {{-2, 2}, {-2, 2}}], {m, 0, 5 Pi}, {k, 1,
   2}]

enter image description here

enter image description here

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract