Guest User

Untitled

a guest
Jul 4th, 2024
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. psylxa[X_] := {ColorConvert[Hue[Arg[X]/(2*Pi), 1, 1], "RGB"][[1]],
  2. ColorConvert[Hue[Arg[X]/(2*Pi), 1, 1], "RGB"][[2]],
  3. ColorConvert[Hue[Arg[X]/(2*Pi), 1, 1], "RGB"][[3]]};
  4. tsylxe[X_] := RGBColor[X[[1]], X[[2]], X[[3]]]; a = Pi/7; r = 20;
  5. c = 3; Show[Table[ParametricPlot3D[{(c + Cos[t])*Cos[a*t],
  6. (c + Cos[t])*Sin[a*t],
  7. Sin[t]}, {t, -16*r*Pi + (32*Pi*r*n)/80,
  8. -16*r*Pi + (32*Pi*r*(n + 1))/80}, PlotRange -> All,
  9. Boxed -> False, Mesh -> None, Axes -> False,
  10. PlotStyle -> Directive[Opacity[0.2],
  11. tsylxe[psylxa[Exp[(-1)^(n/3)*GoldenRatio*n*I]]]]], {n, 1,
  12. 80}],
  13. Background -> Black]
Advertisement
Add Comment
Please, Sign In to add comment