ParametricPlot[ {Table[{Cos[t] - Cos[n*t], Sin[t] - Sin[n*t]}, {n, 6, 10, 1}]} , {t, 0, 8*Pi}, GridLines -> Automatic, Frame -> True, PlotLegends -> "Expressions"]
What can't I see the PlotLegends.
Only if I separately execute it, then I can see them.
Is there an easier way to do this?


Tablein a list as it generates a list. – Edmund Mar 19 '18 at 22:45